>>> Building on exopi-4 under devel/shapelib DIST = [devel/shapelib:shapelib-1.5.0.tar.gz] FULLPKGNAME = shapelib-1.5.0 distfiles size=547686 >>> Running build in devel/shapelib at 1711445638.50 ===> devel/shapelib ===> Building from scratch shapelib-1.5.0 ===> Verifying specs: c++ c++abi pthread c m ===> found c++.10.0 c++abi.7.0 pthread.27.1 c.99.0 m.10.1 ===> Checking files for shapelib-1.5.0 `/exopi-cvs/ports/distfiles/shapelib-1.5.0.tar.gz' is up to date. >> (SHA256) shapelib-1.5.0.tar.gz: OK ===> Extracting for shapelib-1.5.0 ===> Patching for shapelib-1.5.0 ===> Applying OpenBSD patch patch-contrib_tests_shpproj_sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: contrib/tests/shpproj.sh |--- contrib/tests/shpproj.sh.orig |+++ contrib/tests/shpproj.sh -------------------------- Patching file contrib/tests/shpproj.sh using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-tests_test2_sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: tests/test2.sh |--- tests/test2.sh.orig |+++ tests/test2.sh -------------------------- Patching file tests/test2.sh using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-tests_test3_sh Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: tests/test3.sh |--- tests/test3.sh.orig |+++ tests/test3.sh -------------------------- Patching file tests/test3.sh using Plan A... Hunk #1 succeeded at 1. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for shapelib-1.5.0 ===> Configuring for shapelib-1.5.0 Using /exopi-obj/pobj/shapelib-1.5.0/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/shapelib-1.5.0/config.site checking for a BSD-compatible install... /exopi-obj/pobj/shapelib-1.5.0/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for ar... (cached) ar checking the archiver (ar) interface... ar checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking for floor in -lm... (cached) yes checking for some Win32 platform... no Configuration summary for shapelib 1.5.0: - Host: x86_64-unknown-openbsd7.5 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/Makefile config.status: creating shapelib.pc config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for shapelib-1.5.0 Making all in . /usr/bin/libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shpopen.lo -MD -MP -MF .deps/shpopen.Tpo -c -o shpopen.lo shpopen.c cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT shpopen.lo -MD -MP -MF .deps/shpopen.Tpo -c shpopen.c -fPIC -DPIC -o .libs/shpopen.o cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT shpopen.lo -MD -MP -MF .deps/shpopen.Tpo -c shpopen.c -o shpopen.o mv -f .deps/shpopen.Tpo .deps/shpopen.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT dbfopen.lo -MD -MP -MF .deps/dbfopen.Tpo -c -o dbfopen.lo dbfopen.c cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT dbfopen.lo -MD -MP -MF .deps/dbfopen.Tpo -c dbfopen.c -fPIC -DPIC -o .libs/dbfopen.o cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT dbfopen.lo -MD -MP -MF .deps/dbfopen.Tpo -c dbfopen.c -o dbfopen.o mv -f .deps/dbfopen.Tpo .deps/dbfopen.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT safileio.lo -MD -MP -MF .deps/safileio.Tpo -c -o safileio.lo safileio.c cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT safileio.lo -MD -MP -MF .deps/safileio.Tpo -c safileio.c -fPIC -DPIC -o .libs/safileio.o cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT safileio.lo -MD -MP -MF .deps/safileio.Tpo -c safileio.c -o safileio.o mv -f .deps/safileio.Tpo .deps/safileio.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shptree.lo -MD -MP -MF .deps/shptree.Tpo -c -o shptree.lo shptree.c cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT shptree.lo -MD -MP -MF .deps/shptree.Tpo -c shptree.c -fPIC -DPIC -o .libs/shptree.o cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT shptree.lo -MD -MP -MF .deps/shptree.Tpo -c shptree.c -o shptree.o mv -f .deps/shptree.Tpo .deps/shptree.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT sbnsearch.lo -MD -MP -MF .deps/sbnsearch.Tpo -c -o sbnsearch.lo sbnsearch.c cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT sbnsearch.lo -MD -MP -MF .deps/sbnsearch.Tpo -c sbnsearch.c -fPIC -DPIC -o .libs/sbnsearch.o cc -DPACKAGE_NAME="shapelib" -DPACKAGE_TARNAME="shapelib" -DPACKAGE_VERSION="1.5.0" -DPACKAGE_STRING="shapelib 1.5.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="shapelib" -DVERSION="1.5.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -I. -O2 -pipe -MT sbnsearch.lo -MD -MP -MF .deps/sbnsearch.Tpo -c sbnsearch.c -o sbnsearch.o mv -f .deps/sbnsearch.Tpo .deps/sbnsearch.Plo /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -version-info 3:0:1 -lm -o libshp.la -rpath /usr/local/lib shpopen.lo dbfopen.lo safileio.lo shptree.lo sbnsearch.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/libshp.so.2.0 -O2 -pipe .libs/shpopen.o .libs/dbfopen.o .libs/safileio.o .libs/shptree.o .libs/sbnsearch.o -L.libs -lm -Wl,-soname,libshp.so.2.0 libtool: link: ar cru .libs/libshp.a shpopen.o dbfopen.o safileio.o shptree.o sbnsearch.o libtool: link: ranlib .libs/libshp.a cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT dbfadd.o -MD -MP -MF .deps/dbfadd.Tpo -c -o dbfadd.o dbfadd.c mv -f .deps/dbfadd.Tpo .deps/dbfadd.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o dbfadd dbfadd.o ./libshp.la libtool: link: cc -o .libs/dbfadd -O2 -pipe dbfadd.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT dbfcreate.o -MD -MP -MF .deps/dbfcreate.Tpo -c -o dbfcreate.o dbfcreate.c mv -f .deps/dbfcreate.Tpo .deps/dbfcreate.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o dbfcreate dbfcreate.o ./libshp.la libtool: link: cc -o .libs/dbfcreate -O2 -pipe dbfcreate.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT dbfdump.o -MD -MP -MF .deps/dbfdump.Tpo -c -o dbfdump.o dbfdump.c mv -f .deps/dbfdump.Tpo .deps/dbfdump.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o dbfdump dbfdump.o ./libshp.la libtool: link: cc -o .libs/dbfdump -O2 -pipe dbfdump.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib dbfdump.c(dbfdump.o:(main)): warning: sprintf() is often misused, please use snprintf() cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shpadd.o -MD -MP -MF .deps/shpadd.Tpo -c -o shpadd.o shpadd.c mv -f .deps/shpadd.Tpo .deps/shpadd.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpadd shpadd.o ./libshp.la libtool: link: cc -o .libs/shpadd -O2 -pipe shpadd.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shpcreate.o -MD -MP -MF .deps/shpcreate.Tpo -c -o shpcreate.o shpcreate.c mv -f .deps/shpcreate.Tpo .deps/shpcreate.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpcreate shpcreate.o ./libshp.la libtool: link: cc -o .libs/shpcreate -O2 -pipe shpcreate.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shpdump.o -MD -MP -MF .deps/shpdump.Tpo -c -o shpdump.o shpdump.c mv -f .deps/shpdump.Tpo .deps/shpdump.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpdump shpdump.o ./libshp.la libtool: link: cc -o .libs/shpdump -O2 -pipe shpdump.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shprewind.o -MD -MP -MF .deps/shprewind.Tpo -c -o shprewind.o shprewind.c mv -f .deps/shprewind.Tpo .deps/shprewind.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shprewind shprewind.o ./libshp.la libtool: link: cc -o .libs/shprewind -O2 -pipe shprewind.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shptreedump.o -MD -MP -MF .deps/shptreedump.Tpo -c -o shptreedump.o shptreedump.c mv -f .deps/shptreedump.Tpo .deps/shptreedump.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shptreedump shptreedump.o ./libshp.la libtool: link: cc -o .libs/shptreedump -O2 -pipe shptreedump.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib shptreedump.c(shptreedump.o:(SHPTreeNodeDump)): warning: strcpy() is almost always misused, please use strlcpy() cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shputils.o -MD -MP -MF .deps/shputils.Tpo -c -o shputils.o shputils.c shputils.c:396:25: warning: enumeration value 'FTDate' not handled in switch [-Wswitch] switch( DBFGetFieldInfo( hDBF, i, NULL, &iWidth, &iDecimals ) ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shputils.c:675:17: warning: enumeration value 'FTDate' not handled in switch [-Wswitch] switch( DBFGetFieldInfo( hDBF, i, iszTitle, &iWidth, &iDecimals ) ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shputils.c:905:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ 3 warnings generated. mv -f .deps/shputils.Tpo .deps/shputils.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shputils shputils.o ./libshp.la libtool: link: cc -o .libs/shputils -O2 -pipe shputils.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib shputils.c(shputils.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() shputils.c(shputils.o:(setext)): warning: strcat() is almost always misused, please use strlcat() shputils.c(shputils.o:(showitems)): warning: sprintf() is often misused, please use snprintf() cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -pipe -MT shptest.o -MD -MP -MF .deps/shptest.Tpo -c -o shptest.o shptest.c mv -f .deps/shptest.Tpo .deps/shptest.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shptest shptest.o ./libshp.la libtool: link: cc -o .libs/shptest -O2 -pipe shptest.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib Making all in contrib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT dbfcat-dbfcat.o -MD -MP -MF .deps/dbfcat-dbfcat.Tpo -c -o dbfcat-dbfcat.o `test -f 'dbfcat.c' || echo './'`dbfcat.c dbfcat.c:137:14: warning: enumeration values 'FTLogical', 'FTDate', and 'FTInvalid' not handled in switch [-Wswitch] switch( cType ) ^~~~~ 1 warning generated. mv -f .deps/dbfcat-dbfcat.Tpo .deps/dbfcat-dbfcat.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o dbfcat dbfcat-dbfcat.o ../libshp.la libtool: link: cc -o .libs/dbfcat -O2 -pipe dbfcat-dbfcat.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib dbfcat.c(dbfcat-dbfcat.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT dbfinfo-dbfinfo.o -MD -MP -MF .deps/dbfinfo-dbfinfo.Tpo -c -o dbfinfo-dbfinfo.o `test -f 'dbfinfo.c' || echo './'`dbfinfo.c mv -f .deps/dbfinfo-dbfinfo.Tpo .deps/dbfinfo-dbfinfo.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o dbfinfo dbfinfo-dbfinfo.o ../libshp.la libtool: link: cc -o .libs/dbfinfo -O2 -pipe dbfinfo-dbfinfo.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpcat-shpcat.o -MD -MP -MF .deps/shpcat-shpcat.Tpo -c -o shpcat-shpcat.o `test -f 'shpcat.c' || echo './'`shpcat.c mv -f .deps/shpcat-shpcat.Tpo .deps/shpcat-shpcat.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpcat shpcat-shpcat.o ../libshp.la libtool: link: cc -o .libs/shpcat -O2 -pipe shpcat-shpcat.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpdxf-shpdxf.o -MD -MP -MF .deps/shpdxf-shpdxf.Tpo -c -o shpdxf-shpdxf.o `test -f 'shpdxf.c' || echo './'`shpdxf.c shpdxf.c:46:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void dxf_hdr (x1,y1,x2,y2,df) ^ shpdxf.c:126:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dxf_ent_preamble (dxf_type, id, df) ^ shpdxf.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dxf_ent (id, x, y, z, dxf_type, df) ^ shpdxf.c:188:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dxf_ent_postamble (dxf_type, df) ^ 4 warnings generated. mv -f .deps/shpdxf-shpdxf.Tpo .deps/shpdxf-shpdxf.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpdxf shpdxf-shpdxf.o ../libshp.la libtool: link: cc -o .libs/shpdxf -O2 -pipe shpdxf-shpdxf.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib shpdxf.c(shpdxf-shpdxf.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() shpdxf.c(shpdxf-shpdxf.o:(main)): warning: sprintf() is often misused, please use snprintf() cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpfix-shpfix.o -MD -MP -MF .deps/shpfix-shpfix.Tpo -c -o shpfix-shpfix.o `test -f 'shpfix.c' || echo './'`shpfix.c mv -f .deps/shpfix-shpfix.Tpo .deps/shpfix-shpfix.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpfix shpfix-shpfix.o ../libshp.la libtool: link: cc -o .libs/shpfix -O2 -pipe shpfix-shpfix.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpsort-shpsort.o -MD -MP -MF .deps/shpsort-shpsort.Tpo -c -o shpsort-shpsort.o `test -f 'shpsort.c' || echo './'`shpsort.c mv -f .deps/shpsort-shpsort.Tpo .deps/shpsort-shpsort.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpsort shpsort-shpsort.o ../libshp.la -lm libtool: link: cc -o .libs/shpsort -O2 -pipe shpsort-shpsort.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib shpsort.c(shpsort-shpsort.o:(copy_related)): warning: strcpy() is almost always misused, please use strlcpy() c++ -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT Shape_PointInPoly-Shape_PointInPoly.o -MD -MP -MF .deps/Shape_PointInPoly-Shape_PointInPoly.Tpo -c -o Shape_PointInPoly-Shape_PointInPoly.o `test -f 'Shape_PointInPoly.cpp' || echo './'`Shape_PointInPoly.cpp mv -f .deps/Shape_PointInPoly-Shape_PointInPoly.Tpo .deps/Shape_PointInPoly-Shape_PointInPoly.Po /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -o Shape_PointInPoly Shape_PointInPoly-Shape_PointInPoly.o ../libshp.la libtool: link: c++ -o .libs/Shape_PointInPoly -O2 -pipe Shape_PointInPoly-Shape_PointInPoly.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpcentrd-shpcentrd.o -MD -MP -MF .deps/shpcentrd-shpcentrd.Tpo -c -o shpcentrd-shpcentrd.o `test -f 'shpcentrd.c' || echo './'`shpcentrd.c mv -f .deps/shpcentrd-shpcentrd.Tpo .deps/shpcentrd-shpcentrd.Po cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpcentrd-shpgeo.o -MD -MP -MF .deps/shpcentrd-shpgeo.Tpo -c -o shpcentrd-shpgeo.o `test -f 'shpgeo.c' || echo './'`shpgeo.c shpgeo.c:53:9: warning: '/*' within block comment [-Wcomment] * * web/*: use a local .css file to avoid a privacy breach issue reported ^ shpgeo.c:391:16: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_AREA ) ^ ~~~~~~~~~ shpgeo.c:391:16: note: use '&' for a bitwise operation if ( thisDim && SHPD_AREA ) ^~ & shpgeo.c:391:16: note: remove constant to silence this warning if ( thisDim && SHPD_AREA ) ~^~~~~~~~~~~~ shpgeo.c:394:18: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_LINE ) ^ ~~~~~~~~~ shpgeo.c:394:18: note: use '&' for a bitwise operation if ( thisDim && SHPD_LINE ) ^~ & shpgeo.c:394:18: note: remove constant to silence this warning if ( thisDim && SHPD_LINE ) ~^~~~~~~~~~~~ shpgeo.c:422:3: warning: '/*' within block comment [-Wcomment] /* rather have it predicatable system-to-system */ ^ shpgeo.c:468:16: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_AREA ) ^ ~~~~~~~~~ shpgeo.c:468:16: note: use '&' for a bitwise operation if ( thisDim && SHPD_AREA ) ^~ & shpgeo.c:468:16: note: remove constant to silence this warning if ( thisDim && SHPD_AREA ) ~^~~~~~~~~~~~ shpgeo.c:471:18: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_LINE ) ^ ~~~~~~~~~ shpgeo.c:471:18: note: use '&' for a bitwise operation if ( thisDim && SHPD_LINE ) ^~ & shpgeo.c:471:18: note: remove constant to silence this warning if ( thisDim && SHPD_LINE ) ~^~~~~~~~~~~~ shpgeo.c:867:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while ( psO = SHPUnCompound (psCShape, &cRing)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shpgeo.c:867:17: note: place parentheses around the assignment to silence this warning while ( psO = SHPUnCompound (psCShape, &cRing)) { ^ ( ) shpgeo.c:867:17: note: use '==' to turn this assignment into an equality comparison while ( psO = SHPUnCompound (psCShape, &cRing)) { ^ == shpgeo.c:1198:58: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] if ( !(SHPDimension (psCShape->nSHPType) & (SHPD_AREA || SHPD_LINE)) ) ^ ~~~~~~~~~ shpgeo.c:1198:58: note: use '|' for a bitwise operation if ( !(SHPDimension (psCShape->nSHPType) & (SHPD_AREA || SHPD_LINE)) ) ^~ | shpgeo.c:1442:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( highPart = psCShape->nParts ) ~~~~~~~~~^~~~~~~~~~~~~~~~~~ shpgeo.c:1442:19: note: place parentheses around the assignment to silence this warning if ( highPart = psCShape->nParts ) ^ ( ) shpgeo.c:1442:19: note: use '==' to turn this assignment into an equality comparison if ( highPart = psCShape->nParts ) ^ == 9 warnings generated. mv -f .deps/shpcentrd-shpgeo.Tpo .deps/shpcentrd-shpgeo.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpcentrd shpcentrd-shpcentrd.o shpcentrd-shpgeo.o ../libshp.la -lm libtool: link: cc -o .libs/shpcentrd -O2 -pipe shpcentrd-shpcentrd.o shpcentrd-shpgeo.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib shpgeo.c(shpcentrd-shpgeo.o:(asFileName)): warning: strcpy() is almost always misused, please use strlcpy() shpgeo.c(shpcentrd-shpgeo.o:(asFileName)): warning: sprintf() is often misused, please use snprintf() cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpdata-shpdata.o -MD -MP -MF .deps/shpdata-shpdata.Tpo -c -o shpdata-shpdata.o `test -f 'shpdata.c' || echo './'`shpdata.c mv -f .deps/shpdata-shpdata.Tpo .deps/shpdata-shpdata.Po cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpdata-shpgeo.o -MD -MP -MF .deps/shpdata-shpgeo.Tpo -c -o shpdata-shpgeo.o `test -f 'shpgeo.c' || echo './'`shpgeo.c shpgeo.c:53:9: warning: '/*' within block comment [-Wcomment] * * web/*: use a local .css file to avoid a privacy breach issue reported ^ shpgeo.c:391:16: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_AREA ) ^ ~~~~~~~~~ shpgeo.c:391:16: note: use '&' for a bitwise operation if ( thisDim && SHPD_AREA ) ^~ & shpgeo.c:391:16: note: remove constant to silence this warning if ( thisDim && SHPD_AREA ) ~^~~~~~~~~~~~ shpgeo.c:394:18: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_LINE ) ^ ~~~~~~~~~ shpgeo.c:394:18: note: use '&' for a bitwise operation if ( thisDim && SHPD_LINE ) ^~ & shpgeo.c:394:18: note: remove constant to silence this warning if ( thisDim && SHPD_LINE ) ~^~~~~~~~~~~~ shpgeo.c:422:3: warning: '/*' within block comment [-Wcomment] /* rather have it predicatable system-to-system */ ^ shpgeo.c:468:16: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_AREA ) ^ ~~~~~~~~~ shpgeo.c:468:16: note: use '&' for a bitwise operation if ( thisDim && SHPD_AREA ) ^~ & shpgeo.c:468:16: note: remove constant to silence this warning if ( thisDim && SHPD_AREA ) ~^~~~~~~~~~~~ shpgeo.c:471:18: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_LINE ) ^ ~~~~~~~~~ shpgeo.c:471:18: note: use '&' for a bitwise operation if ( thisDim && SHPD_LINE ) ^~ & shpgeo.c:471:18: note: remove constant to silence this warning if ( thisDim && SHPD_LINE ) ~^~~~~~~~~~~~ shpgeo.c:867:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while ( psO = SHPUnCompound (psCShape, &cRing)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shpgeo.c:867:17: note: place parentheses around the assignment to silence this warning while ( psO = SHPUnCompound (psCShape, &cRing)) { ^ ( ) shpgeo.c:867:17: note: use '==' to turn this assignment into an equality comparison while ( psO = SHPUnCompound (psCShape, &cRing)) { ^ == shpgeo.c:1198:58: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] if ( !(SHPDimension (psCShape->nSHPType) & (SHPD_AREA || SHPD_LINE)) ) ^ ~~~~~~~~~ shpgeo.c:1198:58: note: use '|' for a bitwise operation if ( !(SHPDimension (psCShape->nSHPType) & (SHPD_AREA || SHPD_LINE)) ) ^~ | shpgeo.c:1442:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( highPart = psCShape->nParts ) ~~~~~~~~~^~~~~~~~~~~~~~~~~~ shpgeo.c:1442:19: note: place parentheses around the assignment to silence this warning if ( highPart = psCShape->nParts ) ^ ( ) shpgeo.c:1442:19: note: use '==' to turn this assignment into an equality comparison if ( highPart = psCShape->nParts ) ^ == 9 warnings generated. mv -f .deps/shpdata-shpgeo.Tpo .deps/shpdata-shpgeo.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpdata shpdata-shpdata.o shpdata-shpgeo.o ../libshp.la -lm libtool: link: cc -o .libs/shpdata -O2 -pipe shpdata-shpdata.o shpdata-shpgeo.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib shpgeo.c(shpdata-shpgeo.o:(asFileName)): warning: strcpy() is almost always misused, please use strlcpy() shpgeo.c(shpdata-shpgeo.o:(asFileName)): warning: sprintf() is often misused, please use snprintf() cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpinfo-shpinfo.o -MD -MP -MF .deps/shpinfo-shpinfo.Tpo -c -o shpinfo-shpinfo.o `test -f 'shpinfo.c' || echo './'`shpinfo.c mv -f .deps/shpinfo-shpinfo.Tpo .deps/shpinfo-shpinfo.Po cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpinfo-shpgeo.o -MD -MP -MF .deps/shpinfo-shpgeo.Tpo -c -o shpinfo-shpgeo.o `test -f 'shpgeo.c' || echo './'`shpgeo.c shpgeo.c:53:9: warning: '/*' within block comment [-Wcomment] * * web/*: use a local .css file to avoid a privacy breach issue reported ^ shpgeo.c:391:16: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_AREA ) ^ ~~~~~~~~~ shpgeo.c:391:16: note: use '&' for a bitwise operation if ( thisDim && SHPD_AREA ) ^~ & shpgeo.c:391:16: note: remove constant to silence this warning if ( thisDim && SHPD_AREA ) ~^~~~~~~~~~~~ shpgeo.c:394:18: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_LINE ) ^ ~~~~~~~~~ shpgeo.c:394:18: note: use '&' for a bitwise operation if ( thisDim && SHPD_LINE ) ^~ & shpgeo.c:394:18: note: remove constant to silence this warning if ( thisDim && SHPD_LINE ) ~^~~~~~~~~~~~ shpgeo.c:422:3: warning: '/*' within block comment [-Wcomment] /* rather have it predicatable system-to-system */ ^ shpgeo.c:468:16: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_AREA ) ^ ~~~~~~~~~ shpgeo.c:468:16: note: use '&' for a bitwise operation if ( thisDim && SHPD_AREA ) ^~ & shpgeo.c:468:16: note: remove constant to silence this warning if ( thisDim && SHPD_AREA ) ~^~~~~~~~~~~~ shpgeo.c:471:18: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_LINE ) ^ ~~~~~~~~~ shpgeo.c:471:18: note: use '&' for a bitwise operation if ( thisDim && SHPD_LINE ) ^~ & shpgeo.c:471:18: note: remove constant to silence this warning if ( thisDim && SHPD_LINE ) ~^~~~~~~~~~~~ shpgeo.c:867:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while ( psO = SHPUnCompound (psCShape, &cRing)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shpgeo.c:867:17: note: place parentheses around the assignment to silence this warning while ( psO = SHPUnCompound (psCShape, &cRing)) { ^ ( ) shpgeo.c:867:17: note: use '==' to turn this assignment into an equality comparison while ( psO = SHPUnCompound (psCShape, &cRing)) { ^ == shpgeo.c:1198:58: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] if ( !(SHPDimension (psCShape->nSHPType) & (SHPD_AREA || SHPD_LINE)) ) ^ ~~~~~~~~~ shpgeo.c:1198:58: note: use '|' for a bitwise operation if ( !(SHPDimension (psCShape->nSHPType) & (SHPD_AREA || SHPD_LINE)) ) ^~ | shpgeo.c:1442:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( highPart = psCShape->nParts ) ~~~~~~~~~^~~~~~~~~~~~~~~~~~ shpgeo.c:1442:19: note: place parentheses around the assignment to silence this warning if ( highPart = psCShape->nParts ) ^ ( ) shpgeo.c:1442:19: note: use '==' to turn this assignment into an equality comparison if ( highPart = psCShape->nParts ) ^ == 9 warnings generated. mv -f .deps/shpinfo-shpgeo.Tpo .deps/shpinfo-shpgeo.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpinfo shpinfo-shpinfo.o shpinfo-shpgeo.o ../libshp.la -lm libtool: link: cc -o .libs/shpinfo -O2 -pipe shpinfo-shpinfo.o shpinfo-shpgeo.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib shpgeo.c(shpinfo-shpgeo.o:(asFileName)): warning: strcpy() is almost always misused, please use strlcpy() shpgeo.c(shpinfo-shpgeo.o:(asFileName)): warning: sprintf() is often misused, please use snprintf() cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpwkb-shpwkb.o -MD -MP -MF .deps/shpwkb-shpwkb.Tpo -c -o shpwkb-shpwkb.o `test -f 'shpwkb.c' || echo './'`shpwkb.c mv -f .deps/shpwkb-shpwkb.Tpo .deps/shpwkb-shpwkb.Po cc -DPACKAGE_NAME=\"shapelib\" -DPACKAGE_TARNAME=\"shapelib\" -DPACKAGE_VERSION=\"1.5.0\" -DPACKAGE_STRING=\"shapelib\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"shapelib\" -DVERSION=\"1.5.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I.. -DDEBUG -DDEBUG2 -O2 -pipe -MT shpwkb-shpgeo.o -MD -MP -MF .deps/shpwkb-shpgeo.Tpo -c -o shpwkb-shpgeo.o `test -f 'shpgeo.c' || echo './'`shpgeo.c shpgeo.c:53:9: warning: '/*' within block comment [-Wcomment] * * web/*: use a local .css file to avoid a privacy breach issue reported ^ shpgeo.c:391:16: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_AREA ) ^ ~~~~~~~~~ shpgeo.c:391:16: note: use '&' for a bitwise operation if ( thisDim && SHPD_AREA ) ^~ & shpgeo.c:391:16: note: remove constant to silence this warning if ( thisDim && SHPD_AREA ) ~^~~~~~~~~~~~ shpgeo.c:394:18: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_LINE ) ^ ~~~~~~~~~ shpgeo.c:394:18: note: use '&' for a bitwise operation if ( thisDim && SHPD_LINE ) ^~ & shpgeo.c:394:18: note: remove constant to silence this warning if ( thisDim && SHPD_LINE ) ~^~~~~~~~~~~~ shpgeo.c:422:3: warning: '/*' within block comment [-Wcomment] /* rather have it predicatable system-to-system */ ^ shpgeo.c:468:16: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_AREA ) ^ ~~~~~~~~~ shpgeo.c:468:16: note: use '&' for a bitwise operation if ( thisDim && SHPD_AREA ) ^~ & shpgeo.c:468:16: note: remove constant to silence this warning if ( thisDim && SHPD_AREA ) ~^~~~~~~~~~~~ shpgeo.c:471:18: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if ( thisDim && SHPD_LINE ) ^ ~~~~~~~~~ shpgeo.c:471:18: note: use '&' for a bitwise operation if ( thisDim && SHPD_LINE ) ^~ & shpgeo.c:471:18: note: remove constant to silence this warning if ( thisDim && SHPD_LINE ) ~^~~~~~~~~~~~ shpgeo.c:867:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while ( psO = SHPUnCompound (psCShape, &cRing)) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shpgeo.c:867:17: note: place parentheses around the assignment to silence this warning while ( psO = SHPUnCompound (psCShape, &cRing)) { ^ ( ) shpgeo.c:867:17: note: use '==' to turn this assignment into an equality comparison while ( psO = SHPUnCompound (psCShape, &cRing)) { ^ == shpgeo.c:1198:58: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] if ( !(SHPDimension (psCShape->nSHPType) & (SHPD_AREA || SHPD_LINE)) ) ^ ~~~~~~~~~ shpgeo.c:1198:58: note: use '|' for a bitwise operation if ( !(SHPDimension (psCShape->nSHPType) & (SHPD_AREA || SHPD_LINE)) ) ^~ | shpgeo.c:1442:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( highPart = psCShape->nParts ) ~~~~~~~~~^~~~~~~~~~~~~~~~~~ shpgeo.c:1442:19: note: place parentheses around the assignment to silence this warning if ( highPart = psCShape->nParts ) ^ ( ) shpgeo.c:1442:19: note: use '==' to turn this assignment into an equality comparison if ( highPart = psCShape->nParts ) ^ == 9 warnings generated. mv -f .deps/shpwkb-shpgeo.Tpo .deps/shpwkb-shpgeo.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -o shpwkb shpwkb-shpwkb.o shpwkb-shpgeo.o ../libshp.la -lm libtool: link: cc -o .libs/shpwkb -O2 -pipe shpwkb-shpwkb.o shpwkb-shpgeo.o -L.libs -lshp -lm -Wl,-rpath-link,/usr/local/lib shpgeo.c(shpwkb-shpgeo.o:(asFileName)): warning: strcpy() is almost always misused, please use strlcpy() shpgeo.c(shpwkb-shpgeo.o:(asFileName)): warning: sprintf() is often misused, please use snprintf() >>> Running package in devel/shapelib at 1711445667.79 ===> devel/shapelib ===> Faking installation for shapelib-1.5.0 Making install in . mkdir -p '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/shapelib-1.5.0/bin/install -c libshp.la '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -m 644 ./.libs/libshp.a /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/lib/libshp.a libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -m 644 ./.libs/libshp.so.2.0 /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/lib/libshp.so.2.0 libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -m 644 ./.libs/libshp.lai /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/lib/libshp.la mkdir -p '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 dbfadd dbfcreate dbfdump shpadd shpcreate shpdump shprewind shptreedump shputils '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/dbfadd /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/dbfcreate /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/dbfdump /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpadd /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpcreate /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpdump /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shprewind /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shptreedump /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shputils /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin mkdir -p '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/include' /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -m 644 shapefil.h '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/include' mkdir -p '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/lib/pkgconfig' /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -m 644 shapelib.pc '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/lib/pkgconfig' Making install in contrib mkdir -p '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin' /usr/bin/libtool --mode=install /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 dbfcat dbfinfo shpcat shpdxf shpfix shpsort Shape_PointInPoly shpcentrd shpdata shpinfo shpwkb '/exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin' libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/dbfcat /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/dbfinfo /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpcat /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpdxf /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpfix /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpsort /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/Shape_PointInPoly /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpcentrd /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpdata /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpinfo /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin libtool: install: /exopi-obj/pobj/shapelib-1.5.0/bin/install -c -s -m 755 ./.libs/shpwkb /exopi-obj/pobj/shapelib-1.5.0/fake-amd64/usr/local/bin ===> Building package for shapelib-1.5.0 Create /exopi-cvs/ports/packages/amd64/all/shapelib-1.5.0.tgz Creating package shapelib-1.5.0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|******* | 11% checksumming|******** | 14% checksumming|********** | 16% checksumming|************ | 19% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 81% checksumming|*************************************************** | 84% checksumming|***************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 92% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|** | 4% archiving|*** | 5% archiving|**** | 7% archiving|****** | 9% archiving|******* | 10% archiving|******** | 12% archiving|********* | 13% archiving|************ | 18% archiving|************* | 20% archiving|**************** | 25% archiving|***************** | 27% archiving|******************* | 29% archiving|******************** | 31% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************** | 40% archiving|*************************** | 43% archiving|******************************* | 49% archiving|********************************** | 53% archiving|************************************************** | 78% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/shapelib-1.5.0.tgz >>> Running clean in devel/shapelib at 1711445672.90 ===> devel/shapelib ===> Cleaning for shapelib-1.5.0 >>> Ended at 1711445673.59 max_stuck=0.69/build=29.29/package=5.11/clean=0.72