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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.140.151.18 with SMTP id 18mr6765744qhx.11.1439034917149; Sat, 08 Aug 2015 04:55:17 -0700 (PDT) X-Received: by 10.50.171.200 with SMTP id aw8mr36669igc.6.1439034917118; Sat, 08 Aug 2015 04:55:17 -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!69no4508861qgl.1!news-out.google.com!nt1ni2484igb.0!nntp.google.com!pg9no7974473igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 8 Aug 2015 04:55:16 -0700 (PDT) In-Reply-To: <55c5c36a$0$3188$426a74cc@news.free.fr> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=121.44.2.80; posting-account=pBdvJAoAAAAbTiQ-L1tpxD99i_UttsrJ NNTP-Posting-Host: 121.44.2.80 References: <55c5c36a$0$3188$426a74cc@news.free.fr> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <385920dc-5e9d-4915-8055-319e91d0a463@googlegroups.com> Subject: Re: Ann: Ada packages on Archlinux updated to GPL15. From: Rod Kay Injection-Date: Sat, 08 Aug 2015 11:55:17 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27393 Date: 2015-08-08T04:55:16-07:00 List-Id: 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/./gcc > -nostdinc++ > -L/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linux- > gnu/libstdc++-v3/src > -L/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linux- > gnu/libstdc++-v3/src/.libs > -L/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linux- > 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-linux- > gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu > -I/tmp/yaourt-tmp-cyril/aur-gnat_util/src/gcc-build/x86_64-unknown-linux- > 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-sections > -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-linu= x- > 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 Hi Fred, There is a dependency package called 'prepare_gnat_util' which adds two = missing links for the libgnat and libgnarl shared libs. I can't see any mention of those libs in the error msg though, so I'm no= t sure if that is the problem.