From nobody@FreeBSD.org  Tue Jul 12 19:24:05 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9CE511065670
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jul 2011 19:24:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 691C18FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jul 2011 19:24:05 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6CJO4EL089941
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Jul 2011 19:24:04 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6CJO414089910;
	Tue, 12 Jul 2011 19:24:04 GMT
	(envelope-from nobody)
Message-Id: <201107121924.p6CJO414089910@red.freebsd.org>
Date: Tue, 12 Jul 2011 19:24:04 GMT
From: Jonathan Frazier <jfrazier@purpleheartservices.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: wkhtmltopdf port compilation issues
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         158842
>Category:       ports
>Synopsis:       converters/wkhtmltopdf port compilation issues
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 12 19:30:17 UTC 2011
>Closed-Date:    Thu Nov 10 21:27:09 UTC 2011
>Last-Modified:  Thu Nov 10 21:27:09 UTC 2011
>Originator:     Jonathan Frazier
>Release:        6.4-STABLE
>Organization:
>Environment:
FreeBSD purpleheartservices.com 6.4-STABLE FreeBSD 6.4-STABLE #0: Mon Nov 30 19:26:50 EST 2009     admin@shell.myvbtc.org:/usr/obj/usr/src/sys/shell  i386
>Description:
Have been trying for a couple weeks now to get wkhtmltopdf to compile, unsuccessfully.

c++ -c -O2 -fno-strict-aliasing -pipe -O2 -Wall -W -pthread -D_THREAD_SAFE -fPIC -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/freebsd-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-static -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-static -I/usr/local/include -o .obj/release-static/qlibraryinfo.o global/qlibraryinfo.cpp
concurrent/qtconcurrentiteratekernel.cpp: In function `qint64 getticks()':
concurrent/qtconcurrentiteratekernel.cpp:116: error: `gettimeofday' was not declared in this scope
concurrent/qtconcurrentiteratekernel.cpp:116: warning: unused variable 'gettimeofday'
gmake[1]: *** [.obj/release-static/qtconcurrentiteratekernel.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gmake[1]: Leaving directory `/usr/ports/converters/wkhtmltopdf/work/qt-wkhtmltopdf-qt/src/corelib'
gmake: *** [sub-corelib-all-ordered] Error 2
*** Error code 1

Stop in /usr/ports/converters/wkhtmltopdf.
*** Error code 1

Stop in /usr/ports/converters/wkhtmltopdf.
>How-To-Repeat:
cd /usr/ports/converters/wkhtmltopdf | make
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jul 12 21:44:13 UTC 2011 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158842 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158842: commit references a PR
Date: Wed, 20 Jul 2011 13:08:56 +0000 (UTC)

 mm          2011-07-20 13:08:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     converters/wkhtmltopdf Makefile pkg-descr 
   Log:
   - Add notice about webfonts to pkg-descr
   - Set as broken on FreeBSD 6.x and earlier [1]
   
   PR:     ports/158842 [1]
   
   Revision  Changes    Path
   1.6       +4 -0      ports/converters/wkhtmltopdf/Makefile
   1.3       +3 -0      ports/converters/wkhtmltopdf/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->suspended 
State-Changed-By: mm 
State-Changed-When: Wed Jul 20 13:48:00 UTC 2011 
State-Changed-Why:  
FreeBSD 6.x is not supported anymore and I don't have resources (time  
and installation) to debug this problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158842 
State-Changed-From-To: suspended->closed 
State-Changed-By: linimon 
State-Changed-When: Thu Nov 10 21:26:30 UTC 2011 
State-Changed-Why:  
Unfortunately, FreeBSD 6 is out of support.  The only fix is to 
upgrade to a more recent release. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158842 
>Unformatted:
