>>> libgeotiff: Building community/libgeotiff 1.7.0-r1 (using abuild 3.9.0-r0) started Wed, 20 Apr 2022 05:40:19 +0000
>>> libgeotiff: Checking sanity of /home/buildozer/aports/community/libgeotiff/APKBUILD...
>>> libgeotiff: Analyzing dependencies...
>>> libgeotiff: Installing for build: build-base autoconf automake libtool tiff-dev proj-dev
(1/24) Installing m4 (1.4.19-r1)
(2/24) Installing autoconf (2.71-r0)
(3/24) Installing automake (1.16.5-r0)
(4/24) Installing libltdl (2.4.7-r0)
(5/24) Installing libtool (2.4.7-r0)
(6/24) Installing zlib-dev (1.2.12-r0)
(7/24) Installing libjpeg-turbo (2.1.3-r1)
(8/24) Installing libjpeg-turbo-dev (2.1.3-r1)
(9/24) Installing libwebp (1.2.2-r0)
(10/24) Installing libwebp-dev (1.2.2-r0)
(11/24) Installing xz-dev (5.2.5-r1)
(12/24) Installing zstd-dev (1.5.2-r1)
(13/24) Installing tiff (4.3.0-r0)
(14/24) Installing libtiffxx (4.3.0-r0)
(15/24) Installing tiff-dev (4.3.0-r0)
(16/24) Installing openssl-dev (1.1.1n-r0)
(17/24) Installing nghttp2-dev (1.47.0-r0)
(18/24) Installing brotli-dev (1.0.9-r6)
(19/24) Installing curl-dev (7.82.0-r0)
(20/24) Installing sqlite-libs (3.38.2-r0)
(21/24) Installing sqlite-dev (3.38.2-r0)
(22/24) Installing proj (9.0.0-r0)
(23/24) Installing proj-dev (9.0.0-r0)
(24/24) Installing .makedepends-libgeotiff (20220420.054022)
Executing busybox-1.35.0-r8.trigger
OK: 1299 MiB in 127 packages
>>> libgeotiff: Cleaning up srcdir
>>> libgeotiff: Cleaning up pkgdir
>>> libgeotiff: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/libgeotiff-1.7.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  529k  100  529k    0     0  4819k      0 --:--:-- --:--:-- --:--:-- 4855k
>>> libgeotiff: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/libgeotiff-1.7.0.tar.gz
>>> libgeotiff: Checking sha512sums...
libgeotiff-1.7.0.tar.gz: OK
>>> libgeotiff: Unpacking /var/cache/distfiles/v3.16/libgeotiff-1.7.0.tar.gz...
checking build system type... x86_64-alpine-linux-musl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-alpine-linux-musl-gcc... gcc
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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking host system type... x86_64-alpine-linux-musl
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/x86_64-alpine-linux-musl/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 the maximum length of command line arguments... 98304
checking how to convert x86_64-alpine-linux-musl file names to x86_64-alpine-linux-musl format... func_convert_file_noop
checking how to convert x86_64-alpine-linux-musl file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for x86_64-alpine-linux-musl-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-alpine-linux-musl-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-alpine-linux-musl-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-alpine-linux-musl-strip... no
checking for strip... strip
checking for x86_64-alpine-linux-musl-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc 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 x86_64-alpine-linux-musl-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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... no
checking for string.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for debug enabled... no
checking for exp in -lm... yes
checking for zlib... no
checking for jpeg... no
checking for x86_64-alpine-linux-musl-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBTIFF... yes
checking for PROJ >= 6 library... checking for PROJ... yes
checking proj.h usability... yes
checking proj.h presence... yes
checking for proj.h... yes
configure: proj.h found
checking if libtool needs -no-undefined flag to build shared libraries... no
checking for x86_64-alpine-linux-musl-doxygen... no
checking for doxygen... no
configure: WARNING: doxygen not found - will not generate any doxygen documentation
checking for x86_64-alpine-linux-musl-perl... no
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libxtiff/Makefile
config.status: creating bin/Makefile
config.status: creating man/Makefile
config.status: creating man/man1/Makefile
config.status: creating cmake/Makefile
config.status: creating test/Makefile
config.status: creating geo_config.h
config.status: executing depfiles commands
config.status: executing libtool commands

libgeotiff configuration summary:

  Version..................: 1.7.0
  Installation directory...: /usr
  C compiler...............: gcc -Os -fomit-frame-pointer -O3 -DNDEBUG
  Debugging support........: 

  zlib support......: no
  jpeg support......: no
  TIFF support......: yes
    -INCLUDE .......: 
    -PREFIX ........: 
  PROJ support......: yes
    -INCLUDE .......: 
  LIBS.....................: -lm   -ltiff  -lproj 

  libgeotiff - http://trac.osgeo.org/geotiff

make  all-recursive
make[1]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0'
Making all in libxtiff
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/libxtiff'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -Os -fomit-frame-pointer -I../ -I./.. -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG -MT xtiff.lo -MD -MP -MF .deps/xtiff.Tpo -c -o xtiff.lo xtiff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Os -fomit-frame-pointer -I../ -I./.. -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT xtiff.lo -MD -MP -MF .deps/xtiff.Tpo -c xtiff.c  -fPIC -DPIC -o .libs/xtiff.o
mv -f .deps/xtiff.Tpo .deps/xtiff.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I../ -I./.. -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG   -o libxtiff.la  xtiff.lo  -lm   -ltiff  -lproj 
libtool: link: ar cr .libs/libxtiff.a .libs/xtiff.o 
libtool: link: ranlib .libs/libxtiff.a
libtool: link: ( cd ".libs" && rm -f "libxtiff.la" && ln -s "../libxtiff.la" "libxtiff.la" )
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/libxtiff'
Making all in .
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0'
depbase=`echo cpl_serv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT cpl_serv.lo -MD -MP -MF $depbase.Tpo -c -o cpl_serv.lo cpl_serv.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_extra.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_extra.lo -MD -MP -MF $depbase.Tpo -c -o geo_extra.lo geo_extra.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_free.lo -MD -MP -MF $depbase.Tpo -c -o geo_free.lo geo_free.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_get.lo -MD -MP -MF $depbase.Tpo -c -o geo_get.lo geo_get.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_names.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_names.lo -MD -MP -MF $depbase.Tpo -c -o geo_names.lo geo_names.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_new.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_new.lo -MD -MP -MF $depbase.Tpo -c -o geo_new.lo geo_new.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_normalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_normalize.lo -MD -MP -MF $depbase.Tpo -c -o geo_normalize.lo geo_normalize.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_print.lo -MD -MP -MF $depbase.Tpo -c -o geo_print.lo geo_print.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_set.lo -MD -MP -MF $depbase.Tpo -c -o geo_set.lo geo_set.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_simpletags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_simpletags.lo -MD -MP -MF $depbase.Tpo -c -o geo_simpletags.lo geo_simpletags.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_tiffp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_tiffp.lo -MD -MP -MF $depbase.Tpo -c -o geo_tiffp.lo geo_tiffp.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_trans.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_trans.lo -MD -MP -MF $depbase.Tpo -c -o geo_trans.lo geo_trans.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_write.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_write.lo -MD -MP -MF $depbase.Tpo -c -o geo_write.lo geo_write.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geo_strtod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_strtod.lo -MD -MP -MF $depbase.Tpo -c -o geo_strtod.lo geo_strtod.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo geotiff_proj4.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -Os -fomit-frame-pointer -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geotiff_proj4.lo -MD -MP -MF $depbase.Tpo -c -o geotiff_proj4.lo geotiff_proj4.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_normalize.lo -MD -MP -MF .deps/geo_normalize.Tpo -c geo_normalize.c  -fPIC -DPIC -o .libs/geo_normalize.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_names.lo -MD -MP -MF .deps/geo_names.Tpo -c geo_names.c  -fPIC -DPIC -o .libs/geo_names.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_tiffp.lo -MD -MP -MF .deps/geo_tiffp.Tpo -c geo_tiffp.c  -fPIC -DPIC -o .libs/geo_tiffp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_set.lo -MD -MP -MF .deps/geo_set.Tpo -c geo_set.c  -fPIC -DPIC -o .libs/geo_set.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_simpletags.lo -MD -MP -MF .deps/geo_simpletags.Tpo -c geo_simpletags.c  -fPIC -DPIC -o .libs/geo_simpletags.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_get.lo -MD -MP -MF .deps/geo_get.Tpo -c geo_get.c  -fPIC -DPIC -o .libs/geo_get.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_extra.lo -MD -MP -MF .deps/geo_extra.Tpo -c geo_extra.c  -fPIC -DPIC -o .libs/geo_extra.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT cpl_serv.lo -MD -MP -MF .deps/cpl_serv.Tpo -c cpl_serv.c  -fPIC -DPIC -o .libs/cpl_serv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_write.lo -MD -MP -MF .deps/geo_write.Tpo -c geo_write.c  -fPIC -DPIC -o .libs/geo_write.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_free.lo -MD -MP -MF .deps/geo_free.Tpo -c geo_free.c  -fPIC -DPIC -o .libs/geo_free.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_new.lo -MD -MP -MF .deps/geo_new.Tpo -c geo_new.c  -fPIC -DPIC -o .libs/geo_new.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_print.lo -MD -MP -MF .deps/geo_print.Tpo -c geo_print.c  -fPIC -DPIC -o .libs/geo_print.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_trans.lo -MD -MP -MF .deps/geo_trans.Tpo -c geo_trans.c  -fPIC -DPIC -o .libs/geo_trans.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geo_strtod.lo -MD -MP -MF .deps/geo_strtod.Tpo -c geo_strtod.c  -fPIC -DPIC -o .libs/geo_strtod.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Os -fomit-frame-pointer -I./libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geotiff_proj4.lo -MD -MP -MF .deps/geotiff_proj4.Tpo -c geotiff_proj4.c  -fPIC -DPIC -o .libs/geotiff_proj4.o
/bin/sh ./libtool  --tag=CC   --mode=link gcc -I./libxtiff  -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -version-info 7:0:2   -o libgeotiff.la -rpath /usr/lib cpl_serv.lo geo_extra.lo geo_free.lo geo_get.lo geo_names.lo geo_new.lo geo_normalize.lo geo_print.lo geo_set.lo geo_simpletags.lo geo_tiffp.lo geo_trans.lo geo_write.lo geo_strtod.lo geotiff_proj4.lo libxtiff/libxtiff.la -lm   -ltiff  -lproj 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/cpl_serv.o .libs/geo_extra.o .libs/geo_free.o .libs/geo_get.o .libs/geo_names.o .libs/geo_new.o .libs/geo_normalize.o .libs/geo_print.o .libs/geo_set.o .libs/geo_simpletags.o .libs/geo_tiffp.o .libs/geo_trans.o .libs/geo_write.o .libs/geo_strtod.o .libs/geotiff_proj4.o  -Wl,--whole-archive libxtiff/.libs/libxtiff.a -Wl,--no-whole-archive  -lm -ltiff -lproj  -Os -O3   -Wl,-soname -Wl,libgeotiff.so.5 -o .libs/libgeotiff.so.5.2.0
libtool: link: (cd ".libs" && rm -f "libgeotiff.so.5" && ln -s "libgeotiff.so.5.2.0" "libgeotiff.so.5")
libtool: link: (cd ".libs" && rm -f "libgeotiff.so" && ln -s "libgeotiff.so.5.2.0" "libgeotiff.so")
libtool: link: ( cd ".libs" && rm -f "libgeotiff.la" && ln -s "../libgeotiff.la" "libgeotiff.la" )
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0'
Making all in bin
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/bin'
gcc -DHAVE_CONFIG_H -I. -I..   -Os -fomit-frame-pointer -I../  -I./.. -I./../libxtiff -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG -MT geotifcp.o -MD -MP -MF .deps/geotifcp.Tpo -c -o geotifcp.o geotifcp.c
gcc -DHAVE_CONFIG_H -I. -I..   -Os -fomit-frame-pointer -I../  -I./.. -I./../libxtiff -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG -MT listgeo.o -MD -MP -MF .deps/listgeo.Tpo -c -o listgeo.o listgeo.c
gcc -DHAVE_CONFIG_H -I. -I..   -Os -fomit-frame-pointer -I../  -I./.. -I./../libxtiff -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG -MT applygeo.o -MD -MP -MF .deps/applygeo.Tpo -c -o applygeo.o applygeo.c
gcc -DHAVE_CONFIG_H -I. -I..   -Os -fomit-frame-pointer -I../  -I./.. -I./../libxtiff -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG -MT makegeo.o -MD -MP -MF .deps/makegeo.Tpo -c -o makegeo.o makegeo.c
applygeo.c: In function 'InstallGeoTIFF':
applygeo.c:13:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   13 |     uint16 *panVI = NULL;
      |     ^~~~~~
applygeo.c:14:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   14 |     uint16 nKeyCount;
      |     ^~~~~~
applygeo.c:31:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   31 |         uint16 anGKVersionInfo[4] = { 1, 1, 0, 0 };
      |         ^~~~~~
geotifcp.c:42:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
   42 | static  uint32 tilewidth;
      | ^~~~~~
geotifcp.c:43:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
   43 | static  uint32 tilelength;
      | ^~~~~~
geotifcp.c:46:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   46 | static  uint16 config;
      | ^~~~~~
geotifcp.c:47:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   47 | static  uint16 compression;
      | ^~~~~~
geotifcp.c:48:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   48 | static  uint16 predictor;
      | ^~~~~~
geotifcp.c:49:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   49 | static  uint16 fillorder;
      | ^~~~~~
geotifcp.c:50:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
   50 | static  uint32 rowsperstrip;
      | ^~~~~~
geotifcp.c:51:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
   51 | static  uint32 g3opts;
      | ^~~~~~
geotifcp.c:53:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
   53 | static  uint32 defg3opts = (uint32) -1;
      | ^~~~~~
geotifcp.c:53:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:56:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   56 | static  uint16 defcompression = (uint16) -1;
      | ^~~~~~
geotifcp.c:56:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:57:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
   57 | static  uint16 defpredictor = (uint16) -1;
      | ^~~~~~
geotifcp.c:57:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'main':
geotifcp.c:100:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  100 |         uint16 defconfig = (uint16) -1;
      |         ^~~~~~
geotifcp.c:100:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:101:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  101 |         uint16 deffillorder = 0;
      |         ^~~~~~
geotifcp.c:102:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  102 |         uint32 deftilewidth = (uint32) -1;
      |         ^~~~~~
geotifcp.c:102:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:103:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  103 |         uint32 deftilelength = (uint32) -1;
      |         ^~~~~~
geotifcp.c:103:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:104:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  104 |         uint32 defrowsperstrip = (uint32) -1;
      |         ^~~~~~
geotifcp.c:104:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:105:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  105 |         uint32 diroff = 0;
      |         ^~~~~~
geotifcp.c: In function 'CopyGeoTIFF':
geotifcp.c:348:5: warning: 'int16' is deprecated [-Wdeprecated-declarations]
  348 |     int16   d_list_count;
      |     ^~~~~
geotifcp.c: In function 'processG3Options':
geotifcp.c:379:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  379 |         if (defg3opts == (uint32) -1)
      |         ^~
geotifcp.c: At top level:
geotifcp.c:491:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  491 | CheckAndCorrectColormap(TIFF* tif, int n, uint16* r, uint16* g, uint16* b)
      | ^~~~~~~~~~~~~~~~~~~~~~~
geotifcp.c:491:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:491:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:518:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  518 |         uint16  tag;
      |         ^~~~~~
geotifcp.c:519:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  519 |         uint16  count;
      |         ^~~~~~
geotifcp.c:543:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  543 |         { TIFFTAG_WHITEPOINT,           (uint16) -1,TIFF_RATIONAL },
      |         ^
geotifcp.c:544:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  544 |         { TIFFTAG_PRIMARYCHROMATICITIES,(uint16) -1,TIFF_RATIONAL },
      |         ^
geotifcp.c:554:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  554 |         { TIFFTAG_YCBCRCOEFFICIENTS,    (uint16) -1,TIFF_RATIONAL },
      |         ^
geotifcp.c:557:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  557 |         { TIFFTAG_REFERENCEBLACKWHITE,  (uint16) -1,TIFF_RATIONAL },
      |         ^
geotifcp.c:558:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  558 |         { TIFFTAG_EXTRASAMPLES,         (uint16) -1, TIFF_SHORT },
      |         ^
geotifcp.c: In function 'cpOtherTags':
geotifcp.c:573:33: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  573 |                                 uint16 shortv;
      |                                 ^~~~~~
geotifcp.c:576:33: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  576 |                                 uint16 shortv1, shortv2;
      |                                 ^~~~~~
geotifcp.c:576:33: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:578:25: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  578 |                         } else if (p->count == (uint16) -1) {
      |                         ^
geotifcp.c:579:33: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  579 |                                 uint16 shortv1;
      |                                 ^~~~~~
geotifcp.c:580:33: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  580 |                                 uint16* shortav;
      |                                 ^~~~~~
geotifcp.c:585:25: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  585 |                         { uint32 longv;
      |                         ^
geotifcp.c:593:25: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  593 |                         } else if (p->count == (uint16) -1) {
      |                         ^
geotifcp.c:607:25: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  607 |                         } else if (p->count == (uint16) -1) {
      |                         ^
geotifcp.c: At top level:
geotifcp.c:618:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  618 |     (TIFF* in, TIFF* out, uint32 l, uint32 w, uint16 samplesperpixel);
      |     ^
geotifcp.c:618:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:618:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:619:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  619 | static  copyFunc pickCopyFunc(TIFF*, TIFF*, uint16, uint16);
      | ^~~~~~
geotifcp.c:619:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'tiffcp':
geotifcp.c:624:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  624 |         uint16 bitspersample = 0, samplesperpixel, shortv;
      |         ^~~~~~
geotifcp.c:624:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:624:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:626:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  626 |         uint32 w, l;
      |         ^~~~~~
geotifcp.c:626:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:638:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  638 |         if (compression != (uint16)-1)
      |         ^~
geotifcp.c:665:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  665 |                 if (tilewidth == (uint32) -1)
      |                 ^~
geotifcp.c:667:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  667 |                 if (tilelength == (uint32) -1)
      |                 ^~
geotifcp.c:678:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  678 |                 if (rowsperstrip == (uint32) -1)
      |                 ^~
geotifcp.c:683:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  683 |         if (config != (uint16) -1)
      |         ^~
geotifcp.c:687:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  687 |         if (g3opts != (uint32) -1)
      |         ^~
geotifcp.c:692:17: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  692 |                 uint16 *tr, *tg, *tb, *ta;
      |                 ^~~~~~
geotifcp.c:692:17: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:692:17: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:692:17: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:695:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  695 |         { uint16 *red, *green, *blue;
      |         ^
geotifcp.c:695:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:695:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c:709:17: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
  709 |                 if (predictor != (uint16)-1)
      |                 ^~
geotifcp.c: At top level:
geotifcp.c:739:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  739 | typedef void (*readFunc)(TIFF*, unsigned char*, uint32, uint32, tsample_t);
      | ^~~~~~~
geotifcp.c:739:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:744:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  744 | typedef int (*writeFunc)(TIFF*, unsigned char*, uint32, uint32, tsample_t);
      | ^~~~~~~
geotifcp.c:744:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:749:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  749 | DECLAREcpFunc(cpContig2ContigByRow)
      | ^~~~~~~~~~~~~
geotifcp.c:749:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
mv -f .deps/applygeo.Tpo .deps/applygeo.Po
geotifcp.c: In function 'cpContig2ContigByRow':
geotifcp.c:752:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  752 |         uint32 row;
      |         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:772:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  772 | DECLAREcpFunc(cpContig2ContigByRow_8_to_4)
      | ^~~~~~~~~~~~~
geotifcp.c:772:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'cpContig2ContigByRow_8_to_4':
geotifcp.c:776:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  776 |     uint32 row;
      |     ^~~~~~
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I../  -I./.. -I./../libxtiff -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG   -o applygeo applygeo.o ../libgeotiff.la -lm   -ltiff  -lproj 
geotifcp.c: At top level:
geotifcp.c:811:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  811 | DECLAREcpFunc(cpDecodedStrips)
      | ^~~~~~~~~~~~~
geotifcp.c:811:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'cpDecodedStrips':
geotifcp.c:819:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  819 |                 uint32 row = 0;
      |                 ^~~~~~
geotifcp.c: At top level:
geotifcp.c:840:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  840 | DECLAREcpFunc(cpSeparate2SeparateByRow)
      | ^~~~~~~~~~~~~
geotifcp.c:840:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'cpSeparate2SeparateByRow':
geotifcp.c:843:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  843 |         uint32 row;
      |         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:866:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  866 | DECLAREcpFunc(cpContig2SeparateByRow)
      | ^~~~~~~~~~~~~
geotifcp.c:866:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'cpContig2SeparateByRow':
geotifcp.c:871:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  871 |         register uint32 n;
      |         ^~~~~~~~
geotifcp.c:872:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  872 |         uint32 row;
      |         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:903:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  903 | DECLAREcpFunc(cpSeparate2ContigByRow)
      | ^~~~~~~~~~~~~
geotifcp.c:903:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'cpSeparate2ContigByRow':
geotifcp.c:908:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  908 |         register uint32 n;
      |         ^~~~~~~~
geotifcp.c:909:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  909 |         uint32 row;
      |         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:939:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  939 |         uint32 rows, uint32 cols, int outskew, int inskew)
      |         ^~~~~~
geotifcp.c:939:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'cpStripToTile':
geotifcp.c:942:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  942 |                 uint32 j = cols;
      |                 ^~~~~~
geotifcp.c: At top level:
geotifcp.c:952:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  952 |         uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp)
      |         ^~~~~~
geotifcp.c:952:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'cpContigBufToSeparateBuf':
geotifcp.c:955:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  955 |                 uint32 j = cols;
      |                 ^~~~~~
geotifcp.c: At top level:
geotifcp.c:965:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  965 |         uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp)
      |         ^~~~~~
geotifcp.c:965:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'cpSeparateBufToContigBuf':
geotifcp.c:968:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  968 |                 uint32 j = cols;
      |                 ^~~~~~
geotifcp.c: At top level:
geotifcp.c:978:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  978 |         uint32 imagelength, uint32 imagewidth, tsample_t spp)
      |         ^~~~~~
geotifcp.c:978:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:991:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  991 | DECLAREreadFunc(readContigStripsIntoBuffer)
      | ^~~~~~~~~~~~~~~
geotifcp.c:991:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'readContigStripsIntoBuffer':
geotifcp.c:995:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
  995 |         uint32 row;
      |         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:1005:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1005 | DECLAREreadFunc(readSeparateStripsIntoBuffer)
      | ^~~~~~~~~~~~~~~
geotifcp.c:1005:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'readSeparateStripsIntoBuffer':
geotifcp.c:1013:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1013 |                 uint32 row;
      |                 ^~~~~~
geotifcp.c: At top level:
geotifcp.c:1035:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1035 | DECLAREreadFunc(readContigTilesIntoBuffer)
      | ^~~~~~~~~~~~~~~
geotifcp.c:1035:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'readContigTilesIntoBuffer':
geotifcp.c:1038:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1038 |         uint32 imagew = TIFFScanlineSize(in);
      |         ^~~~~~
geotifcp.c:1039:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1039 |         uint32 tilew  = TIFFTileRowSize(in);
      |         ^~~~~~
geotifcp.c:1042:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1042 |         uint32 tw, tl;
      |         ^~~~~~
geotifcp.c:1042:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1043:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1043 |         uint32 row;
      |         ^~~~~~
geotifcp.c:1051:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1051 |                 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl;
      |                 ^~~~~~
geotifcp.c:1052:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1052 |                 uint32 colb = 0;
      |                 ^~~~~~
geotifcp.c:1053:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1053 |                 uint32 col;
      |                 ^~~~~~
geotifcp.c:1060:33: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1060 |                                 uint32 width = imagew - colb;
      |                                 ^~~~~~
geotifcp.c:1061:33: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1061 |                                 uint32 oskew = tilew - width;
      |                                 ^~~~~~
geotifcp.c: At top level:
geotifcp.c:1077:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1077 | DECLAREreadFunc(readSeparateTilesIntoBuffer)
      | ^~~~~~~~~~~~~~~
geotifcp.c:1077:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'readSeparateTilesIntoBuffer':
geotifcp.c:1079:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1079 |         uint32 imagew = TIFFScanlineSize(in);
      |         ^~~~~~
geotifcp.c:1080:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1080 |         uint32 tilew = TIFFTileRowSize(in);
      |         ^~~~~~
geotifcp.c:1084:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1084 |         uint32 tw, tl;
      |         ^~~~~~
geotifcp.c:1084:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1085:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1085 |         uint32 row;
      |         ^~~~~~
geotifcp.c:1092:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1092 |                 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl;
      |                 ^~~~~~
geotifcp.c:1093:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1093 |                 uint32 colb = 0;
      |                 ^~~~~~
geotifcp.c:1094:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1094 |                 uint32 col;
      |                 ^~~~~~
geotifcp.c:1107:41: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1107 |                                         uint32 width = imagew - colb;
      |                                         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:1125:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1125 | DECLAREwriteFunc(writeBufferToContigStrips)
      | ^~~~~~~~~~~~~~~~
geotifcp.c:1125:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'writeBufferToContigStrips':
geotifcp.c:1128:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1128 |         uint32 row;
      |         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:1139:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1139 | DECLAREwriteFunc(writeBufferToSeparateStrips)
      | ^~~~~~~~~~~~~~~~
geotifcp.c:1139:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'writeBufferToSeparateStrips':
geotifcp.c:1147:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1147 |                 uint32 row;
      |                 ^~~~~~
geotifcp.c:1151:25: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1151 |                         uint32 n = imagewidth;
      |                         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:1166:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1166 | DECLAREwriteFunc(writeBufferToContigTiles)
      | ^~~~~~~~~~~~~~~~
geotifcp.c:1166:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'writeBufferToContigTiles':
geotifcp.c:1168:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1168 |         uint32 imagew = TIFFScanlineSize(out);
      |         ^~~~~~
geotifcp.c:1169:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1169 |         uint32 tilew  = TIFFTileRowSize(out);
      |         ^~~~~~
geotifcp.c:1173:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1173 |         uint32 tl, tw;
      |         ^~~~~~
geotifcp.c:1173:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1174:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1174 |         uint32 row;
      |         ^~~~~~
geotifcp.c:1182:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1182 |                 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl;
      |                 ^~~~~~
geotifcp.c:1183:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1183 |                 uint32 colb = 0;
      |                 ^~~~~~
geotifcp.c:1184:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1184 |                 uint32 col;
      |                 ^~~~~~
geotifcp.c:1192:33: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1192 |                                 uint32 width = imagew - colb;
      |                                 ^~~~~~
geotifcp.c: At top level:
geotifcp.c:1211:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1211 | DECLAREwriteFunc(writeBufferToSeparateTiles)
      | ^~~~~~~~~~~~~~~~
geotifcp.c:1211:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'writeBufferToSeparateTiles':
geotifcp.c:1213:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1213 |         uint32 imagew = TIFFScanlineSize(out);
      |         ^~~~~~
geotifcp.c:1218:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1218 |         uint32 tl, tw;
      |         ^~~~~~
geotifcp.c:1218:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1219:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1219 |         uint32 row;
      |         ^~~~~~
geotifcp.c:1226:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1226 |                 uint32 nrow = (row+tl > imagelength) ? imagelength-row : tl;
      |                 ^~~~~~
geotifcp.c:1227:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1227 |                 uint32 colb = 0;
      |                 ^~~~~~
geotifcp.c:1228:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1228 |                 uint32 col;
      |                 ^~~~~~
geotifcp.c:1238:41: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1238 |                                         uint32 width = imagew - colb;
      |                                         ^~~~~~
geotifcp.c: At top level:
geotifcp.c:1266:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1266 | DECLAREcpFunc(cpContigStrips2ContigTiles)
      | ^~~~~~~~~~~~~
geotifcp.c:1266:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1277:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1277 | DECLAREcpFunc(cpContigStrips2SeparateTiles)
      | ^~~~~~~~~~~~~
geotifcp.c:1277:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1288:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1288 | DECLAREcpFunc(cpSeparateStrips2ContigTiles)
      | ^~~~~~~~~~~~~
geotifcp.c:1288:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1299:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1299 | DECLAREcpFunc(cpSeparateStrips2SeparateTiles)
      | ^~~~~~~~~~~~~
geotifcp.c:1299:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1310:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1310 | DECLAREcpFunc(cpContigTiles2ContigTiles)
      | ^~~~~~~~~~~~~
geotifcp.c:1310:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1321:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1321 | DECLAREcpFunc(cpContigTiles2SeparateTiles)
      | ^~~~~~~~~~~~~
geotifcp.c:1321:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1332:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1332 | DECLAREcpFunc(cpSeparateTiles2ContigTiles)
      | ^~~~~~~~~~~~~
geotifcp.c:1332:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1343:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1343 | DECLAREcpFunc(cpSeparateTiles2SeparateTiles)
      | ^~~~~~~~~~~~~
geotifcp.c:1343:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1354:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1354 | DECLAREcpFunc(cpContigTiles2ContigStrips)
      | ^~~~~~~~~~~~~
geotifcp.c:1354:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1365:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1365 | DECLAREcpFunc(cpContigTiles2SeparateStrips)
      | ^~~~~~~~~~~~~
geotifcp.c:1365:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1376:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1376 | DECLAREcpFunc(cpSeparateTiles2ContigStrips)
      | ^~~~~~~~~~~~~
geotifcp.c:1376:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1387:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1387 | DECLAREcpFunc(cpSeparateTiles2SeparateStrips)
      | ^~~~~~~~~~~~~
geotifcp.c:1387:1: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1399:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
 1399 | pickCopyFunc(TIFF* in, TIFF* out, uint16 bitspersample, uint16 samplesperpixel)
      | ^~~~~~~~~~~~
geotifcp.c:1399:1: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
geotifcp.c: In function 'pickCopyFunc':
geotifcp.c:1401:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
 1401 |         uint16 shortv;
      |         ^~~~~~
geotifcp.c:1402:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1402 |         uint32 w, l, tw, tl;
      |         ^~~~~~
geotifcp.c:1402:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1402:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1402:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
geotifcp.c:1425:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1425 |                 uint32 irps = (uint32) -1L;
      |                 ^~~~~~
geotifcp.c:1425:17: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
libtool: link: gcc -I../ -I./.. -I./../libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -o .libs/applygeo applygeo.o  ../.libs/libgeotiff.so -lm -ltiff -lproj
mv -f .deps/makegeo.Tpo .deps/makegeo.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I../  -I./.. -I./../libxtiff -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG   -o makegeo makegeo.o ../libgeotiff.la -lm   -ltiff  -lproj 
libtool: link: gcc -I../ -I./.. -I./../libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -o .libs/makegeo makegeo.o  ../.libs/libgeotiff.so -lm -ltiff -lproj
mv -f .deps/listgeo.Tpo .deps/listgeo.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I../  -I./.. -I./../libxtiff -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG   -o listgeo listgeo.o ../libgeotiff.la -lm   -ltiff  -lproj 
libtool: link: gcc -I../ -I./.. -I./../libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -o .libs/listgeo listgeo.o  ../.libs/libgeotiff.so -lm -ltiff -lproj
mv -f .deps/geotifcp.Tpo .deps/geotifcp.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I../  -I./.. -I./../libxtiff -DHAVE_TIFF=1  -Os -fomit-frame-pointer -O3 -DNDEBUG   -o geotifcp geotifcp.o ../libgeotiff.la -lm   -ltiff  -lproj 
libtool: link: gcc -I../ -I./.. -I./../libxtiff -DHAVE_TIFF=1 -Os -fomit-frame-pointer -O3 -DNDEBUG -o .libs/geotifcp geotifcp.o  ../.libs/libgeotiff.so -lm -ltiff -lproj
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/bin'
Making all in man
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
Making all in man1
make[3]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man/man1'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man/man1'
make[3]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
Making all in cmake
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/cmake'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/cmake'
Making all in test
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/test'
make[1]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0'
Ellipsoid: 7016/Everest 1830 (1967 Definition) (6377298.56,6356097.55)
Projection Linear Units: 9001/metre (1.000000m)
Upper Left    (130d 0' 0.00"E, 32d 0' 0.00"N)
Lower Left    (130d 0' 0.00"E, 12d 0' 0.00"N)
Upper Right   (150d 0' 0.00"E, 32d 0' 0.00"N)
Lower Right   (150d 0' 0.00"E, 12d 0' 0.00"N)
>>> libgeotiff: Entering fakeroot...
Making install in libxtiff
make[1]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/libxtiff'
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/libxtiff'
make[2]: Nothing to be done for 'install-exec-am'.
 .././install-sh -c -d '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/include'
 /usr/bin/install -c -m 644 xtiffio.h '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/include'
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/libxtiff'
make[1]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/libxtiff'
Making install in .
make[1]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0'
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0'
 ./install-sh -c -d '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/include'
 ./install-sh -c -d '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/lib'
 ./install-sh -c -d '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/include'
 /usr/bin/install -c -m 644 geotiff.h geotiffio.h geovalues.h geonames.h geokeys.h geo_tiffp.h geo_keyp.h geo_normalize.h cpl_serv.h geo_simpletags.h epsg_datum.inc epsg_gcs.inc epsg_pm.inc epsg_units.inc geo_ctrans.inc epsg_ellipse.inc epsg_pcs.inc epsg_proj.inc epsg_vertcs.inc geokeys.inc geokeys_v1_1.inc '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/include'
 /usr/bin/install -c -m 644 geo_config.h '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/include'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libgeotiff.la '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/lib'
libtool: install: /usr/bin/install -c .libs/libgeotiff.so.5.2.0 /home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/lib/libgeotiff.so.5.2.0
libtool: install: (cd /home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/lib && { ln -s -f libgeotiff.so.5.2.0 libgeotiff.so.5 || { rm -f libgeotiff.so.5 && ln -s libgeotiff.so.5.2.0 libgeotiff.so.5; }; })
libtool: install: (cd /home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/lib && { ln -s -f libgeotiff.so.5.2.0 libgeotiff.so || { rm -f libgeotiff.so && ln -s libgeotiff.so.5.2.0 libgeotiff.so; }; })
libtool: install: /usr/bin/install -c .libs/libgeotiff.lai /home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/lib/libgeotiff.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0'
make[1]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0'
Making install in bin
make[1]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/bin'
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/bin'
make[2]: Nothing to be done for 'install-data-am'.
 .././install-sh -c -d '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c geotifcp listgeo applygeo '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/bin'
libtool: warning: '../libgeotiff.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/geotifcp /home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/bin/geotifcp
libtool: warning: '../libgeotiff.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/listgeo /home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/bin/listgeo
libtool: warning: '../libgeotiff.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/applygeo /home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/bin/applygeo
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/bin'
make[1]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/bin'
Making install in man
make[1]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
Making install in man1
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man/man1'
make[3]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man/man1'
make[3]: Nothing to be done for 'install-exec-am'.
 ../.././install-sh -c -d '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/share/man/man1'
 /usr/bin/install -c -m 644 applygeo.1 geotifcp.1 listgeo.1 '/home/buildozer/aports/community/libgeotiff/pkg/libgeotiff/usr/share/man/man1'
make[3]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man/man1'
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man/man1'
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
make[3]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
make[1]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/man'
Making install in cmake
make[1]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/cmake'
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/cmake'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/cmake'
make[1]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/cmake'
Making install in test
make[1]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/test'
make[2]: Entering directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/test'
make[1]: Leaving directory '/home/buildozer/aports/community/libgeotiff/src/libgeotiff-1.7.0/test'
>>> libgeotiff-dev*: Running split function dev...
>>> libgeotiff-dev*: Preparing subpackage libgeotiff-dev...
>>> libgeotiff-dev*: Stripping binaries
>>> libgeotiff-dev*: Running postcheck for libgeotiff-dev
>>> libgeotiff-doc*: Running split function doc...
>>> libgeotiff-doc*: Preparing subpackage libgeotiff-doc...
>>> libgeotiff-doc*: Running postcheck for libgeotiff-doc
>>> libgeotiff*: Running postcheck for libgeotiff
>>> libgeotiff*: Preparing package libgeotiff...
>>> libgeotiff*: Stripping binaries
>>> libgeotiff-dev*: Scanning shared objects
>>> libgeotiff-doc*: Scanning shared objects
>>> libgeotiff*: Scanning shared objects
>>> libgeotiff-dev*: Tracing dependencies...
	libgeotiff=1.7.0-r1
>>> libgeotiff-dev*: Package size: 200.0 KB
>>> libgeotiff-dev*: Compressing data...
>>> libgeotiff-dev*: Create checksum...
>>> libgeotiff-dev*: Create libgeotiff-dev-1.7.0-r1.apk
>>> libgeotiff-doc*: Tracing dependencies...
>>> libgeotiff-doc*: Package size: 32.0 KB
>>> libgeotiff-doc*: Compressing data...
>>> libgeotiff-doc*: Create checksum...
>>> libgeotiff-doc*: Create libgeotiff-doc-1.7.0-r1.apk
>>> libgeotiff*: Tracing dependencies...
	so:libc.musl-x86_64.so.1
	so:libproj.so.25
	so:libtiff.so.5
>>> libgeotiff*: Package size: 308.0 KB
>>> libgeotiff*: Compressing data...
>>> libgeotiff*: Create checksum...
>>> libgeotiff*: Create libgeotiff-1.7.0-r1.apk
>>> libgeotiff: Build complete at Wed, 20 Apr 2022 05:40:32 +0000 elapsed time 0h 0m 13s
>>> libgeotiff: Cleaning up srcdir
>>> libgeotiff: Cleaning up pkgdir
>>> libgeotiff: Uninstalling dependencies...
(1/24) Purging .makedepends-libgeotiff (20220420.054022)
(2/24) Purging autoconf (2.71-r0)
(3/24) Purging m4 (1.4.19-r1)
(4/24) Purging automake (1.16.5-r0)
(5/24) Purging libtool (2.4.7-r0)
(6/24) Purging libltdl (2.4.7-r0)
(7/24) Purging proj-dev (9.0.0-r0)
(8/24) Purging proj (9.0.0-r0)
(9/24) Purging curl-dev (7.82.0-r0)
(10/24) Purging nghttp2-dev (1.47.0-r0)
(11/24) Purging brotli-dev (1.0.9-r6)
(12/24) Purging tiff-dev (4.3.0-r0)
(13/24) Purging libjpeg-turbo-dev (2.1.3-r1)
(14/24) Purging libwebp-dev (1.2.2-r0)
(15/24) Purging xz-dev (5.2.5-r1)
(16/24) Purging zstd-dev (1.5.2-r1)
(17/24) Purging libtiffxx (4.3.0-r0)
(18/24) Purging tiff (4.3.0-r0)
(19/24) Purging zlib-dev (1.2.12-r0)
(20/24) Purging libjpeg-turbo (2.1.3-r1)
(21/24) Purging libwebp (1.2.2-r0)
(22/24) Purging openssl-dev (1.1.1n-r0)
(23/24) Purging sqlite-dev (3.38.2-r0)
(24/24) Purging sqlite-libs (3.38.2-r0)
Executing busybox-1.35.0-r8.trigger
OK: 1274 MiB in 103 packages
>>> libgeotiff: Updating the community/x86_64 repository index...
>>> libgeotiff: Signing the index...