CNES / MAJA

Level-2A processor used for atmospheric correction and cloud-detection. The active repository is the one below, this one is kept to leave access to the older issues.
https://gitlab.orfeo-toolbox.org/maja/maja
Apache License 2.0
137 stars 25 forks source link

Cmake error for GDAL while compiling MAJA #95

Closed aafaf-arharas closed 2 years ago

aafaf-arharas commented 2 years ago

Hello everyone, I get this error while comiling Maja :

planetobserver@planetlinux:~/Téléchargements/artifacts45/MAJA/build$ make [ 3%] Built target SQLITE [ 5%] Built target EXPAT [ 8%] Built target PATCHELF [ 10%] Built target ZLIB [ 13%] Built target PYTHON [ 16%] Built target NUMPY [ 18%] Built target SCIPY [ 21%] Built target LXML [ 23%] Built target PNG [ 26%] Built target JPEG [ 29%] Built target TIFF [ 32%] Built target ITK [ 36%] Built target PROJ [ 38%] Built target GEOTIFF [ 40%] Built target OPENJPEG [ 43%] Built target HDF4 [ 45%] Built target NETCDF [ 47%] Built target BOOST [ 49%] Built target SWIG [ 52%] Built target GEOS [ 52%] Performing install step for 'GDAL' CMake Error at /home/planetobserver/Téléchargements/artifacts45/MAJA/build/GDAL/stamp/GDAL-install-Release.cmake:49 (message): Command failed: 2

'make' 'install'

See also

/home/planetobserver/Téléchargements/artifacts45/MAJA/build/GDAL/stamp/GDAL-install-*.log

make[2]: [CMakeFiles/GDAL.dir/build.make:76 : GDAL/stamp/GDAL-install] Erreur 1 make[1]: [CMakeFiles/Makefile2:389 : CMakeFiles/GDAL.dir/all] Erreur 2 make: *** [Makefile:95 : all] Erreur 2

Those are .log files : GDAL-install-err.log GDAL-install-out.log

Thank you in advance for your help. Aafaf