From owner-freebsd-ports-bugs@freebsd.org Fri Aug 28 13:27:01 2015 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 BE3819C32E2 for ; Fri, 28 Aug 2015 13:27:01 +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 A47DE149C for ; Fri, 28 Aug 2015 13:27:01 +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 t7SDR10r070890 for ; Fri, 28 Aug 2015 13:27:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202714] editors/poedit: build failure on 9.3-STABLE: "A compiler with support for C++11 language features is required." Date: Fri, 28 Aug 2015 13:27:01 +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: ardovm@yahoo.it X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rodrigo@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: 7bit 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2015 13:27:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202714 Bug ID: 202714 Summary: editors/poedit: build failure on 9.3-STABLE: "A compiler with support for C++11 language features is required." Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: rodrigo@FreeBSD.org Reporter: ardovm@yahoo.it Flags: maintainer-feedback?(rodrigo@FreeBSD.org) Assignee: rodrigo@FreeBSD.org Cannot build editors/poedit because the configure script fails. # cd /usr/ports/editors/poedit && make ===> License BSD2CLAUSE accepted by the user ===> Found saved configuration for poedit-1.8.4 ===> poedit-1.8.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by poedit-1.8.4 for building ===> Extracting for poedit-1.8.4 [...] checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking whether c++ supports C++11 features by default... no checking whether c++ supports C++11 features with -std=gnu++11... no checking whether c++ supports C++11 features with -std=gnu++0x... no checking whether c++ supports C++11 features with -std=c++11... no checking whether c++ supports C++11 features with -std=c++0x... no configure: error: *** A compiler with support for C++11 language features is required. ===> Script "configure" failed unexpectedly. Information about the port and my system: # cat /var/db/ports/editors_poedit/options _OPTIONS_READ=poedit-1.8.4 _FILE_COMPLETE_OPTIONS_LIST=NLS OPTIONS_FILE_SET+=NLS # uname -a FreeBSD myhost 9.3-STABLE FreeBSD 9.3-STABLE #126 r287193M: Thu Aug 27 11:03:24 CEST 2015 root@myhost:/usr/obj/usr/src/sys/GENERIC i386 # svn info /usr/src | grep Revision Revision: 287193 # svn info /usr/ports/editors/poedit | grep Revision Revision: 39547 # cat /etc/make.conf WITH_PKGNG=yes CPUTYPE?=athlon64 CFLAGS= -O2 -fno-strict-aliasing -pipe COPTFLAGS= -O -pipe BOOTWAIT=2000 SVN_UPDATE=yes DOC_LANG= en_US.ISO8859-1 LOCALIZED_LANG=it WITH_WIDE_CHARS=yes QT4_OPTIONS= CUPS WITH_GALLIUM=yes PORTS_MODULES=emulators/virtualbox-ose-kmod OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 -- You are receiving this mail because: You are the assignee for the bug.