From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.243.226 with SMTP id xb2mr17432787obc.50.1439183709752; Sun, 09 Aug 2015 22:15:09 -0700 (PDT) X-Received: by 10.140.104.115 with SMTP id z106mr8094qge.23.1439183709650; Sun, 09 Aug 2015 22:15:09 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!se8no1268504igc.0!news-out.google.com!78ni9057qge.1!nntp.google.com!69no37145qgi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 9 Aug 2015 22:15:09 -0700 (PDT) In-Reply-To: <385920dc-5e9d-4915-8055-319e91d0a463@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.71.86.203; posting-account=Bq5dRQoAAABBHvP12Bu1r05kdpr_XDjE NNTP-Posting-Host: 94.71.86.203 References: <55c5c36a$0$3188$426a74cc@news.free.fr> <385920dc-5e9d-4915-8055-319e91d0a463@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ann: Ada packages on Archlinux updated to GPL15. From: bbaborum@gmail.com Injection-Date: Mon, 10 Aug 2015 05:15:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27398 Date: 2015-08-09T22:15:09-07:00 List-Id: Le samedi 8 ao=FBt 2015 14:55:18 UTC+3, Rod Kay a =E9crit=A0: > On Saturday, 8 August 2015 18:53:00 UTC+10, Fr=E9d=E9ric Praca wrote: > >=20 > > Hello Rod, > > I'm currently trying to build gnat_util under Arch but it fails when=20 > > building gcc with the following error : > > libtool: compile: > > /tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/./gcc/xgcc > > -shared-libgcc -B/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/./gc= c > > -nostdinc++ > > -L/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linu= x- > > gnu/libstdc++-v3/src > > -L/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linu= x- > > gnu/libstdc++-v3/src/.libs > > -L/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linu= x- > > gnu/libstdc++-v3/libsupc++/.libs > > -B/usr/x86_64-unknown-linux-gnu/bin/ > > -B/usr/x86_64-unknown-linux-gnu/lib/ -isystem > > /usr/x86_64-unknown-linux-gnu/include -isystem > > /usr/x86_64-unknown-linux-gnu/sys-include > > -I/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linu= x- > > gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu > > -I/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linu= x- > > gnu/libstdc++-v3/include > > -I/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-5-20150721/libstdc++-v3/ > > libsupc++ > > -fPIC -DPIC -fno-implicit-templates -Wall -Wextra -Wwrite-strings > > -Wcast-qual -Wabi -fdiagnostics-show-location=3Donce -ffunction-section= s > > -fdata-sections -frandom-seed=3Dcompatibility-thread-c++0x.lo -g > > -march=3Dx86-64 -mtune=3Dgeneric -O2 -fstack-protector-strong > > --param=3Dssp-buffer-size=3D4 -D_GNU_SOURCE -std=3Dgnu++11 -c > > /tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-5-20150721/libstdc++-v3/src= /c+ > > +11/compatibility-thread-c++0x.cc > > -o compatibility-thread-c++0x.o >/dev/null 2>&1 > > make[6] : on quitte le r=E9pertoire > > =AB /tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-li= nux- > > gnu/libstdc++-v3/src =BB > > Makefile:605 : la recette pour la cible =AB all-recursive =BB a =E9chou= =E9e > > make[5]: *** [all-recursive] Erreur 1 > >=20 > > Is there something that should be done before building gnat-util ? > >=20 > > Regards > > Fred >=20 >=20 > Hi Fred, >=20 > There is a dependency package called 'prepare_gnat_util' which adds tw= o missing links for the libgnat and libgnarl shared libs. >=20 > I can't see any mention of those libs in the error msg though, so I'm = not sure if that is the problem. Hi, This lib was already installed so I'm afraid that this is not an explanatio= n.