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