==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: libdbi 0.9.0-6 (Sat Jul 13 23:03:45 2024)
==> Retrieving sources...
  -> Found libdbi-0.9.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    libdbi-0.9.0.tar.gz ... Passed
==> Making package: libdbi 0.9.0-6 (Sat Jul 13 23:03:54 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found libdbi-0.9.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting libdbi-0.9.0.tar.gz with bsdtar
==> Starting build()...
checking for 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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu 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... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
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/bin/ld) 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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 mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for dlfcn.h... (cached) yes
checking for dlopen... (cached) yes
checking whether readdir_r is declared... no
checking whether gmtime_r is declared... no
checking whether vasprintf is declared... yes
checking whether asprintf is declared... yes
checking for strtoll... yes
checking for readdir_r... yes
checking for gmtime_r... yes
checking for fpathconf... yes
checking for dirfd... yes
checking for vasprintf... yes
checking for atoll... yes
checking for timegm... yes
checking for asprintf... yes
checking for vasprintf... (cached) yes
checking for asprintf... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/dbi/dbi.h
config.status: creating libdbi.spec
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating include/dbi/Makefile
config.status: creating dbi.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory '/build/libdbi/src/libdbi-0.9.0'
Making all in src
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0/src'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\"   -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT dbi_main.lo -MD -MP -MF .deps/dbi_main.Tpo -c -o dbi_main.lo dbi_main.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\"   -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT dbi_result.lo -MD -MP -MF .deps/dbi_result.Tpo -c -o dbi_result.lo dbi_result.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\"   -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT dbd_helper.lo -MD -MP -MF .deps/dbd_helper.Tpo -c -o dbd_helper.lo dbd_helper.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\"   -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT atoll.lo -MD -MP -MF .deps/atoll.Tpo -c -o atoll.lo atoll.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\"   -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c -o asprintf.lo asprintf.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\"   -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -MT timegm.lo -MD -MP -MF .deps/timegm.Tpo -c -o timegm.lo timegm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT dbi_result.lo -MD -MP -MF .deps/dbi_result.Tpo -c dbi_result.c  -fPIC -DPIC -o .libs/dbi_result.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT dbi_main.lo -MD -MP -MF .deps/dbi_main.Tpo -c dbi_main.c  -fPIC -DPIC -o .libs/dbi_main.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT dbd_helper.lo -MD -MP -MF .deps/dbd_helper.Tpo -c dbd_helper.c  -fPIC -DPIC -o .libs/dbd_helper.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT atoll.lo -MD -MP -MF .deps/atoll.Tpo -c atoll.c  -fPIC -DPIC -o .libs/atoll.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT timegm.lo -MD -MP -MF .deps/timegm.Tpo -c timegm.c  -fPIC -DPIC -o .libs/timegm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c asprintf.c  -fPIC -DPIC -o .libs/asprintf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT timegm.lo -MD -MP -MF .deps/timegm.Tpo -c timegm.c -o timegm.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT atoll.lo -MD -MP -MF .deps/atoll.Tpo -c atoll.c -o atoll.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c asprintf.c -o asprintf.o >/dev/null 2>&1
mv -f .deps/timegm.Tpo .deps/timegm.Plo
mv -f .deps/atoll.Tpo .deps/atoll.Plo
mv -f .deps/asprintf.Tpo .deps/asprintf.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT dbd_helper.lo -MD -MP -MF .deps/dbd_helper.Tpo -c dbd_helper.c -o dbd_helper.o >/dev/null 2>&1
dbi_main.c: In function 'dbi_initialize_r':
dbi_main.c:203:4: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
In file included from dbi_main.c:91:
/usr/include/dirent.h:185:12: note: declared here
  185 | extern int readdir_r (DIR *__restrict __dirp,
      |            ^~~~~~~~~
dbi_main.c: In function 'dbi_conn_error':
dbi_main.c:636:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
dbi_main.c: In function 'dbi_conn_queryf':
dbi_main.c:1151:2: warning: ignoring return value of 'vasprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT dbi_main.lo -MD -MP -MF .deps/dbi_main.Tpo -c dbi_main.c -o dbi_main.o >/dev/null 2>&1
mv -f .deps/dbd_helper.Tpo .deps/dbd_helper.Plo
dbi_result.c: In function 'dbi_result_get_as_string_copy_idx':
dbi_result.c:1544:29: warning: ':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:980,
                 from dbi_result.c:29:
In function 'snprintf',
    inlined from 'dbi_result_get_as_string_copy_idx' at dbi_result.c:1544:5:
/usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 20 and 72 bytes into a destination of size 32
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -MT dbi_result.lo -MD -MP -MF .deps/dbi_result.Tpo -c dbi_result.c -o dbi_result.o >/dev/null 2>&1
mv -f .deps/dbi_main.Tpo .deps/dbi_main.Plo
mv -f .deps/dbi_result.Tpo .deps/dbi_result.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -std=gnu99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -version-info 2:0:1 -no-undefined -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libdbi.la -rpath /usr/lib dbi_main.lo dbi_result.lo dbd_helper.lo atoll.lo asprintf.lo timegm.lo  -lm
libtool: link: gcc -shared  -fPIC -DPIC  .libs/dbi_main.o .libs/dbi_result.o .libs/dbd_helper.o .libs/atoll.o .libs/asprintf.o .libs/timegm.o   -lm  -march=armv8-a -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libdbi.so.1 -o .libs/libdbi.so.1.1.0
libtool: link: (cd ".libs" && rm -f "libdbi.so.1" && ln -s "libdbi.so.1.1.0" "libdbi.so.1")
libtool: link: (cd ".libs" && rm -f "libdbi.so" && ln -s "libdbi.so.1.1.0" "libdbi.so")
libtool: link: ar cru .libs/libdbi.a  dbi_main.o dbi_result.o dbd_helper.o atoll.o asprintf.o timegm.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libdbi.a
libtool: link: ( cd ".libs" && rm -f "libdbi.la" && ln -s "../libdbi.la" "libdbi.la" )
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/src'
Making all in include
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0/include'
Making all in dbi
make[3]: Entering directory '/build/libdbi/src/libdbi-0.9.0/include/dbi'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/include/dbi'
make[3]: Entering directory '/build/libdbi/src/libdbi-0.9.0/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/include'
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/include'
Making all in doc
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/doc'
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0'
make[1]: Leaving directory '/build/libdbi/src/libdbi-0.9.0'
==> Entering fakeroot environment...
==> Starting package_libdbi()...
Making install in src
make[1]: Entering directory '/build/libdbi/src/libdbi-0.9.0/src'
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi/usr/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libdbi.la '/build/libdbi/pkg/libdbi/usr/lib'
libtool: install: /usr/bin/install -c .libs/libdbi.so.1.1.0 /build/libdbi/pkg/libdbi/usr/lib/libdbi.so.1.1.0
libtool: install: (cd /build/libdbi/pkg/libdbi/usr/lib && { ln -s -f libdbi.so.1.1.0 libdbi.so.1 || { rm -f libdbi.so.1 && ln -s libdbi.so.1.1.0 libdbi.so.1; }; })
libtool: install: (cd /build/libdbi/pkg/libdbi/usr/lib && { ln -s -f libdbi.so.1.1.0 libdbi.so || { rm -f libdbi.so && ln -s libdbi.so.1.1.0 libdbi.so; }; })
libtool: install: /usr/bin/install -c .libs/libdbi.lai /build/libdbi/pkg/libdbi/usr/lib/libdbi.la
libtool: install: /usr/bin/install -c .libs/libdbi.a /build/libdbi/pkg/libdbi/usr/lib/libdbi.a
libtool: install: chmod 644 /build/libdbi/pkg/libdbi/usr/lib/libdbi.a
libtool: install: ranlib /build/libdbi/pkg/libdbi/usr/lib/libdbi.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/src'
make[1]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/src'
Making install in include
make[1]: Entering directory '/build/libdbi/src/libdbi-0.9.0/include'
Making install in dbi
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0/include/dbi'
make[3]: Entering directory '/build/libdbi/src/libdbi-0.9.0/include/dbi'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi/usr/include/dbi'
 /usr/bin/install -c -m 644 dbi.h dbi-dev.h dbd.h '/build/libdbi/pkg/libdbi/usr/include/dbi'
make[3]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/include/dbi'
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/include/dbi'
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0/include'
make[3]: Entering directory '/build/libdbi/src/libdbi-0.9.0/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/include'
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/include'
make[1]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/include'
Making install in doc
make[1]: Entering directory '/build/libdbi/src/libdbi-0.9.0/doc'
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0'
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/driver-guide'
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/programmers-guide'
 /usr/bin/install -c -m 644 programmers-guide.pdf driver-guide.pdf '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0'
 /usr/bin/install -c -m 644 driver-guide/contact.html driver-guide/copying-fdl.html driver-guide/databasedirectories.html driver-guide/description.html driver-guide/drivercaps.html driver-guide/driverdata.html driver-guide/driverfuncs-dbquery.html driver-guide/driverfuncs-infrastructure.html driver-guide/driverfuncs-publicdbquery.html driver-guide/driverfuncs.html driver-guide/driverinfrastructure.html driver-guide/gnugpl.html driver-guide/helperfuncs.html driver-guide/index.html driver-guide/intro.html driver-guide/terminology.html '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/driver-guide'
 /usr/bin/install -c -m 644 programmers-guide/addtoproject.html programmers-guide/buildinstall.html programmers-guide/connerrors.html programmers-guide/contact.html programmers-guide/copying-fdl.html programmers-guide/description.html programmers-guide/errorhandling.html programmers-guide/errornumbers.html programmers-guide/gnugpl.html programmers-guide/index.html programmers-guide/intro.html programmers-guide/libdbi-and-drivers-versions.html programmers-guide/loadinglibdbi.html programmers-guide/package-library-version.html programmers-guide/quickstart-code.html programmers-guide/quickstart-debriefing.html programmers-guide/quickstart.html programmers-guide/reference-conn.html programmers-guide/reference-core.html programmers-guide/reference-database.html programmers-guide/reference-driver.html programmers-guide/reference-field-idx.html programmers-guide/reference-field-meta.html programmers-guide/reference-field.html programmers-guide/reference-query.html programmers-guide/reference-results.html programmers-guide/reference.html programmers-guide/savepoints.html programmers-guide/terminology.html programmers-guide/threads.html programmers-guide/transactions-savepoints.html programmers-guide/transactions.html programmers-guide/version-at-runtime.html programmers-guide/versioning.html '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/programmers-guide'
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/doc'
make[1]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/doc'
make[1]: Entering directory '/build/libdbi/src/libdbi-0.9.0'
make[2]: Entering directory '/build/libdbi/src/libdbi-0.9.0'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 dbi.pc '/build/libdbi/pkg/libdbi/usr/lib/pkgconfig'
make[2]: Leaving directory '/build/libdbi/src/libdbi-0.9.0'
make[1]: Leaving directory '/build/libdbi/src/libdbi-0.9.0'
make: Entering directory '/build/libdbi/src/libdbi-0.9.0/doc'
 ( cd '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0' && rm -f programmers-guide.pdf driver-guide.pdf )
 ( cd '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/driver-guide' && rm -f contact.html copying-fdl.html databasedirectories.html description.html drivercaps.html driverdata.html driverfuncs-dbquery.html driverfuncs-infrastructure.html driverfuncs-publicdbquery.html driverfuncs.html driverinfrastructure.html gnugpl.html helperfuncs.html index.html intro.html terminology.html )
 ( cd '/build/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/programmers-guide' && rm -f addtoproject.html buildinstall.html connerrors.html contact.html copying-fdl.html description.html errorhandling.html errornumbers.html gnugpl.html index.html intro.html libdbi-and-drivers-versions.html loadinglibdbi.html package-library-version.html quickstart-code.html quickstart-debriefing.html quickstart.html reference-conn.html reference-core.html reference-database.html reference-driver.html reference-field-idx.html reference-field-meta.html reference-field.html reference-query.html reference-results.html reference.html savepoints.html terminology.html threads.html transactions-savepoints.html transactions.html version-at-runtime.html versioning.html )
make: Leaving directory '/build/libdbi/src/libdbi-0.9.0/doc'
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "libdbi"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_libdbi-docs()...
make: Entering directory '/build/libdbi/src/libdbi-0.9.0/doc'
make[1]: Entering directory '/build/libdbi/src/libdbi-0.9.0/doc'
make[1]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi-docs/usr/share/doc/libdbi-0.9.0'
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi-docs/usr/share/doc/libdbi-0.9.0/driver-guide'
 /usr/bin/mkdir -p '/build/libdbi/pkg/libdbi-docs/usr/share/doc/libdbi-0.9.0/programmers-guide'
 /usr/bin/install -c -m 644 programmers-guide.pdf driver-guide.pdf '/build/libdbi/pkg/libdbi-docs/usr/share/doc/libdbi-0.9.0'
 /usr/bin/install -c -m 644 driver-guide/contact.html driver-guide/copying-fdl.html driver-guide/databasedirectories.html driver-guide/description.html driver-guide/drivercaps.html driver-guide/driverdata.html driver-guide/driverfuncs-dbquery.html driver-guide/driverfuncs-infrastructure.html driver-guide/driverfuncs-publicdbquery.html driver-guide/driverfuncs.html driver-guide/driverinfrastructure.html driver-guide/gnugpl.html driver-guide/helperfuncs.html driver-guide/index.html driver-guide/intro.html driver-guide/terminology.html '/build/libdbi/pkg/libdbi-docs/usr/share/doc/libdbi-0.9.0/driver-guide'
 /usr/bin/install -c -m 644 programmers-guide/addtoproject.html programmers-guide/buildinstall.html programmers-guide/connerrors.html programmers-guide/contact.html programmers-guide/copying-fdl.html programmers-guide/description.html programmers-guide/errorhandling.html programmers-guide/errornumbers.html programmers-guide/gnugpl.html programmers-guide/index.html programmers-guide/intro.html programmers-guide/libdbi-and-drivers-versions.html programmers-guide/loadinglibdbi.html programmers-guide/package-library-version.html programmers-guide/quickstart-code.html programmers-guide/quickstart-debriefing.html programmers-guide/quickstart.html programmers-guide/reference-conn.html programmers-guide/reference-core.html programmers-guide/reference-database.html programmers-guide/reference-driver.html programmers-guide/reference-field-idx.html programmers-guide/reference-field-meta.html programmers-guide/reference-field.html programmers-guide/reference-query.html programmers-guide/reference-results.html programmers-guide/reference.html programmers-guide/savepoints.html programmers-guide/terminology.html programmers-guide/threads.html programmers-guide/transactions-savepoints.html programmers-guide/transactions.html programmers-guide/version-at-runtime.html programmers-guide/versioning.html '/build/libdbi/pkg/libdbi-docs/usr/share/doc/libdbi-0.9.0/programmers-guide'
make[1]: Leaving directory '/build/libdbi/src/libdbi-0.9.0/doc'
make: Leaving directory '/build/libdbi/src/libdbi-0.9.0/doc'
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "libdbi-docs"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libdbi 0.9.0-6 (Sat Jul 13 23:04:07 2024)
==> Cleaning up...