https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224971
Bug ID: 224971 Summary: devel/qt5-qmake: fails to build Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: k...@freebsd.org Reporter: mikael.uran...@gmail.com Assignee: k...@freebsd.org Flags: maintainer-feedback?(k...@freebsd.org) Hi, I can't build qt5-qmake 5.9.3, the build error is as follow: ===> Configuring for qt5-qmake-5.9.3 /bin/mkdir -p /wrkdirs/usr/ports/devel/qt5-qmake/work/qtbase-opensource-src-5.9.3 echo 'CMAKE_MODULE_TESTS = -' > /wrkdirs/usr/ports/devel/qt5-qmake/work/qtbase-opensource-src-5.9.3/.qmake.cache echo 'QMAKE_LIBDIR_FLAGS = -L/wrkdirs/usr/ports/devel/qt5-qmake/work/qtbase-opensource-src-5.9.3/lib' >> /wrkdirs/usr/ports/devel/qt5-qmake/work/qtbase-opensource-src-5.9.3/.qmake.cache /bin/sh: Syntax error: ")" unexpected (expecting "then") *** Error code 2 it only happens when CXX is an absolute path: make CXX=/usr/bin/c++ : doesn't build make CXX=c++ : builds fine I'm crossbuilding for armv7 where CXX is /nxb-bin/usr/bin/c++ poudriere jails -l 12armv7 12.0-CURRENT 1200054 r327541 arm.armv7 It's also reported on the forum: https://forums.freebsd.org/threads/64025/#post-371716 -- You are receiving this mail because: You are the assignee for the bug.