*** Geant4_VMC compiled successfully *** **** Checking libraries in /home/jose/Simulacion/external/root6/lib **** *** Downloading MillepedeII sources with subversion*** A MillepedeII/vertpr.f90 A MillepedeII/minresqlpBlasModule.f90 A MillepedeII/mp2-logo.png A MillepedeII/mpqldec.f90 A MillepedeII/Mille.cc A MillepedeII/mpdef.f90 A MillepedeII/Mille.h A MillepedeII/mpnum.f90 A MillepedeII/mptest1.f90 A MillepedeII/Dbandmatrix.f90 A MillepedeII/minresDataModule.f90 A MillepedeII/mptest2.f90 A MillepedeII/mpbits.f90 A MillepedeII/mpdalc.f90 A MillepedeII/readc.c A MillepedeII/mille.f90 A MillepedeII/minresModule.f90 A MillepedeII/randoms.f90 A MillepedeII/tools A MillepedeII/tools/readPedeHists.C A MillepedeII/tools/readMilleBinary.py A MillepedeII/WIKI A MillepedeII/linesrch.f90 A MillepedeII/cfortran.h A MillepedeII/mphistab.f90 A MillepedeII/minresqlpDataModule.f90 A MillepedeII/mpmod.f90 A MillepedeII/pede.f90 A MillepedeII/minresqlpModule.f90 A MillepedeII/Makefile A MillepedeII/COPYING.LIB A MillepedeII/mptext.f90 Revisión obtenida: 150 *** Compiling Millepede ................ patching file Makefile Hunk #1 succeeded at 56 (offset 3 lines). Hunk #2 succeeded at 79 (offset 3 lines). Using gcc version 4.9.3 gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mpdef.f90 -o mpdef.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mpdalc.f90 -o mpdalc.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mpmod.f90 -o mpmod.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mpbits.f90 -o mpbits.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mpqldec.f90 -o mpqldec.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mptest1.f90 -o mptest1.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mptest2.f90 -o mptest2.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mille.f90 -o mille.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mpnum.f90 -o mpnum.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mptext.f90 -o mptext.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c mphistab.f90 -o mphistab.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c minresDataModule.f90 -o minresDataModule.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c minresModule.f90 -o minresModule.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c minresqlpDataModule.f90 -o minresqlpDataModule.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c minresqlpBlasModule.f90 -o minresqlpBlasModule.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c minresqlpModule.f90 -o minresqlpModule.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c randoms.f90 -o randoms.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c vertpr.f90 -o vertpr.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c linesrch.f90 -o linesrch.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c Dbandmatrix.f90 -o Dbandmatrix.o gfortran -Wall -fautomatic -fno-backslash -O3 -cpp -fopenmp -DREAD_C_FILES -c pede.f90 -o pede.o gcc -c -Wall -O3 -Df2cFortran -DUSE_ZLIB -I= -o readc.o readc.c readc.c: In function ‘resetC’: readc.c:123:11: warning: passing argument 1 of ‘gzrewind’ from incompatible pointer type gzrewind(files[fileIndex]); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1447:24: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); ^ readc.c: In function ‘openC’: readc.c:153:22: warning: assignment from incompatible pointer type files[numAllFiles] = gzopen(fileName, "rb"); ^ readc.c: In function ‘readC’: readc.c:219:23: warning: passing argument 1 of ‘gzread’ from incompatible pointer type int nCheckR = gzread(files[fileIndex], &recordLength, sizeof(recordLength)); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1313:21: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ readc.c:220:12: warning: passing argument 1 of ‘gzeof’ from incompatible pointer type if (gzeof(files[fileIndex])) { ^ In file included from readc.c:64:0: /usr/include/zlib.h:1475:21: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzeof OF((gzFile file)); ^ readc.c:221:12: warning: passing argument 1 of ‘gzrewind’ from incompatible pointer type gzrewind(files[fileIndex]); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1447:24: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); ^ readc.c:243:26: warning: passing argument 1 of ‘gzread’ from incompatible pointer type int nCheckD = gzread(files[fileIndex], bufferDouble, sizeof(bufferDouble[0])); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1313:21: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ readc.c:253:26: warning: passing argument 1 of ‘gzread’ from incompatible pointer type int nCheckF = gzread(files[fileIndex], bufferFloat, sizeof(bufferFloat[0])); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1313:21: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ readc.c:265:25: warning: passing argument 1 of ‘gzread’ from incompatible pointer type int nCheckI = gzread(files[fileIndex], bufferInt, sizeof(bufferInt[0])); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1313:21: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ readc.c:282:24: warning: passing argument 1 of ‘gzread’ from incompatible pointer type int nCheckD = gzread(files[fileIndex], bufferDouble, *lengthBuffers*8); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1313:21: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ readc.c:289:24: warning: passing argument 1 of ‘gzread’ from incompatible pointer type int nCheckF = gzread(files[fileIndex], bufferFloat, *lengthBuffers*4); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1313:21: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ readc.c:300:23: warning: passing argument 1 of ‘gzread’ from incompatible pointer type int nCheckI = gzread(files[fileIndex], bufferInt, *lengthBuffers*4); ^ In file included from readc.c:64:0: /usr/include/zlib.h:1313:21: note: expected ‘gzFile’ but argument is of type ‘struct gzFile_s **’ ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ In file included from readc.c:62:0: readc.c: At top level: cfortran.h:415:14: warning: ‘c2fstrv’ defined but not used [-Wunused-function] static char *c2fstrv(char* cstr, char *fstr, int elem_len, int sizeofcstr) ^ cfortran.h:432:14: warning: ‘f2cstrv’ defined but not used [-Wunused-function] static char *f2cstrv(char *fstr, char* cstr, int elem_len, int sizeofcstr) ^ cfortran.h:479:14: warning: ‘vkill_trailing’ defined but not used [-Wunused-function] static char *vkill_trailing(char* cstr, int elem_len, int sizeofcstr, char t) ^ cfortran.h:522:12: warning: ‘num_elem’ defined but not used [-Wunused-function] static int num_elem(char *strv, unsigned elem_len, int term_char, int num_term) ^ gcc -Wall -O3 \ -o pede mpdef.o mpdalc.o mpmod.o mpbits.o mpqldec.o mptest1.o mptest2.o mille.o mpnum.o mptext.o mphistab.o minresDataModule.o minresModule.o minresqlpDataModule.o minresqlpBlasModule.o minresqlpModule.o randoms.o vertpr.o linesrch.o Dbandmatrix.o pede.o readc.o -lgfortran -lm -lgomp -L= -lz /usr/bin/ld: no se puede encontrar -lgfortran collect2: error: ld returned 1 exit status Makefile:115: fallo en las instrucciones para el objetivo 'pede' make: *** [pede] Error 1 cp: no se puede efectuar `stat' sobre '/home/jose/Simulacion/codes/FairSoft6/basics/MillepedeII/pede': No existe el archivo o el directorio -- The Fortran compiler identification is GNU 5.4.0 -- Check for working Fortran compiler: /usr/bin/gfortran -- Check for working Fortran compiler: /usr/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/gfortran supports Fortran 90 -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes -- The C compiler identification is GNU 4.9.3 -- The CXX compiler identification is GNU 4.9.3 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/jose/Simulacion/codes/FairSoft6/basics/MillepedeII/build Scanning dependencies of target Mille [ 50%] Building CXX object CMakeFiles/Mille.dir/Mille.cc.o [100%] Linking CXX shared library libMille.so [100%] Built target Mille Install the project... -- Install configuration: "Release" -- Installing: /home/jose/Simulacion/external/root6/lib/libMille.so -- Installing: /home/jose/Simulacion/external/root6/include/Mille.h *** ERROR: Millepede could not be created. *** End installation of external packages with Errors***