==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: popt 1.19-2 (Sun Sep  8 05:43:50 2024)
==> Retrieving sources...
  -> Found popt-1.19.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    popt-1.19.tar.gz ... Passed
==> Making package: popt 1.19-2 (Sun Sep  8 05:43:57 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found popt-1.19.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting popt-1.19.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... 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 for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
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 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 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 a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
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 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 for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for fnmatch.h... yes
checking for glob.h... yes
checking for langinfo.h... yes
checking for libintl.h... yes
checking for mcheck.h... yes
checking for stdalign.h... yes
checking for library containing setreuid... none required
checking for getuid... yes
checking for geteuid... yes
checking for iconv... yes
checking for mtrace... yes
checking for secure_getenv... yes
checking for __secure_getenv... no
checking for setreuid... yes
checking for setuid... yes
checking for stpcpy... yes
checking for strerror... yes
checking for vasprintf... yes
checking for srandom... yes
checking for glob_pattern_p... yes
checking for mbsrtowcs... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C preprocessor... gcc -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for iconv... yes
checking for working iconv... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating po/Makefile.in
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating popt.pc
config.status: creating tests/test-poptrc
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
make[1]: Entering directory '/build/popt/src/popt-1.19'
Making all in src
make[2]: Entering directory '/build/popt/src/popt-1.19/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/usr/etc\""   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT popt.lo -MD -MP -MF .deps/popt.Tpo -c -o popt.lo popt.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/usr/etc\""   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT poptparse.lo -MD -MP -MF .deps/poptparse.Tpo -c -o poptparse.lo poptparse.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/usr/etc\""   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT poptconfig.lo -MD -MP -MF .deps/poptconfig.Tpo -c -o poptconfig.lo poptconfig.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/usr/etc\""   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT popthelp.lo -MD -MP -MF .deps/popthelp.Tpo -c -o popthelp.lo popthelp.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I. -I.. -DPOPT_SYSCONFDIR="\"/usr/etc\""   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT poptint.lo -MD -MP -MF .deps/poptint.Tpo -c -o poptint.lo poptint.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT popt.lo -MD -MP -MF .deps/popt.Tpo -c popt.c  -fPIC -DPIC -o .libs/popt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT poptconfig.lo -MD -MP -MF .deps/poptconfig.Tpo -c poptconfig.c  -fPIC -DPIC -o .libs/poptconfig.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT poptparse.lo -MD -MP -MF .deps/poptparse.Tpo -c poptparse.c  -fPIC -DPIC -o .libs/poptparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT poptint.lo -MD -MP -MF .deps/poptint.Tpo -c poptint.c  -fPIC -DPIC -o .libs/poptint.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT popthelp.lo -MD -MP -MF .deps/popthelp.Tpo -c popthelp.c  -fPIC -DPIC -o .libs/popthelp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT poptparse.lo -MD -MP -MF .deps/poptparse.Tpo -c poptparse.c -o poptparse.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT poptint.lo -MD -MP -MF .deps/poptint.Tpo -c poptint.c -o poptint.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT poptconfig.lo -MD -MP -MF .deps/poptconfig.Tpo -c poptconfig.c -o poptconfig.o >/dev/null 2>&1
mv -f .deps/poptparse.Tpo .deps/poptparse.Plo
mv -f .deps/poptint.Tpo .deps/poptint.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT popthelp.lo -MD -MP -MF .deps/popthelp.Tpo -c popthelp.c -o popthelp.o >/dev/null 2>&1
mv -f .deps/poptconfig.Tpo .deps/poptconfig.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -DPOPT_SYSCONFDIR=\"/usr/etc\" -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -MT popt.lo -MD -MP -MF .deps/popt.Tpo -c popt.c -o popt.o >/dev/null 2>&1
mv -f .deps/popthelp.Tpo .deps/popthelp.Plo
mv -f .deps/popt.Tpo .deps/popt.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -no-undefined -version-info 0:2:0 -Wl,--version-script=../src/libpopt.vers -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libpopt.la -rpath /usr/lib popt.lo poptparse.lo poptconfig.lo popthelp.lo poptint.lo  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/popt.o .libs/poptparse.o .libs/poptconfig.o .libs/popthelp.o .libs/poptint.o    -march=armv8-a -O2 -Wl,--version-script=../src/libpopt.vers -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libpopt.so.0 -o .libs/libpopt.so.0.0.2
libtool: link: (cd ".libs" && rm -f "libpopt.so.0" && ln -s "libpopt.so.0.0.2" "libpopt.so.0")
libtool: link: (cd ".libs" && rm -f "libpopt.so" && ln -s "libpopt.so.0.0.2" "libpopt.so")
libtool: link: ar cru .libs/libpopt.a  popt.o poptparse.o poptconfig.o popthelp.o poptint.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libpopt.a
libtool: link: ( cd ".libs" && rm -f "libpopt.la" && ln -s "../libpopt.la" "libpopt.la" )
make[2]: Leaving directory '/build/popt/src/popt-1.19/src'
Making all in po
make[2]: Entering directory '/build/popt/src/popt-1.19/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/popt/src/popt-1.19/po'
Making all in tests
make[2]: Entering directory '/build/popt/src/popt-1.19/tests'
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT test1.o -MD -MP -MF .deps/test1.Tpo -c -o test1.o test1.c
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT test2.o -MD -MP -MF .deps/test2.Tpo -c -o test2.o test2.c
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT tdict.o -MD -MP -MF .deps/tdict.Tpo -c -o tdict.o tdict.c
gcc -DHAVE_CONFIG_H -I. -I..  -I. -I../src   -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects -MT test3.o -MD -MP -MF .deps/test3.Tpo -c -o test3.o test3.c
mv -f .deps/test3.Tpo .deps/test3.Po
mv -f .deps/test2.Tpo .deps/test2.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o test3 test3.o ../src/libpopt.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o test2 test2.o ../src/libpopt.la 
mv -f .deps/tdict.Tpo .deps/tdict.Po
mv -f .deps/test1.Tpo .deps/test1.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o tdict tdict.o ../src/libpopt.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -ffat-lto-objects  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o test1 test1.o ../src/libpopt.la 
libtool: link: gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/test2 test2.o  ../src/.libs/libpopt.so
libtool: link: gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/test3 test3.o  ../src/.libs/libpopt.so
libtool: link: gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/test1 test1.o  ../src/.libs/libpopt.so
libtool: link: gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -ffat-lto-objects -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/tdict tdict.o  ../src/.libs/libpopt.so
make[2]: Leaving directory '/build/popt/src/popt-1.19/tests'
make[2]: Entering directory '/build/popt/src/popt-1.19'
make[2]: Leaving directory '/build/popt/src/popt-1.19'
make[1]: Leaving directory '/build/popt/src/popt-1.19'
==> Entering fakeroot environment...
==> Starting package()...
make  install-recursive
make[1]: Entering directory '/build/popt/src/popt-1.19'
Making install in src
make[2]: Entering directory '/build/popt/src/popt-1.19/src'
make[3]: Entering directory '/build/popt/src/popt-1.19/src'
 /usr/bin/mkdir -p '/build/popt/pkg/popt/usr/lib'
 /usr/bin/mkdir -p '/build/popt/pkg/popt/usr/include'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libpopt.la '/build/popt/pkg/popt/usr/lib'
 /usr/bin/install -c -m 644 popt.h '/build/popt/pkg/popt/usr/include'
libtool: install: /usr/bin/install -c .libs/libpopt.so.0.0.2 /build/popt/pkg/popt/usr/lib/libpopt.so.0.0.2
libtool: install: (cd /build/popt/pkg/popt/usr/lib && { ln -s -f libpopt.so.0.0.2 libpopt.so.0 || { rm -f libpopt.so.0 && ln -s libpopt.so.0.0.2 libpopt.so.0; }; })
libtool: install: (cd /build/popt/pkg/popt/usr/lib && { ln -s -f libpopt.so.0.0.2 libpopt.so || { rm -f libpopt.so && ln -s libpopt.so.0.0.2 libpopt.so; }; })
libtool: install: /usr/bin/install -c .libs/libpopt.lai /build/popt/pkg/popt/usr/lib/libpopt.la
libtool: install: /usr/bin/install -c .libs/libpopt.a /build/popt/pkg/popt/usr/lib/libpopt.a
libtool: install: chmod 644 /build/popt/pkg/popt/usr/lib/libpopt.a
libtool: install: ranlib /build/popt/pkg/popt/usr/lib/libpopt.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[3]: Leaving directory '/build/popt/src/popt-1.19/src'
make[2]: Leaving directory '/build/popt/src/popt-1.19/src'
Making install in po
make[2]: Entering directory '/build/popt/src/popt-1.19/po'
installing ca.gmo as /build/popt/pkg/popt/usr/share/locale/ca/LC_MESSAGES/popt.mo
installing cs.gmo as /build/popt/pkg/popt/usr/share/locale/cs/LC_MESSAGES/popt.mo
installing da.gmo as /build/popt/pkg/popt/usr/share/locale/da/LC_MESSAGES/popt.mo
installing de.gmo as /build/popt/pkg/popt/usr/share/locale/de/LC_MESSAGES/popt.mo
installing eo.gmo as /build/popt/pkg/popt/usr/share/locale/eo/LC_MESSAGES/popt.mo
installing es.gmo as /build/popt/pkg/popt/usr/share/locale/es/LC_MESSAGES/popt.mo
installing fi.gmo as /build/popt/pkg/popt/usr/share/locale/fi/LC_MESSAGES/popt.mo
installing fr.gmo as /build/popt/pkg/popt/usr/share/locale/fr/LC_MESSAGES/popt.mo
installing ga.gmo as /build/popt/pkg/popt/usr/share/locale/ga/LC_MESSAGES/popt.mo
installing gl.gmo as /build/popt/pkg/popt/usr/share/locale/gl/LC_MESSAGES/popt.mo
installing hu.gmo as /build/popt/pkg/popt/usr/share/locale/hu/LC_MESSAGES/popt.mo
installing id.gmo as /build/popt/pkg/popt/usr/share/locale/id/LC_MESSAGES/popt.mo
installing is.gmo as /build/popt/pkg/popt/usr/share/locale/is/LC_MESSAGES/popt.mo
installing it.gmo as /build/popt/pkg/popt/usr/share/locale/it/LC_MESSAGES/popt.mo
installing ja.gmo as /build/popt/pkg/popt/usr/share/locale/ja/LC_MESSAGES/popt.mo
installing ka.gmo as /build/popt/pkg/popt/usr/share/locale/ka/LC_MESSAGES/popt.mo
installing ko.gmo as /build/popt/pkg/popt/usr/share/locale/ko/LC_MESSAGES/popt.mo
installing lv.gmo as /build/popt/pkg/popt/usr/share/locale/lv/LC_MESSAGES/popt.mo
installing nb.gmo as /build/popt/pkg/popt/usr/share/locale/nb/LC_MESSAGES/popt.mo
installing nl.gmo as /build/popt/pkg/popt/usr/share/locale/nl/LC_MESSAGES/popt.mo
installing pl.gmo as /build/popt/pkg/popt/usr/share/locale/pl/LC_MESSAGES/popt.mo
installing pt.gmo as /build/popt/pkg/popt/usr/share/locale/pt/LC_MESSAGES/popt.mo
installing pt_BR.gmo as /build/popt/pkg/popt/usr/share/locale/pt_BR/LC_MESSAGES/popt.mo
installing ro.gmo as /build/popt/pkg/popt/usr/share/locale/ro/LC_MESSAGES/popt.mo
installing ru.gmo as /build/popt/pkg/popt/usr/share/locale/ru/LC_MESSAGES/popt.mo
installing si.gmo as /build/popt/pkg/popt/usr/share/locale/si/LC_MESSAGES/popt.mo
installing sk.gmo as /build/popt/pkg/popt/usr/share/locale/sk/LC_MESSAGES/popt.mo
installing sl.gmo as /build/popt/pkg/popt/usr/share/locale/sl/LC_MESSAGES/popt.mo
installing sv.gmo as /build/popt/pkg/popt/usr/share/locale/sv/LC_MESSAGES/popt.mo
installing th.gmo as /build/popt/pkg/popt/usr/share/locale/th/LC_MESSAGES/popt.mo
installing tr.gmo as /build/popt/pkg/popt/usr/share/locale/tr/LC_MESSAGES/popt.mo
installing uk.gmo as /build/popt/pkg/popt/usr/share/locale/uk/LC_MESSAGES/popt.mo
installing vi.gmo as /build/popt/pkg/popt/usr/share/locale/vi/LC_MESSAGES/popt.mo
installing wa.gmo as /build/popt/pkg/popt/usr/share/locale/wa/LC_MESSAGES/popt.mo
installing zh_CN.gmo as /build/popt/pkg/popt/usr/share/locale/zh_CN/LC_MESSAGES/popt.mo
installing zh_TW.gmo as /build/popt/pkg/popt/usr/share/locale/zh_TW/LC_MESSAGES/popt.mo
if test "popt" = "gettext-tools"; then \
  /usr/bin/mkdir -p /build/popt/pkg/popt/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -c -m 644 ./$file \
		    /build/popt/pkg/popt/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /build/popt/pkg/popt/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory '/build/popt/src/popt-1.19/po'
Making install in tests
make[2]: Entering directory '/build/popt/src/popt-1.19/tests'
make[3]: Entering directory '/build/popt/src/popt-1.19/tests'
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/popt/src/popt-1.19/tests'
make[2]: Leaving directory '/build/popt/src/popt-1.19/tests'
make[2]: Entering directory '/build/popt/src/popt-1.19'
make[3]: Entering directory '/build/popt/src/popt-1.19'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/popt/pkg/popt/usr/lib/pkgconfig'
 /usr/bin/mkdir -p '/build/popt/pkg/popt/usr/share/man/man3'
 /usr/bin/install -c -m 644 popt.pc '/build/popt/pkg/popt/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 popt.3 '/build/popt/pkg/popt/usr/share/man/man3'
make[3]: Leaving directory '/build/popt/src/popt-1.19'
make[2]: Leaving directory '/build/popt/src/popt-1.19'
make[1]: Leaving directory '/build/popt/src/popt-1.19'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "popt"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: popt 1.19-2 (Sun Sep  8 05:44:10 2024)
==> Cleaning up...