Date: Fri, 05 Aug 2016 17:31:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211606] x11/lumina fails to build from ports on FreeBSD 11BETA3 Message-ID: <bug-211606-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211606 Bug ID: 211606 Summary: x11/lumina fails to build from ports on FreeBSD 11BETA3 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kmoore@FreeBSD.org Reporter: keren_sky@live.com Flags: maintainer-feedback?(kmoore@FreeBSD.org) Assignee: kmoore@FreeBSD.org Greetings all, I attempted to compile x11/lumina; howerver eventually the build stops with= the following output. 1 warning generated. c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -std=3Dgnu++11 -std= =3Dc++11 -Wall -W -pthread -D_THREAD_SAFE -fPIC -DPREFIX=3DQString\(\"/usr/local\"\) -DL_ETCDIR=3DQString\(\"/usr/local/etc\"\) -DL_SHAREDIR=3DQString\(\"/usr/local/share\"\) -DBUILD_DATE=3D"\"Fri Aug 5 = 13:19:05 AST 2016\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I/usr/local/include/qt5 -I/usr/local -I/usr/local/include -I/usr/local/include/qt5/QtSvg -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtX11Extras -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I. -I/usr/local/include -I/usr/local/inclu= de -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o LuminaX11.o LuminaX11.cpp LuminaX11.cpp:781:24: error: non-constant-expression cannot be narrowed from type 'int' to 'uint32_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] uint32_t values[] =3D {width, height}; ^~~~~ LuminaX11.cpp:781:24: note: insert an explicit cast to silence this issue uint32_t values[] =3D {width, height}; ^~~~~ static_cast<uint32_t>( ) LuminaX11.cpp:781:31: error: non-constant-expression cannot be narrowed from type 'int' to 'uint32_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] uint32_t values[] =3D {width, height}; ^~~~~~ LuminaX11.cpp:781:31: note: insert an explicit cast to silence this issue uint32_t values[] =3D {width, height}; ^~~~~~ static_cast<uint32_t>( ) 2 errors generated. *** Error code 1 Best Regards, --=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-211606-13>