Bug 158842 - converters/wkhtmltopdf port compilation issues
Summary: converters/wkhtmltopdf port compilation issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-12 20:30 UTC by Jonathan Frazier
Modified: 2011-11-10 21:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Frazier 2011-07-12 20:30:17 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-07-12 22:44:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-20 14:08:56 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"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2011-07-20 14:48:00 UTC
State Changed
From-To: open->suspended

FreeBSD 6.x is not supported anymore and I don't have resources (time  
and installation) to debug this problem.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-11-10 21:26:30 UTC
State Changed
From-To: suspended->closed

Unfortunately, FreeBSD 6 is out of support.  The only fix is to 
upgrade to a more recent release.