On Dec 6, 2012, at 2:05 PM, Anton Gladky <gladky.an...@gmail.com> wrote:

> The package FTBFS in a clean environment:
> 
> =============
> gfortran seclf1.F
> make[4]: Leaving directory
> `/tmp/buildd/geant321-3.21.14.dfsg/build/geant321/matx55'
> cd /tmp/buildd/geant321-3.21.14.dfsg/lib && ln -s
> ../src/geant321/data/xsneut95.dat xsneut95.dat
> /bin/sh: 1: cd: can't cd to /tmp/buildd/geant321-3.21.14.dfsg/lib
> make[3]: *** [/tmp/buildd/geant321-3.21.14.dfsg/lib/xsneut95.dat] Error 2
> make[3]: *** Waiting for unfinished jobs....

Looks like a race in the parallel build. The makefile doesn't check if the 
directory exists before trying to cd in and link xsneut95.dat. It assumes it 
has already been created when libgeant321.a is installed, but doesn't depend on 
it. It should build fine without the parallel=n option (though I couldn't 
reproduce the failure with it but I do see the potential).

--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to