Bug 248171 - converters/wkhtmltopdf: Fails to link (poudriere, 11.4): /usr/bin/ld: cannot find -lQtWebKit
Summary: converters/wkhtmltopdf: Fails to link (poudriere, 11.4): /usr/bin/ld: cannot ...
Status: Closed DUPLICATE of bug 243349
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-22 12:29 UTC by Miroslav Lachman
Modified: 2020-07-22 13:39 UTC (History)
0 users

See Also:
koobs: maintainer-feedback+


Attachments
poudriere build log failure (138.04 KB, application/gzip)
2020-07-22 12:29 UTC, Miroslav Lachman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Lachman 2020-07-22 12:29:04 UTC
Created attachment 216660 [details]
poudriere build log failure

Previously was buildable with the same options on freeBSD 11.3, after upgrade to 11.4 and updated ports tree it cannot be built.

c++ -Wl,-rpath=/usr/local/lib/gcc9 -Wl,-O1 -pthread -shared -Wl,-soname,libwkhtmltox.so.0 -o libwkhtmltox.so.0.12.5 loadsettings.o logging.o multipageloader.o tempfile.o converter.o websettings.o reflect.o utilities.o pdfsettings.o pdfconverter.o outline.o tocstylesheet.o imagesettings.o imageconverter.o pdf_c_bindings.o image_c_bindings.o moc_multipageloader_p.o moc_converter_p.o moc_pdfconverter_p.o moc_imageconverter_p.o moc_pdf_c_bindings_p.o moc_image_c_bindings_p.o moc_converter.o moc_multipageloader.o moc_utilities.o moc_pdfconverter.o moc_imageconverter.o qrc_wkhtmltopdf.o   -L/usr/local/lib -L/wrkdirs/usr/ports/converters/wkhtmltopdf/work/wkhtmltopdf-0.12.5/build/qt/lib -L/wrkdirs/usr/ports/converters/wkhtmltopdf/work/wkhtmltopdf-0.12.5/build/qt/plugins/codecs -lqcncodecs -L/wrkdirs/usr/ports/converters/wkhtmltopdf/work/wkhtmltopdf-0.12.5/build/qt/lib -L/usr/local/lib -lqjpcodecs -lqkrcodecs -lqtwcodecs -lQtWebKit -lQtSvg -lQtXmlPatterns -lQtGui -ljpeg -lpng -lXrender -lfontconfig -lfreetype -lXext -lX11 -lQtNetwork -lssl -lcrypto -lQtCore -lz -lm  
/usr/bin/ld: cannot find -lQtWebKit
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:164: ../../bin/libwkhtmltox.so.0.12.5] Error 1
gmake[2]: Leaving directory '/wrkdirs/usr/ports/converters/wkhtmltopdf/work/wkhtmltopdf-0.12.5/build/app/src/lib'
gmake[1]: *** [Makefile:49: sub-src-lib-all-ordered] Error 2
gmake[1]: Leaving directory '/wrkdirs/usr/ports/converters/wkhtmltopdf/work/wkhtmltopdf-0.12.5/build/app'
*** Error code 2
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2020-07-22 13:17:27 UTC
I'm aware of the problem, see:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243349

Still trying to find working solutions.
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2020-07-22 13:39:59 UTC

*** This bug has been marked as a duplicate of bug 243349 ***