From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P0EIv-0005s5-Jj for garchives@archives.gentoo.org; Mon, 27 Sep 2010 14:03:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37934E0794 for ; Mon, 27 Sep 2010 14:03:41 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C744E06FD for ; Mon, 27 Sep 2010 13:58:26 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0EDp-0000lK-Ju for gentoo-amd64@lists.gentoo.org; Mon, 27 Sep 2010 15:58:25 +0200 Received: from ip68-231-22-224.ph.ph.cox.net ([68.231.22.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 15:58:25 +0200 Received: from 1i5t5.duncan by ip68-231-22-224.ph.ph.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 15:58:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-amd64@lists.gentoo.org From: Duncan <1i5t5.duncan@cox.net> Subject: [gentoo-amd64] Re: glibc-2.12.1-r1 failure Date: Mon, 27 Sep 2010 13:58:17 +0000 (UTC) Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ip68-231-22-224.ph.ph.cox.net User-Agent: Pan/0.133 (House of Butterflies; GIT a971f44 branch-testing) Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 626428a3-9f70-402f-8e13-ad849d84ebe9 X-Archives-Hash: 8568b014b3d5d4319c1d0aef8d19e753 Paul Stear posted on Mon, 27 Sep 2010 13:33:22 +0100 as excerpted: > Makefile:72: warning: overriding commands for target > `/var/tmp/portage/sys-libs/glibc-2.12.1-r1/work/build-x86-x86_64-pc- linux-gnu-nptl/login/pt_chown' > ../Rules:120: warning: ignoring old commands for target > `/var/tmp/portage/sys-libs/glibc-2.12.1-r1/work/build-x86-x86_64-pc- linux-gnu-nptl/login/pt_chown' > mkdir /var/tmp/portage/sys-libs/glibc-2.12.1-r1/image/sbin > unexpected reloc type in static binary > make[1]: *** [install-symbolic-link] Error 139 > make: *** [install] Error 2 > emake failed >=20 > ~/ > emerge --info > Portage 2.1.9.11 (default/linux/amd64/10.0/desktop, gcc-4.4.4, > glibc-2.11.2-r0, 2.6.34-gentoo-r2 x86_64) > ccache version 2.4 [enabled] > ACCEPT_KEYWORDS=3D"amd64 ~amd64" > CFLAGS=3D"-Os -march=3Dk8 -mno-tls-direct-seg-refs -mmmx -msse3 -pipe > -fomit-frame-pointer" > FEATURES=3D"assume-digests binpkg-logs ccache distlocks fixlafiles > fixpackages metadata-transfer news parallel-fetch protect-owned sandbox > sfperms strict unknown-features-warn unmerge-logs unmerge-orphans > userfetch" > MAKEOPTS=3D"-j5 -s" No specific help on your error, but... One troubleshooting tip, when there are build issues, is to switch to MAKEOPTS=3D-j1, forcing it to serialize so the error won't be mixed in wi= th=20 a bunch of extraneous "noise" from other make jobs. The -s may or may no= t=20 matter, but might as well eliminate it for the test as well, just in case= . IOW, I'm not sure if those warnings are related or not, and with multiple= =20 jobs, it's quite possible the error is actually some way above the bit=20 that you posted. -j1 solves that sort of problem as unlike with multiple= =20 make jobs, there's normally very little else after the error, with it. Meanwhile, AFAIK entirely unrelated to your problem but I'm curious as I=20 always like to see what other people have in their CFLAGS when I have a=20 chance, why are you using -mno-tls-direct-seg-refs ? I don't see anythin= g=20 in the gcc manpage info on that machine/arch-flag to suggest why I might=20 wish to disable it, and it seems a rather odd arch-flag to simply throw i= n=20 at random, so I'm wondering what the reasoning is. I'm definitely NOT=20 saying it's wrong. Quite the contrary; with a bit more info, I might fin= d=20 it useful here... or not, but I don't know at this point. So got a link=20 or something I could read? --=20 Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman