From owner-freebsd-ports-bugs@freebsd.org Fri Aug 5 17:31:34 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65F46BAF47D for ; Fri, 5 Aug 2016 17:31:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7641D3D for ; Fri, 5 Aug 2016 17:31:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u75HVXiQ022887 for ; Fri, 5 Aug 2016 17:31:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211606] x11/lumina fails to build from ports on FreeBSD 11BETA3 Date: Fri, 05 Aug 2016 17:31:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: keren_sky@live.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kmoore@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 17:31:34 -0000 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( ) 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( ) 2 errors generated. *** Error code 1 Best Regards, --=20 You are receiving this mail because: You are the assignee for the bug.=