Date: Sat, 10 Nov 2018 04:07:03 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233102] sysutils/trueos-libqt5 20171003 fails to compile Message-ID: <bug-233102-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233102 Bug ID: 233102 Summary: sysutils/trueos-libqt5 20171003 fails to compile Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: doctorwhoguy@gmail.com CC: jt@ixsystems.com CC: jt@ixsystems.com Flags: maintainer-feedback?(jt@ixsystems.com) I'm running FreeBSD 12.0-BETA4 r340287 GENERIC amd64. I tried installing sysutils/pc-networkmanager. trueos-libqt5 failed to compile with the follow= ing output: =3D=3D=3D> Building for trueos-libqt5-20171003 cd libtrueos/ && ( test -e Makefile || /usr/local/lib/qt5/bin/qmake -o Make= file /usr/local/area51/freebsd-ports-kde/sysutils/trueos-libqt5/work/trueos-libq= t5-9e92b465d823185c9b96f2017e06f2a06b6143fa/src-qt5/libtrueos/libtrueos.pro CONFIG+=3Dconfigure -spec /usr/local/lib/qt5/mkspecs/freebsd-clang QMAKE_CC= =3Dcc QMAKE_CXX=3Dc++ QMAKE_LINK_C=3Dcc QMAKE_LINK_C_SHLIB=3Dcc QMAKE_LINK=3Dc++ QMAKE_LINK_SHLIB=3Dc++ 'QMAKE_CFLAGS=3D-O2 -pipe -march=3Dnative -fstack-p= rotector -fno-strict-aliasing ' 'QMAKE_CXXFLAGS=3D-O2 -pipe -march=3Dnative -fstack-protector -fno-strict-aliasing ' 'QMAKE_LFLAGS=3D -fstack-protecto= r ' QMAKE_LIBS=3D QMAKE_CFLAGS_DEBUG=3D QMAKE_CFLAGS_RELEASE=3D QMAKE_CXXFLAGS_= DEBUG=3D QMAKE_CXXFLAGS_RELEASE=3D PREFIX=3D/usr/local CONFIG+=3Drelease 'CONFIG-=3D= debug separate_debug_info' ) && /usr/bin/make -f Makefile all cd utils/ && ( test -e Makefile || /usr/local/lib/qt5/bin/qmake -o Makefile /usr/local/area51/freebsd-ports-kde/sysutils/trueos-libqt5/work/trueos-libq= t5-9e92b465d823185c9b96f2017e06f2a06b6143fa/src-qt5/libtrueos/utils/utils.p= ro CONFIG+=3Dconfigure -spec /usr/local/lib/qt5/mkspecs/freebsd-clang QMAKE_CC= =3Dcc QMAKE_CXX=3Dc++ QMAKE_LINK_C=3Dcc QMAKE_LINK_C_SHLIB=3Dcc QMAKE_LINK=3Dc++ QMAKE_LINK_SHLIB=3Dc++ 'QMAKE_CFLAGS=3D-O2 -pipe -march=3Dnative -fstack-p= rotector -fno-strict-aliasing ' 'QMAKE_CXXFLAGS=3D-O2 -pipe -march=3Dnative -fstack-protector -fno-strict-aliasing ' 'QMAKE_LFLAGS=3D -fstack-protecto= r ' QMAKE_LIBS=3D QMAKE_CFLAGS_DEBUG=3D QMAKE_CFLAGS_RELEASE=3D QMAKE_CXXFLAGS_= DEBUG=3D QMAKE_CXXFLAGS_RELEASE=3D PREFIX=3D/usr/local CONFIG+=3Drelease 'CONFIG-=3D= debug separate_debug_info' ) && /usr/bin/make -f Makefile all c++ -c -O2 -pipe -march=3Dnative -fstack-protector -fno-strict-aliasing -Wa= ll -W -pthread -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtWidge= ts -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/include/libdrm -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o utils.o utils.cpp c++ -c -O2 -pipe -march=3Dnative -fstack-protector -fno-strict-aliasing -Wa= ll -W -pthread -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtWidge= ts -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/include/libdrm -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o hardware.o hardware.cpp c++ -c -O2 -pipe -march=3Dnative -fstack-protector -fno-strict-aliasing -Wa= ll -W -pthread -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtWidge= ts -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/include/libdrm -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o netif.o netif.cpp netif.cpp:149:12: error: use of undeclared identifier 'IFM_FDDI' case IFM_FDDI: ^ netif.cpp:150:12: error: use of undeclared identifier 'IFM_TOKEN' case IFM_TOKEN: ^ 2 errors generated. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233102-7788>