From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1Dts15-0002BA-J7 for garchives@archives.gentoo.org; Sat, 16 Jul 2005 19:08:03 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6GJ6GRV017406; Sat, 16 Jul 2005 19:06:16 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6GJ2PQK031880 for ; Sat, 16 Jul 2005 19:02:26 GMT Received: by zproxy.gmail.com with SMTP id n29so536536nzf for ; Sat, 16 Jul 2005 12:02:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=RKHZCtCj9e/eWNsQ7qHBju956b1iK1SxAyzWQASJ3bYVXq0gNj1ysTgtFVsMIY15IRmDWpzaGbDSm2FARAhUfLCmYKo14Db4YWN4MCIPtgKuSZsBLx5mfYyEH2Hhu5HlItoPDFzbVrxJVU1lNDMxomypiTWtEGVWjGPwZMii5mA= Received: by 10.36.220.55 with SMTP id s55mr2625491nzg; Sat, 16 Jul 2005 12:02:54 -0700 (PDT) Received: from ?192.168.1.10? ([24.30.171.44]) by mx.gmail.com with ESMTP id 36sm4238054nzk.2005.07.16.12.02.54; Sat, 16 Jul 2005 12:02:54 -0700 (PDT) Message-ID: <42D95A09.5020206@gmail.com> Date: Sat, 16 Jul 2005 12:03:37 -0700 From: Zac Medico User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050715) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Cannot emerge glibc References: <200507161830.j6GIUBgK018673@post.webmailer.de> In-Reply-To: <200507161830.j6GIUBgK018673@post.webmailer.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 52c164f9-7021-4d3b-9be5-e41382d83fe8 X-Archives-Hash: 29556c4fc24ae1b786833161de2a7154 Alexander Veit wrote: > Richard Fish wrote: > >>[...] >> >>>MAKEOPTS="-j3" >>> >>> >> >>-j3 causes many build problems for many packages that build internal >>libraries and then try to link against them. -j1 is much safer. > > > OK, now make runs with -j1. > > Unfortunately, on my machine, it takes a long long time for the first 3K > files to be built... > > BTW is there a way to resume the build process at the point where the error > occurred? emerge --resume does not resume in the middle of a broken build. > There are tons of ways to do this but here's what I would do: FEATURES=keepwork emerge --resume The drawback is that with FEATURES=keepwork portage will not clean up builds in PORTAGE_TMPDIR so you will have to do that yourself in order to reclaim disk space. Zac -- gentoo-user@gentoo.org mailing list