Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
Created an attachment (id=126885) [details] typesizes.mod-parallel-make.patch Patch.
Fixed. Thanks.
*** Bug 193300 has been marked as a duplicate of this bug. ***
That didn't work, Bug 193300
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
Was fixed a while ago.