From owner-freebsd-ports-bugs@freebsd.org Sat Sep 3 10:08:05 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 55D57BCEE5A for ; Sat, 3 Sep 2016 10:08:05 +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 BBA1C751 for ; Sat, 3 Sep 2016 10:08:04 +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 u83A836g007050 for ; Sat, 3 Sep 2016 10:08:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212347] [PATCH] lang/basic256: Add patch (sent upstream) to drop 'using namespace std' Date: Sat, 03 Sep 2016 10:08:03 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter cc blocked 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: Sat, 03 Sep 2016 10:08:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212347 Bug ID: 212347 Summary: [PATCH] lang/basic256: Add patch (sent upstream) to drop 'using namespace std' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: rakuco@FreeBSD.org CC: fernando.apesteguia@gmail.com Blocks: 211916 CC: fernando.apesteguia@gmail.com Flags: maintainer-feedback?(fernando.apesteguia@gmail.com) Keywords: patch The attached patch (a smaller version of one I've sent upstream) removes 'u= sing namespace std' from Interpreter.cpp to avoid errors when -std=3Dc++11 or -std=3Dgnu++11 is passed to the compiler, as a call to bind(2) can end up becoming a call to std::bind(). This is required to avoid breaking the build with Qt 5.6.1: > c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -g -std=3Dgnu++11= -pthread -D_THREAD_SAFE -Wall -W -fPIC -DLINUX -DESPEAK -DSOUND_QMOBILITY = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I/usr/local/include/espea= k -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtSerialPo= rt -IQtMobility -IQtMobility -I/usr/local/include/qt5 -I/usr/local/include/= qt5/QtGui -I/usr/local/include/qt5/QtCore -Itmp/moc -I/usr/local/include -I= /usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o tmp/obj/In= terpreter.o Interpreter.cpp > Interpreter.cpp:4282:105: error: invalid operands to binary expression ('= __bind' and 'int') Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211916 [Bug 211916] [exp-run] Update Qt to 5.6.1. --=20 You are receiving this mail because: You are the assignee for the bug.=