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.60) (envelope-from ) id 1FuBhg-0001S9-9d for garchives@archives.gentoo.org; Sat, 24 Jun 2006 17:13:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k5OH9xDR030535; Sat, 24 Jun 2006 17:09:59 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k5OH9w4T024373 for ; Sat, 24 Jun 2006 17:09:58 GMT Received: by ug-out-1314.google.com with SMTP id j40so1370499ugd for ; Sat, 24 Jun 2006 10:09:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=PsoPH6rSHqrvvAtEwqxKWKIb8eDW3oDCqBkcctMjO/uocwAE/BfPIqj8HIUenEJfEKiYXRFc9TodeyYBmgcj9xJS/D7DqCORc5j26xPodzVbHmaQWojbGhvuz/0JxHt7ntb9GpELm9y4hNW96aD5GJhFFs3wVIAz35g6W+5i4BQ= Received: by 10.78.177.11 with SMTP id z11mr1619639hue; Sat, 24 Jun 2006 10:09:58 -0700 (PDT) Received: by 10.78.20.11 with HTTP; Sat, 24 Jun 2006 10:09:58 -0700 (PDT) Message-ID: <7573e9640606241009x686b371bm6d14d7e3e26e8f53@mail.gmail.com> Date: Sat, 24 Jun 2006 10:09:58 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] gcc 4.1.0, emerge -e world In-Reply-To: <770289e40606231456r2343213anaeacccb39863b738@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <770289e40606231456r2343213anaeacccb39863b738@mail.gmail.com> X-Google-Sender-Auth: faf637db7ee72925 X-Archives-Salt: 740d7ef1-ae70-4c06-8d1e-95e71fc4dfdc X-Archives-Hash: d434f442e222f6478baafca72f197adb On 6/23/06, Daemon Xavier wrote: > MAKEOPTS="-j2" Others have already covered the resume options available for you...so I guess I'll jump on the error you see. Parallel makes (MAKEOPTS=-jN with N>1) can occasionally fail with compile or link errors, because one process may try to use a file that is only partially completed by another process. In this case, you should try "MAKEOPTS=-j1emerge --oneshot speech-tools" -Richard -- gentoo-amd64@gentoo.org mailing list