https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245946
--- Comment #4 from Andy Mender <[email protected]> --- I realized that my qt5-core installation was somehow linked against libdouble-conversion and this affected more than just qt5-webengine. I rebuilt qt5-core and now the issue I reported has disappeared. I should probably use poudriere for my builds to avoid problems like this in the future. Unfortunately, qt5-webengine still fails to build. This is the end of the build log: > --- sub-process-make_first --- > --- ../../libexec/QtWebEngineProcess --- > c++ -B/usr/local/bin -Wl,--as-needed -fstack-protector-strong -pthread > -Wl,-rpath,/usr/local/lib/qt5 -Wl,-rpath-link,/usr/local/lib/qt5 -o > ../../libexec/QtWebEngineProcess .obj/main.o > -L/tmp/usr/ports/www/qt5-webengine/work/.build/lib -L/usr/local/lib > /usr/local/lib/qt5/libQt5Gui.so /usr/local/lib/qt5/libQt5Core.so -lGL > /usr/local/lib/qt5/libQt5WebEngineCore.so /usr/local/lib/qt5/libQt5Quick.so > /usr/local/lib/qt5/libQt5QmlModels.so /usr/local/lib/qt5/libQt5WebChannel.so > /usr/local/lib/qt5/libQt5Qml.so /usr/local/lib/qt5/libQt5Network.so > /usr/local/lib/qt5/libQt5Gui.so /usr/local/lib/qt5/libQt5Positioning.so > /usr/local/lib/qt5/libQt5Core.so > /usr/local/bin/ld: .obj/main.o: in function `main': > main.cpp:(.text+0xb4): undefined reference to > `QtWebEngineCore::processMain(int, char const**)' > c++: error: linker command failed with exit code 1 (use -v to see invocation) > *** [../../libexec/QtWebEngineProcess] Error code 1 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
