From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: gmp-6.0.0a Date: Tue, 15 Apr 2014 11:46:50 +0200 Message-ID: <20140415094650.GA7844@debian> References: <871tx0xv32.fsf@gnu.org> <20140415074507.GA32428@debian> <87k3ar9bma.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZzxO-0006rq-G6 for guix-devel@gnu.org; Tue, 15 Apr 2014 05:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZzxH-0000T2-1m for guix-devel@gnu.org; Tue, 15 Apr 2014 05:47:10 -0400 Content-Disposition: inline In-Reply-To: <87k3ar9bma.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Apr 15, 2014 at 11:37:49AM +0200, Ludovic Courtès wrote: > With your patch, running > ./pre-inst-env guix build -e '(@@ (gnu packages base) libstdc++)' > successfully yields > /gnu/store/3xiwgxlw4icf2bbhrmw973rnf4i872q4-libstdc++-4.8.2 > Do you have > /gnu/store/1xr4irpaw7pg1i1szbl5hzg5wks3cfgz-gcc-cross-boot0-4.8.2/libexec/gcc/x86_64-guix-linux-gnu/4.8.2/cc1plus? No, it happens while I am still compiling gcc-cross-boot0. The libstdc++ is triggered automatically. So could it be a problem with parallel builds of several packages? Lacking specification of an input? Andreas