From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2713138330 for ; Wed, 10 Jan 2018 18:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95165E097E; Wed, 10 Jan 2018 18:22:51 +0000 (UTC) Received: from n.hanft.de (n.hanft.de [IPv6:2001:780:125:1::e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 214EDE091E for ; Wed, 10 Jan 2018 18:22:50 +0000 (UTC) Received: by n.hanft.de (Postfix, from userid 1006) id B047B1B8217; Wed, 10 Jan 2018 19:22:45 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on n.hanft.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Received: from home01.hanft.de (home01.hanft.de [IPv6:2001:470:1f0b:39:a:f:5:15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by n.hanft.de (Postfix) with ESMTPS id C49521B8036 for ; Wed, 10 Jan 2018 19:22:44 +0100 (CET) Received: from [10.15.5.51] (mh.local [10.15.5.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mh) by home01.hanft.de (Postfix) with ESMTPSA id A1F7A20006471F; Wed, 10 Jan 2018 19:22:44 +0100 (CET) Subject: Re: [gentoo-user] glibc emerge error To: gentoo-user@lists.gentoo.org References: <395ced69-7aa0-35b5-1a1c-cf01baada8af@charter.net> From: Matthias Hanft Message-ID: Date: Wed, 10 Jan 2018 19:22:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <395ced69-7aa0-35b5-1a1c-cf01baada8af@charter.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: c102ff19-f9f9-406a-bb85-47c75fb23594 X-Archives-Hash: 8447cb49975d31aeb5642e6a59bf03d0 Corbin Bird wrote: > Is anyone else having a sys-libs/glibc emerge compile failure? >> *** LD_LIBRARY_PATH shouldn't contain the current directory when >> *** building glibc. Please change the environment variable >> *** and run configure again. > Same error regardless of the version of glibc I attempt to emerge. Sure - this error always comes up here, too. Just enter export LD_LIBRARY_PATH= immediately before emerge, and it works. -Matt PS: And if you get some message concerning some variables which are too big (or something like that), enter mount -t tmpfs none /var/tmp/portage just before emerge (and "umount /var/tmp/portage" afterwards). I have to do this for the emerge of a few packages - I think it's because of my 17 TB filesystem.