From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21179 invoked by alias); 2 Nov 2015 15:36:34 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 21166 invoked by uid 89); 2 Nov 2015 15:36:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: nm21-vm4.bullet.mail.ne1.yahoo.com Received: from nm21-vm4.bullet.mail.ne1.yahoo.com (HELO nm21-vm4.bullet.mail.ne1.yahoo.com) (98.138.91.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 02 Nov 2015 15:36:32 +0000 Received: from [98.138.100.117] by nm21.bullet.mail.ne1.yahoo.com with NNFMP; 02 Nov 2015 15:36:30 -0000 Received: from [98.138.84.42] by tm108.bullet.mail.ne1.yahoo.com with NNFMP; 02 Nov 2015 15:36:29 -0000 Received: from [127.0.0.1] by smtp110.mail.ne1.yahoo.com with NNFMP; 02 Nov 2015 15:36:29 -0000 X-Yahoo-SMTP: x0SCrfmswBCvW0SeKOpOOY7IMgY- Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) Subject: Re: GCC 6.0 and x86_64 with Fedora 22: [xg++] Error 1. From: Damian Rouson In-Reply-To: <137342279.2361.1446468932104.JavaMail.zimbra@intec.unl.edu.ar> Date: Mon, 02 Nov 2015 15:36:00 -0000 Cc: Gfortran List Content-Transfer-Encoding: quoted-printable Message-Id: <8496E9E6-9759-4896-80B4-62352170E46F@sourceryinstitute.org> References: <137342279.2361.1446468932104.JavaMail.zimbra@intec.unl.edu.ar> To: Jorge D'Elia X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00009.txt.bz2 Hi Jorge, I=E2=80=99d love to know if the following GCC build script works for you: https://github.com/sourceryinstitute/opencoarrays/blob/master/install_prere= quisites/buildgcc If you try it and run into problems or can suggest improvements, please sub= mit any feedback via the following Issues page: https://github.com/sourceryinstitute/opencoarrays/issues ________________________________ Damian Rouson, Ph.D., P.E. President, Sourcery Institute http://www.sourceryinstitute.org +1-510-600-2992 (mobile) > On Nov 2, 2015, at 4:55 AM, Jorge D'Elia wrote: >=20 > Hi folks, >=20 > I'm trying to build the experimental version gcc-6.0-20151101=20 > on a x86_64 machine (i7-3930K, 3.20GHz) with Fedora 22, i.e.: >=20 > Linux version 4.2.3-200.fc22.x86_64=20 > (mockbuild@bkernel01.phx2.fedoraproject.org)=20 > (gcc version 5.1.1 20150618 (Red Hat 5.1.1-4)=20 > (LE)) # 1 SMP Thu 8 October 03: 2015 23:55 UTC. >=20 > but, at the make phase, fails with the error message: >=20 > gcc.o gcc-main.o ggc-none.o cp/g++spec.o driver-i386.o \=20 > libcommon-target.a libcommon.a ../libcpp/libcpp.a \ > ../libbacktrace/.libs/libbacktrace.a \ > ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a=20 > g++: fatal error: unknown spec function 'gt' > compilation terminated. > ../../gcc/cp/Make-lang.in:59: recipe for target 'xg++' failed > make[3]: *** [xg++] Error 1 > make[3]: Leaving directory '/home/bigpack/gcc-paq/sources/gcc-6.0-2015110= 1/BUILD/gcc' > Makefile:4384: recipe for target 'all-stage1-gcc' failed > make[2]: *** [all-stage1-gcc] Error 2 > make[2]: Leaving directory '/home/bigpack/gcc-paq/sources/gcc-6.0-2015110= 1/BUILD' > Makefile:25626: recipe for target 'stage1-bubble' failed > make[1]: *** [stage1-bubble] Error 2 > make[1]: Leaving directory '/home/bigpack/gcc-paq/sources/gcc-6.0-2015110= 1/BUILD' > Makefile:916: recipe for target 'all' failed > make: *** [all] Error 2 >=20 > With regards to binutils, glibc, etc., I used=20 >=20 > dnf groupinstall 'C Development Tools and Libraries' > dnf groupinstall 'development-tools' > dnf install gcc*=20 > dnf install binutils* glibc*=20 > dnf install mpfr* libmpc* gmp* > dnf install isl* cloog* compat-gcc* > dnf install libtool* libstdc++* > dnf install kernel* texinfo* llvm* > dnf distro-sync >=20 > among others packages. With regard to GMP, MPFR and MPC packages,=20 > I tried both those provided by the OS, as those obtained through=20 > ./contrib/download_prerequisites. I've also tried to make minimal=20 > installations (e.g. only the C language, without multilib, etc.),=20 > but always with the same error message. See attached file with=20 > some logs. Please, any clue to solve it?=20 >=20 > BTW, on the other side, are there broken links in the phrase: > "Download from gfortran.com (README, nightly builds, 4.3 to 4.9 snapshots= )"=20 > in https://gcc.gnu.org/wiki/GFortranBinaries=20 > ? >=20 > Thanks in advance.=20 > Jorge. > --=20 > CIMEC (UNL-CONICET), http://www.cimec.org.ar/ > Paraje El Pozo, S3000GLN, Santa Fe, ARGENTINA.