Bug 187759 - sci-libs/netcdf-3.6.2 parallel make fails
|
Bug#:
187759
|
Product: Gentoo Linux
|
Version: 2007.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: sci@gentoo.org
|
Reported By: ed@catmur.co.uk
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: sci-libs/netcdf-3.6.2 parallel make fails
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-08-04 22:02 0000
|
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory
`/var/tmp/portage/sci-libs/netcdf-3.6.2/work/netcdf-3.6.2'
Making all in f90
make[2]: Entering directory
`/var/tmp/portage/sci-libs/netcdf-3.6.2/work/netcdf-3.6.2/f90'
/bin/sh ../libtool --mode=compile gfortran -I../libsrc -I. -g -O2 -c -o
typeSizes.lo typeSizes.f90
/bin/sh ../libtool --mode=compile gfortran -I../libsrc -I. -g -O2 -c -o
netcdf.lo netcdf.f90
libtool: compile: gfortran -I../libsrc -I. -g -O2 -c netcdf.f90 -fPIC -o
.libs/netcdf.o
In file netcdf.f90:38
FourByteReal, EightByteReal
1
Fatal Error: Can't open module file 'typesizes.mod' for reading at (1): No such
file or directory
make[2]: *** [netcdf.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile: gfortran -I../libsrc -I. -g -O2 -c typeSizes.f90 -fPIC -o
.libs/typeSizes.o
libtool: compile: gfortran -I../libsrc -I. -g -O2 -c typeSizes.f90 -o
typeSizes.o >/dev/null 2>&1
make[2]: Leaving directory
`/var/tmp/portage/sci-libs/netcdf-3.6.2/work/netcdf-3.6.2/f90'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/sci-libs/netcdf-3.6.2/work/netcdf-3.6.2'
make: *** [all] Error 2
Looks like a parallel make error.
*** Bug 193300 has been marked as a duplicate of this bug. ***
Hi
I could not reproduce the failure with -j3, but with -j2 I could. I commited a
new patch which I think should take care of it. Please re-sync, re-emerge and
let me know.
Sebastien