From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 21 14:41:38 2012 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 269E31065675 for ; Thu, 21 Jun 2012 14:41:38 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id CF2038FC1A for ; Thu, 21 Jun 2012 14:41:37 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1ShiZe-0006fu-IC; Thu, 21 Jun 2012 15:41:30 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1ShiZe-0006FZ-4k; Thu, 21 Jun 2012 15:41:30 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q5LEfTcB092001; Thu, 21 Jun 2012 15:41:29 +0100 (BST) (envelope-from mexas@bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q5LEfS8V091985; Thu, 21 Jun 2012 15:41:28 +0100 (BST) (envelope-from mexas@bris.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bris.ac.uk using -f Date: Thu, 21 Jun 2012 15:41:28 +0100 From: Anton Shterenlikht To: Gerald Pfeifer Message-ID: <20120621144128.GA89838@mech-cluster241.men.bris.ac.uk> References: <20120621081705.GA41013@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: and lang/gcc47 [ WAS: Re: lang/gcc46 build failure on sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 14:41:38 -0000 On Thu, Jun 21, 2012 at 11:29:48AM +0200, Gerald Pfeifer wrote: > On Thu, 21 Jun 2012, Anton Shterenlikht wrote: > > Apologies if I have reported this already, > > I lost track with all the png- triggered updates. > >=20 > > On sparc64 10.0-CURRENT #4 r235474, updating from > > gcc-4.6.4.20120413 to gcc-4.6-20120608 I get:=20 >=20 > Do others see the same on sparc64? I do not have access to such > a machine and this does not look like a SPARC-specific issue. >=20 > My money is on this being caused by something in the base. >=20 > Gerald same for gcc47: gmake[3]: Entering directory `/usr/ports/lang/gcc47/work/build/libcpp' /usr/ports/lang/gcc47/work/build/./prev-gcc/g++ -B/usr/ports/lang/gcc47/wor= k/build/./prev-gcc/ -B/usr/local/sparc64-portbld-freebsd10.0/bin/ -nostdinc= ++ -B/usr/ports/lang/gcc47/work/build/prev-sparc64-portbld-freebsd10.0/libs= tdc++-v3/src/.libs -B/usr/ports/lang/gcc47/work/build/prev-sparc64-portbld-= freebsd10.0/libstdc++-v3/libsupc++/.libs -I/usr/ports/lang/gcc47/work/build= /prev-sparc64-portbld-freebsd10.0/libstdc++-v3/include/sparc64-portbld-free= bsd10.0 -I/usr/ports/lang/gcc47/work/build/prev-sparc64-portbld-freebsd10.0= /libstdc++-v3/include -I/usr/ports/lang/gcc47/work/gcc-4.7-20120616/libstdc= ++-v3/libsupc++ -L/usr/ports/lang/gcc47/work/build/prev-sparc64-portbld-fre= ebsd10.0/libstdc++-v3/src/.libs -L/usr/ports/lang/gcc47/work/build/prev-spa= rc64-portbld-freebsd10.0/libstdc++-v3/libsupc++/.libs -I.././../gcc-4.7-20= 120616/libcpp -I. -I.././../gcc-4.7-20120616/libcpp/../include -I.././../gc= c-4.7-20120616/libcpp/include -g -O2 -gtoggle -W -Wall -Wno-narrowing -Wwr= ite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-excep= tions -fno-rtti -I.././../gcc-4.7-20120616/libcpp -I. -I.././../gcc-4.7-201= 20616/libcpp/../include -I.././../gcc-4.7-20120616/libcpp/include -c -o ch= arset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo .././../gcc-4.7-201206= 16/libcpp/charset.c In file included from .././../gcc-4.7-20120616/libcpp/system.h:30:0, from .././../gcc-4.7-20120616/libcpp/charset.c:22: /usr/ports/lang/gcc47/work/build/./prev-gcc/include/stddef.h:150:26: error:= multiple types in one declaration /usr/ports/lang/gcc47/work/build/./prev-gcc/include/stddef.h:150:26: error:= declaration does not declare anything [-fpermissive] gmake[3]: *** [charset.o] Error 1 --=20 Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423