maintainer-feedback requested: [Bug 236241] net/qt5-network: fails to build on powerpc64 after last update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 5 06:47:00 GMT 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked kde at FreeBSD.org for
maintainer-feedback:
Bug 236241: net/qt5-network: fails to build on powerpc64 after last update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236241



--- Description ---
As of r492793 net/qt5-network fails to build on powerpc64 (and presumably,
other gcc-based archs) due to:

g++8 -c -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc8 -Wl,-rpath=/usr/local/lib/gcc8
-fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W
-pthread -fPIC -DQT_OPENSSL -DQT_SSL -DQT_DEPRECATED_WARNINGS -DQT_NO_NARR
OWING_CONVERSIONS_IN_CONNECT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE
-D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_PLUGIN -DQT_NETWORK_LIB -DQT_CORE_LIB
-I. -I../../../../include/QtNetwork/5.12.1
-I../../../../include/QtNetwork/5.12.
1/QtNetwork -I../../../../include -I../../../../include/QtNetwork -isystem
/usr/local/include/qt5/QtCore/5.12.1 -isystem
/usr/local/include/qt5/QtCore/5.12.1/QtCore -isystem /usr/local/include/qt5
-isystem /usr/local/include/qt
5/QtCore -I.moc -isystem /usr/local/include
-I/usr/local/lib/qt5/mkspecs/freebsd-g++ -o .obj/qgenericengine.o
qgenericengine.cpp
In file included from qgenericengine.h:43,
		 from qgenericengine.cpp:43:
../qbearerengine_impl.h:48:1: error: expected class-name before '{' token
 {
 ^
../qbearerengine_impl.h:67:13: error: 'QNetworkSession' does not name a type;
did you mean 'QNetworkProxy'?
     virtual QNetworkSession::State sessionStateForId(const QString &id) = 0;
	     ^~~~~~~~~~~~~~~
	     QNetworkProxy


More information about the kde-freebsd mailing list