From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20358: MariaDB failed to link 'libgcc_s.so' with our ld-wrapper. Date: Thu, 30 Apr 2015 14:00:34 +0200 Message-ID: <878ud94yhp.fsf@gnu.org> References: <87zj66kdkf.fsf@gmail.com> <87lhhn709e.fsf@gmail.com> <87h9s6d5np.fsf@gnu.org> <20150424073431.GA14584@debian.math.u-bordeaux1.fr> <877fsulwlo.fsf@gnu.org> <20150430063239.GA3466@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynn9S-0005yd-CK for bug-guix@gnu.org; Thu, 30 Apr 2015 08:01:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ynn9M-0005ls-Pc for bug-guix@gnu.org; Thu, 30 Apr 2015 08:01:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:47117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynn9M-0005li-Ms for bug-guix@gnu.org; Thu, 30 Apr 2015 08:01:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Ynn9L-0002xx-G4 for bug-guix@gnu.org; Thu, 30 Apr 2015 08:01:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20150430063239.GA3466@debian> (Andreas Enge's message of "Thu, 30 Apr 2015 08:32:39 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: 20358@debbugs.gnu.org Andreas Enge skribis: > Now the problem occurs in gcc itself: > http://hydra.gnu.org/build/402695/nixlog/2/tail-reload > validating RUNPATH of 23 binaries in "/gnu/store/nj9ps51n0pfdnn0qxq6cb32z= 5xy2g641-gcc-4.9.2-lib/lib"... > /gnu/store/nj9ps51n0pfdnn0qxq6cb32z5xy2g641-gcc-4.9.2-lib/lib/libvtv.so: = error: depends on 'libgcc_s.so.1', which cannot be found in RUNPATH ("/gnu/= store/hy2hi0zj5hrqkmkhpdxf04c9bcnlnsf9-glibc-2.21/lib") > phase `validate-runpath' failed after 0 seconds Fixed in 7e35b9d. Ludo=E2=80=99.