asfadmin / ASF_MapReady

GNU General Public License v3.0
37 stars 21 forks source link

Failed during make #496

Closed yogatriardhana closed 5 years ago

yogatriardhana commented 5 years ago

checking for stdlib.h... (cached) yes checking for inflateInit_ in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for jinit_compress_master in -ljpeg... yes checking for TIFFOpen in -ltiff... no configure: error: failed to link with -ltiff to find TIFFOpen make[3]: Entering directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2' make[3]: No rule to make target 'libgeotiff.a'. Stop. make[3]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2' make[3]: Entering directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2' d make[3]: d: Command not found Makefile:2: recipe for target 'asf_install' failed make[3]: [asf_install] Error 127 (ignored) libgeotiff.a make[3]: libgeotiff.a: Command not found Makefile:2: recipe for target 'asf_install' failed make[3]: [asf_install] Error 127 make[3]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2' Makefile:21: recipe for target 'build_stamp' failed make[2]: [build_stamp] Error 2 make[2]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff' Makefile:33: recipe for target 'libs' failed make[1]: [libs] Error 2 make[1]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external' Makefile:464: recipe for target 'external_libs' failed make: *** [external_libs] Error 2

I failed when did the make process. Maybe anyone know how to solve this? Thank you

csallen2 commented 5 years ago

I think you missed a colon somewhere.

Cougar

On Fri, Feb 15, 2019 at 10:50 yogatriardhana notifications@github.com wrote:

checking for stdlib.h... (cached) yes checking for inflateInit_ in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for jinit_compress_master in -ljpeg... yes checking for TIFFOpen in -ltiff... no configure: error: failed to link with -ltiff to find TIFFOpen make[3]: Entering directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2' make[3]: No rule to make target 'libgeotiff.a'. Stop. make[3]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2' make[3]: Entering directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2' d make[3]: d: Command not found Makefile:2: recipe for target 'asf_install' failed make[3]: [asf_install] Error 127 (ignored) libgeotiff.a make[3]: libgeotiff.a: Command not found Makefile:2: recipe for target 'asf_install' failed make[3]: [asf_install] Error 127 make[3]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff/libgeotiff-1.2.2' Makefile:21: recipe for target 'build_stamp' failed make[2]: [build_stamp] Error 2 make[2]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external/work_dir/libgeotiff' Makefile:33: recipe for target 'libs' failed make[1]: [libs] Error 2 make[1]: Leaving directory '/home/zectre/Downloads/mapready-3.2.1-src/asf_tools/external' Makefile:464: recipe for target 'external_libs' failed make: *** [external_libs] Error 2

I failed when did the make process. Maybe anyone know how to solve this? Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/asfadmin/ASF_MapReady/issues/496, or mute the thread https://github.com/notifications/unsubscribe-auth/AFcsO3Zoq1omj7q-YuD7YItaDq32OFgpks5vNwGKgaJpZM4a-OtZ .

-- Clay Allen University of Alaska Fairbanks 907-699-8878

rudigens commented 5 years ago

Looks like you don't have all the required libraries on your system. Please have a look at the list of library requirements. Chances are your current list is not complete. In particular, make sure that you have the developer version of libraries, since the build will look and check for header information as well.

yogatriardhana commented 5 years ago

zectre@Sabre:~/Downloads/mapready-3.1.24-src/asf_tools$ make mkdir -p lib mkdir -p bin mkdir -p share/asf_tools/doc mkdir -p man/cat1 mkdir -p man/man1 make -C external make[1]: Entering directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external' make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libproj && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libjpeg && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libtiff && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libgeotiff && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/shapelib && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libexif && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libcurl && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libhdf5 && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libnetcdf && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libhdfeos5 && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libgdal && make -C /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libcunit && true make[2]: Entering directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libproj' make[2]: Nothing to be done for 'build'. make[2]: Leaving directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libproj' make[2]: Entering directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libjpeg' make[2]: Nothing to be done for 'build'. make[2]: Leaving directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libjpeg' make[2]: Entering directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libtiff' make[2]: Nothing to be done for 'build'. make[2]: Leaving directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libtiff' make[2]: Entering directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libgeotiff' mkdir -p /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/lib /home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/include gunzip --to-stdout libgeotiff-1.2.2.tar.gz > libgeotiff-1.2.2.tar tar xvf libgeotiff-1.2.2.tar libgeotiff-1.2.2/ libgeotiff-1.2.2/bin/ libgeotiff-1.2.2/bin/.cvsignore tar: libgeotiff-1.2.2/bin/.cvsignore: Cannot open: File exists libgeotiff-1.2.2/bin/Makefile.in tar: libgeotiff-1.2.2/bin/Makefile.in: Cannot open: File exists libgeotiff-1.2.2/bin/csv2html.c tar: libgeotiff-1.2.2/bin/csv2html.c: Cannot open: File exists libgeotiff-1.2.2/bin/geotifcp.c tar: libgeotiff-1.2.2/bin/geotifcp.c: Cannot open: File exists libgeotiff-1.2.2/bin/getopt.c tar: libgeotiff-1.2.2/bin/getopt.c: Cannot open: File exists libgeotiff-1.2.2/bin/listgeo.c tar: libgeotiff-1.2.2/bin/listgeo.c: Cannot open: File exists libgeotiff-1.2.2/bin/makefile.mpw tar: libgeotiff-1.2.2/bin/makefile.mpw: Cannot open: File exists libgeotiff-1.2.2/bin/makegeo.c tar: libgeotiff-1.2.2/bin/makegeo.c: Cannot open: File exists libgeotiff-1.2.2/csv/ tar: libgeotiff-1.2.2/bin: Cannot utime: Operation not permitted tar: libgeotiff-1.2.2/bin: Cannot change mode to rwxr-xr-x: Operation not permitted libgeotiff-1.2.2/csv/odbc2csv/ libgeotiff-1.2.2/csv/odbc2csv/dumpepsg.bat tar: libgeotiff-1.2.2/csv/odbc2csv/dumpepsg.bat: Cannot open: File exists libgeotiff-1.2.2/csv/odbc2csv/README tar: libgeotiff-1.2.2/csv/odbc2csv/README: Cannot open: File exists libgeotiff-1.2.2/csv/odbc2csv/makefile tar: libgeotiff-1.2.2/csv/odbc2csv/makefile: Cannot open: File exists libgeotiff-1.2.2/csv/odbc2csv/odbc2csv.cpp tar: libgeotiff-1.2.2/csv/odbc2csv/odbc2csv.cpp: Cannot open: File exists libgeotiff-1.2.2/csv/odbc2csv/odbc2csv.exe tar: libgeotiff-1.2.2/csv/odbc2csv/odbc2csv.exe: Cannot open: File exists libgeotiff-1.2.2/csv/odbc2csv/sqlcolumn.cpp tar: libgeotiff-1.2.2/csv/odbc2csv/sqlcolumn.cpp: Cannot open: File exists libgeotiff-1.2.2/csv/odbc2csv/sqlcolumn.h tar: libgeotiff-1.2.2/csv/odbc2csv/sqlcolumn.h: Cannot open: File exists libgeotiff-1.2.2/csv/odbc2csv/sqldirect.cpp tar: libgeotiff-1.2.2/csv/odbc2csv/sqldirect.cpp: Cannot open: File exists libgeotiff-1.2.2/csv/odbc2csv/sqldirect.h tar: libgeotiff-1.2.2/csv/odbc2csv/sqldirect.h: Cannot open: File exists libgeotiff-1.2.2/csv/.cvsignore tar: libgeotiff-1.2.2/csv/odbc2csv: Cannot utime: Operation not permitted tar: libgeotiff-1.2.2/csv/odbc2csv: Cannot change mode to rwxr-xr-x: Operation not permitted tar: libgeotiff-1.2.2/csv/.cvsignore: Cannot open: File exists libgeotiff-1.2.2/csv/README tar: libgeotiff-1.2.2/csv/README: Cannot open: File exists libgeotiff-1.2.2/csv/add_esri_column.py tar: libgeotiff-1.2.2/csv/add_esri_column.py: Cannot open: File exists libgeotiff-1.2.2/csv/alias.csv tar: libgeotiff-1.2.2/csv/alias.csv: Cannot open: File exists libgeotiff-1.2.2/csv/area.csv tar: libgeotiff-1.2.2/csv/area.csv: Cannot open: File exists libgeotiff-1.2.2/csv/build_pcs.py tar: libgeotiff-1.2.2/csv/build_pcs.py: Cannot open: File exists libgeotiff-1.2.2/csv/build_spm.py tar: libgeotiff-1.2.2/csv/build_spm.py: Cannot open: File exists libgeotiff-1.2.2/csv/change.csv tar: libgeotiff-1.2.2/csv/change.csv: Cannot open: File exists libgeotiff-1.2.2/csv/codes.csv tar: libgeotiff-1.2.2/csv/codes.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_axis.csv tar: libgeotiff-1.2.2/csv/coordinate_axis.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_axis_name.csv tar: libgeotiff-1.2.2/csv/coordinate_axis_name.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_operation.csv tar: libgeotiff-1.2.2/csv/coordinate_operation.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_operation_method.csv tar: libgeotiff-1.2.2/csv/coordinate_operation_method.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_operation_parameter.csv tar: libgeotiff-1.2.2/csv/coordinate_operation_parameter.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_operation_parameter_value.csv tar: libgeotiff-1.2.2/csv/coordinate_operation_parameter_value.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_operation_path.csv tar: libgeotiff-1.2.2/csv/coordinate_operation_path.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_reference_system.csv tar: libgeotiff-1.2.2/csv/coordinate_reference_system.csv: Cannot open: File exists libgeotiff-1.2.2/csv/coordinate_system.csv tar: libgeotiff-1.2.2/csv/coordinate_system.csv: Cannot open: File exists libgeotiff-1.2.2/csv/csv.txt tar: libgeotiff-1.2.2/csv/csv.txt: Cannot open: File exists libgeotiff-1.2.2/csv/csv2c.py tar: libgeotiff-1.2.2/csv/csv2c.py: Cannot open: File exists libgeotiff-1.2.2/csv/csv_tools.py tar: libgeotiff-1.2.2/csv/csv_tools.py: Cannot open: File exists libgeotiff-1.2.2/csv/datum.c tar: libgeotiff-1.2.2/csv/datum.c: Cannot open: File exists libgeotiff-1.2.2/csv/datum.csv tar: libgeotiff-1.2.2/csv/datum.csv: Cannot open: File exists libgeotiff-1.2.2/csv/deprecation.csv tar: libgeotiff-1.2.2/csv/deprecation.csv: Cannot open: File exists libgeotiff-1.2.2/csv/ellipsoid.c tar: libgeotiff-1.2.2/csv/ellipsoid.c: Cannot open: File exists libgeotiff-1.2.2/csv/ellipsoid.csv tar: libgeotiff-1.2.2/csv/ellipsoid.csv: Cannot open: File exists libgeotiff-1.2.2/csv/gcs.c tar: libgeotiff-1.2.2/csv/gcs.c: Cannot open: File exists libgeotiff-1.2.2/csv/gcs.csv tar: libgeotiff-1.2.2/csv/gcs.csv: Cannot open: File exists libgeotiff-1.2.2/csv/naming_system.csv tar: libgeotiff-1.2.2/csv/naming_system.csv: Cannot open: File exists libgeotiff-1.2.2/csv/pcs.c tar: libgeotiff-1.2.2/csv/pcs.c: Cannot open: File exists libgeotiff-1.2.2/csv/pcs.csv tar: libgeotiff-1.2.2/csv/pcs.csv: Cannot open: File exists libgeotiff-1.2.2/csv/prime_meridian.c tar: libgeotiff-1.2.2/csv/prime_meridian.c: Cannot open: File exists libgeotiff-1.2.2/csv/prime_meridian.csv tar: libgeotiff-1.2.2/csv/prime_meridian.csv: Cannot open: File exists libgeotiff-1.2.2/csv/projop_wparm.c tar: libgeotiff-1.2.2/csv/projop_wparm.c: Cannot open: File exists libgeotiff-1.2.2/csv/projop_wparm.csv tar: libgeotiff-1.2.2/csv/projop_wparm.csv: Cannot open: File exists libgeotiff-1.2.2/csv/stateplane.csv tar: libgeotiff-1.2.2/csv/stateplane.csv: Cannot open: File exists libgeotiff-1.2.2/csv/unit_of_measure.c tar: libgeotiff-1.2.2/csv/unit_of_measure.c: Cannot open: File exists libgeotiff-1.2.2/csv/unit_of_measure.csv tar: libgeotiff-1.2.2/csv/unit_of_measure.csv: Cannot open: File exists libgeotiff-1.2.2/csv/version_history.csv tar: libgeotiff-1.2.2/csv/version_history.csv: Cannot open: File exists libgeotiff-1.2.2/.cvsignore tar: libgeotiff-1.2.2/csv: Cannot utime: Operation not permitted tar: libgeotiff-1.2.2/csv: Cannot change mode to rwxr-xr-x: Operation not permitted tar: libgeotiff-1.2.2/.cvsignore: Cannot open: File exists libgeotiff-1.2.2/ChangeLog tar: libgeotiff-1.2.2/ChangeLog: Cannot open: File exists libgeotiff-1.2.2/Doxyfile tar: libgeotiff-1.2.2/Doxyfile: Cannot open: File exists libgeotiff-1.2.2/HOWTO-RELEASE tar: libgeotiff-1.2.2/HOWTO-RELEASE: Cannot open: File exists libgeotiff-1.2.2/LICENSE tar: libgeotiff-1.2.2/LICENSE: Cannot open: File exists libgeotiff-1.2.2/Makefile.in tar: libgeotiff-1.2.2/Makefile.in: Cannot open: File exists libgeotiff-1.2.2/README tar: libgeotiff-1.2.2/README: Cannot open: File exists libgeotiff-1.2.2/README.WIN tar: libgeotiff-1.2.2/README.WIN: Cannot open: File exists libgeotiff-1.2.2/README_BIN tar: libgeotiff-1.2.2/README_BIN: Cannot open: File exists libgeotiff-1.2.2/aclocal.m4 tar: libgeotiff-1.2.2/aclocal.m4: Cannot open: File exists libgeotiff-1.2.2/config.guess tar: libgeotiff-1.2.2/config.guess: Cannot open: File exists libgeotiff-1.2.2/config.sub tar: libgeotiff-1.2.2/config.sub: Cannot open: File exists libgeotiff-1.2.2/configure tar: libgeotiff-1.2.2/configure: Cannot open: File exists libgeotiff-1.2.2/configure.in tar: libgeotiff-1.2.2/configure.in: Cannot open: File exists libgeotiff-1.2.2/cpl_csv.c tar: libgeotiff-1.2.2/cpl_csv.c: Cannot open: File exists libgeotiff-1.2.2/cpl_csv_incode.c tar: libgeotiff-1.2.2/cpl_csv_incode.c: Cannot open: File exists libgeotiff-1.2.2/cpl_serv.c tar: libgeotiff-1.2.2/cpl_serv.c: Cannot open: File exists libgeotiff-1.2.2/cpl_serv.h tar: libgeotiff-1.2.2/cpl_serv.h: Cannot open: File exists libgeotiff-1.2.2/defs.h tar: libgeotiff-1.2.2/defs.h: Cannot open: File exists libgeotiff-1.2.2/epsg_datum.inc tar: libgeotiff-1.2.2/epsg_datum.inc: Cannot open: File exists libgeotiff-1.2.2/epsg_ellipse.inc tar: libgeotiff-1.2.2/epsg_ellipse.inc: Cannot open: File exists libgeotiff-1.2.2/epsg_gcs.inc tar: libgeotiff-1.2.2/epsg_gcs.inc: Cannot open: File exists libgeotiff-1.2.2/epsg_pcs.inc tar: libgeotiff-1.2.2/epsg_pcs.inc: Cannot open: File exists libgeotiff-1.2.2/epsg_pm.inc tar: libgeotiff-1.2.2/epsg_pm.inc: Cannot open: File exists libgeotiff-1.2.2/epsg_proj.inc tar: libgeotiff-1.2.2/epsg_proj.inc: Cannot open: File exists libgeotiff-1.2.2/epsg_units.inc tar: libgeotiff-1.2.2/epsg_units.inc: Cannot open: File exists libgeotiff-1.2.2/epsg_vertcs.inc tar: libgeotiff-1.2.2/epsg_vertcs.inc: Cannot open: File exists libgeotiff-1.2.2/geo_config.h.in tar: libgeotiff-1.2.2/geo_config.h.in: Cannot open: File exists libgeotiff-1.2.2/geo_config.h.vc tar: libgeotiff-1.2.2/geo_config.h.vc: Cannot open: File exists libgeotiff-1.2.2/geo_ctrans.inc tar: libgeotiff-1.2.2/geo_ctrans.inc: Cannot open: File exists libgeotiff-1.2.2/geo_extra.c tar: libgeotiff-1.2.2/geo_extra.c: Cannot open: File exists libgeotiff-1.2.2/geo_free.c tar: libgeotiff-1.2.2/geo_free.c: Cannot open: File exists libgeotiff-1.2.2/geo_get.c tar: libgeotiff-1.2.2/geo_get.c: Cannot open: File exists libgeotiff-1.2.2/geo_keyp.h tar: libgeotiff-1.2.2/geo_keyp.h: Cannot open: File exists libgeotiff-1.2.2/geo_names.c tar: libgeotiff-1.2.2/geo_names.c: Cannot open: File exists libgeotiff-1.2.2/geo_new.c tar: libgeotiff-1.2.2/geo_new.c: Cannot open: File exists libgeotiff-1.2.2/geo_normalize.c tar: libgeotiff-1.2.2/geo_normalize.c: Cannot open: File exists libgeotiff-1.2.2/geo_normalize.h tar: libgeotiff-1.2.2/geo_normalize.h: Cannot open: File exists libgeotiff-1.2.2/geo_print.c tar: libgeotiff-1.2.2/geo_print.c: Cannot open: File exists libgeotiff-1.2.2/geo_set.c tar: libgeotiff-1.2.2/geo_set.c: Cannot open: File exists libgeotiff-1.2.2/geo_tiffp.c tar: libgeotiff-1.2.2/geo_tiffp.c: Cannot open: File exists libgeotiff-1.2.2/geo_tiffp.h tar: libgeotiff-1.2.2/geo_tiffp.h: Cannot open: File exists libgeotiff-1.2.2/geo_trans.c tar: libgeotiff-1.2.2/geo_trans.c: Cannot open: File exists libgeotiff-1.2.2/geo_write.c tar: libgeotiff-1.2.2/geo_write.c: Cannot open: File exists libgeotiff-1.2.2/geokeys.h tar: libgeotiff-1.2.2/geokeys.h: Cannot open: File exists libgeotiff-1.2.2/geokeys.inc tar: libgeotiff-1.2.2/geokeys.inc: Cannot open: File exists libgeotiff-1.2.2/geonames.h tar: libgeotiff-1.2.2/geonames.h: Cannot open: File exists libgeotiff-1.2.2/geotiff.h tar: libgeotiff-1.2.2/geotiff.h: Cannot open: File exists libgeotiff-1.2.2/geotiff_proj4.c tar: libgeotiff-1.2.2/geotiff_proj4.c: Cannot open: File exists libgeotiff-1.2.2/geotiffio.h tar: libgeotiff-1.2.2/geotiffio.h: Cannot open: File exists libgeotiff-1.2.2/geovalues.h tar: libgeotiff-1.2.2/geovalues.h: Cannot open: File exists libgeotiff-1.2.2/install-sh tar: libgeotiff-1.2.2/install-sh: Cannot open: File exists libgeotiff-1.2.2/makefile.mpw tar: libgeotiff-1.2.2/makefile.mpw: Cannot open: File exists libgeotiff-1.2.2/makefile.vc tar: libgeotiff-1.2.2/makefile.vc: Cannot open: File exists libgeotiff-1.2.2/mkbindist.sh tar: libgeotiff-1.2.2/mkbindist.sh: Cannot open: File exists libgeotiff-1.2.2/mkdist.sh tar: libgeotiff-1.2.2/mkdist.sh: Cannot open: File exists libgeotiff-1.2.2/docs/ libgeotiff-1.2.2/docs/api/ libgeotiff-1.2.2/docs/api/.cvsignore tar: libgeotiff-1.2.2/docs/api/.cvsignore: Cannot open: File exists libgeotiff-1.2.2/docs/geotifcp.html tar: libgeotiff-1.2.2/docs/api: Cannot utime: Operation not permitted tar: libgeotiff-1.2.2/docs/api: Cannot change mode to rwxr-xr-x: Operation not permitted tar: libgeotiff-1.2.2/docs/geotifcp.html: Cannot open: File exists libgeotiff-1.2.2/docs/index.dox tar: libgeotiff-1.2.2/docs/index.dox: Cannot open: File exists libgeotiff-1.2.2/docs/listgeo.html tar: libgeotiff-1.2.2/docs/listgeo.html: Cannot open: File exists libgeotiff-1.2.2/docs/manual.txt tar: libgeotiff-1.2.2/docs/manual.txt: Cannot open: File exists libgeotiff-1.2.2/libtiff_private/ tar: libgeotiff-1.2.2/docs: Cannot utime: Operation not permitted tar: libgeotiff-1.2.2/docs: Cannot change mode to rwxr-xr-x: Operation not permitted libgeotiff-1.2.2/libxtiff/ tar: libgeotiff-1.2.2/libtiff_private: Cannot utime: Operation not permitted tar: libgeotiff-1.2.2/libtiff_private: Cannot change mode to rwxr-xr-x: Operation not permitted libgeotiff-1.2.2/libxtiff/xtiffio.h tar: libgeotiff-1.2.2/libxtiff/xtiffio.h: Cannot open: File exists libgeotiff-1.2.2/libxtiff/xtiff.c tar: libgeotiff-1.2.2/libxtiff/xtiff.c: Cannot open: File exists tar: libgeotiff-1.2.2/libxtiff: Cannot utime: Operation not permitted tar: libgeotiff-1.2.2/libxtiff: Cannot change mode to rwxr-xr-x: Operation not permitted tar: libgeotiff-1.2.2: Cannot utime: Operation not permitted tar: libgeotiff-1.2.2: Cannot change mode to rwxr-xr-x: Operation not permitted tar: Exiting with failure status due to previous errors Makefile:21: recipe for target 'build_stamp' failed make[2]: [build_stamp] Error 2 make[2]: Leaving directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external/work_dir/libgeotiff' Makefile:33: recipe for target 'libs' failed make[1]: [libs] Error 2 make[1]: Leaving directory '/home/zectre/Downloads/mapready-3.1.24-src/asf_tools/external' Makefile:476: recipe for target 'external_libs' failed make: *** [external_libs] Error 2 zectre@Sabre:~/Downloads/mapready-3.1.24-src/asf_tools$

That was what I got when did the make in terminal

I've installed packages like what it said in https://www.asf.alaska.edu/data-tools/mapready/installation-guide/ for source installation. Thank you for replying me. But still I dont know what is missing there. I really need someone's help

On Sat, Feb 16, 2019 at 5:50 AM Rudi Gens notifications@github.com wrote:

Looks like you don't have all the required libraries on your system. Please have a look at the list of library requirements. Chances are your current list is not complete. In particular, make sure that you have the developer version of libraries, since the build will look and check for header information as well.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/asfadmin/ASF_MapReady/issues/496#issuecomment-464234495, or mute the thread https://github.com/notifications/unsubscribe-auth/Aqt40e06vU3loz_wp6WGMBPnBX97DTMaks5vNzmcgaJpZM4a-OtZ .

khogenso commented 5 years ago

It looks like you have a pretty old verison, if 3.1.24 is right. Looks like it still includes and tries to build a bunch of "external_tools", these have been removed in more recent versions.

I would start with the latest version from git. Make sure you have all the dependencies listed in the README installed. (Though the list there probably could use an update, too, for Ubuntu 18.04)

So, something like this to install all the dependencies (list from README):

sudo apt-get install gcc g++ bison flex libcunit1-dev libexif-dev libfftw3-dev libgdal-dev libgeotiff-dev libglade2-dev libglib2.0-dev libgsl-dev libgtk2.0-dev libjpeg-dev libpng-dev libproj-dev libshp-dev libtiff5-dev libxml2-dev

Then, clone the latest:

git clone git@github.com:asfadmin/ASF_MapReady.git ASF_MapReady cd ASF_MapReady ./configure make

csallen2 commented 5 years ago

In all honesty is just needs more cowbell.

Cougar

On Sun, Feb 17, 2019 at 11:02 Kirk Hogenson notifications@github.com wrote:

It looks like you have a pretty old verison, if 3.1.24 is right. Looks like it still includes and tries to build a bunch of "external_tools", these have been removed in more recent versions.

I would start with the latest version from git. Make sure you have all the dependencies listed in the README installed. (Though the list there probably could use an update, too, for Ubuntu 18.04)

So, something like this to install all the dependencies (list from README):

sudo apt-get install gcc g++ bison flex libcunit1-dev libexif-dev libfftw3-dev libgdal-dev libgeotiff-dev libglade2-dev libglib2.0-dev libgsl-dev libgtk2.0-dev libjpeg-dev libpng-dev libproj-dev libshp-dev libtiff5-dev libxml2-dev

Then, clone the latest:

git clone git@github.com:asfadmin/ASF_MapReady.git ASF_MapReady cd ASF_MapReady ./configure make

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/asfadmin/ASF_MapReady/issues/496#issuecomment-464495595, or mute the thread https://github.com/notifications/unsubscribe-auth/AFcsO3TVE7MqtYOAgQzsIxmsi0hjHGn1ks5vOadPgaJpZM4a-OtZ .

-- Clay Allen University of Alaska Fairbanks 907-699-8878