From owner-freebsd-ports-bugs@freebsd.org Sun Sep 24 13:32:53 2017 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 5B300E28992 for ; Sun, 24 Sep 2017 13:32:53 +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 40D05762F7 for ; Sun, 24 Sep 2017 13:32:53 +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 v8ODWqCl004685 for ; Sun, 24 Sep 2017 13:32:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222554] devel/libbobcat: fails to build with lang/gcc7 or later Date: Sun, 24 Sep 2017 13:32:53 +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: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: 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 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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Sep 2017 13:32:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222554 Bug ID: 222554 Summary: devel/libbobcat: fails to build with lang/gcc7 or later Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: regression Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: bofh@freebsd.org, gerald@FreeBSD.org Blocks: 222542 CC: bofh@freebsd.org, gerald@FreeBSD.org $ echo "DEFAULT_VERSIONS +=3D gcc=3D7" >>${__MAKE_CONF:-/etc/make.conf} $ make [...] g++7 --std=3Dc++14 -O2 -Wall -D_GLIBCXX_USE_C99 -I/usr/include -isystem tmp= -c -o errno/oa/16open3.o errno/open3.cc errno/open3.cc: In static member function 'static void FBB::Errno::open(std::fstream&, const string&, std::ios_base::openmode)': errno/open3.cc:12:53: error: 'std::basic_ostream<_CharT, _Traits>::basic_ostream(const std::basic_ostream<_CharT, _Traits>&) [with _CharT =3D char; _Traits =3D std::char_traits]' is protected within t= his context throw Errno(1) << "Can't open `" << name << '\''; ^~~~ In file included from /usr/local/lib/gcc7/include/c++/istream:39:0, from /usr/local/lib/gcc7/include/c++/sstream:38, from errno/errno:7, from errno/errno.ih:3, from errno/open3.cc:1: /usr/local/lib/gcc7/include/c++/ostream:391:7: note: declared protected here basic_ostream(const basic_ostream&) =3D delete; ^~~~~~~~~~~~~ errno/open3.cc:12:53: error: use of deleted function 'std::basic_ostream<_CharT, _Traits>::basic_ostream(const std::basic_ostream<_CharT, _Traits>&) [with _CharT =3D char; _Traits =3D std::char_traits]' throw Errno(1) << "Can't open `" << name << '\''; ^~~~ In file included from /usr/local/lib/gcc7/include/c++/istream:39:0, from /usr/local/lib/gcc7/include/c++/sstream:38, from errno/errno:7, from errno/errno.ih:3, from errno/open3.cc:1: /usr/local/lib/gcc7/include/c++/ostream:391:7: note: declared here basic_ostream(const basic_ostream&) =3D delete; ^~~~~~~~~~~~~ system - failure of system call (status 256) system - failure of system call (status 256) *** Error code 1 build log: http://sprunge.us/UXhc Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222542 [Bug 222542] [exp-run] Update GCC_DEFAULT from 6 to 7 --=20 You are receiving this mail because: You are the assignee for the bug.=