>>> xwiimote: Building community/xwiimote 2_git20131227-r1 (using abuild 3.14.1-r1) started Mon, 11 Nov 2024 09:58:18 +0000
>>> xwiimote: Validating /home/buildozer/aports/community/xwiimote/APKBUILD...
>>> xwiimote: Analyzing dependencies...
>>> xwiimote: Installing for build: build-base autoconf automake doxygen eudev-dev libtool linux-headers ncurses-dev
(1/20) Installing m4 (1.4.19-r3)
(2/20) Installing libbz2 (1.0.8-r6)
(3/20) Installing perl (5.40.0-r3)
(4/20) Installing autoconf (2.72-r0)
(5/20) Installing automake (1.17-r0)
(6/20) Installing doxygen (1.12.0-r0)
(7/20) Installing eudev-libs (3.2.14-r5)
(8/20) Installing eudev-dev (3.2.14-r5)
(9/20) Installing libltdl (2.4.7-r3)
(10/20) Installing libtool (2.4.7-r3)
(11/20) Installing linux-headers (6.6-r1)
(12/20) Installing libformw (6.5_p20241006-r2)
(13/20) Installing libmenuw (6.5_p20241006-r2)
(14/20) Installing libpanelw (6.5_p20241006-r2)
(15/20) Installing libncurses++ (6.5_p20241006-r2)
(16/20) Installing ncurses-dev (6.5_p20241006-r2)
(17/20) Installing .makedepends-xwiimote (20241111.095905)
(18/20) Installing perl-error (0.17029-r2)
(19/20) Installing perl-git (2.46.2-r0)
(20/20) Installing git-perl (2.46.2-r0)
Executing busybox-1.37.0-r6.trigger
OK: 456 MiB in 121 packages
>>> xwiimote: Cleaning up srcdir
>>> xwiimote: Cleaning up pkgdir
>>> xwiimote: Cleaning up tmpdir
>>> xwiimote: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/xwiimote-f2be57e24fc24652308840cec2ed702b9d1138df.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/xwiimote-f2be57e24fc24652308840cec2ed702b9d1138df.tar.gz.part'
xwiimote-f2be57e24fc 100% |********************************| 83570  0:00:00 ETA
'/var/cache/distfiles/v3.21/xwiimote-f2be57e24fc24652308840cec2ed702b9d1138df.tar.gz.part' saved
>>> xwiimote: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/xwiimote-f2be57e24fc24652308840cec2ed702b9d1138df.tar.gz
>>> xwiimote: Checking sha512sums...
xwiimote-f2be57e24fc24652308840cec2ed702b9d1138df.tar.gz: OK
0001-fix-32bit-build.patch: OK
xwiimote.conf: OK
>>> xwiimote: Unpacking /var/cache/distfiles/v3.21/xwiimote-f2be57e24fc24652308840cec2ed702b9d1138df.tar.gz...
>>> xwiimote: 0001-fix-32bit-build.patch
patching file lib/core.c
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: linking file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: linking file 'm4/libtool.m4'
libtoolize: linking file 'm4/ltoptions.m4'
libtoolize: linking file 'm4/ltsugar.m4'
libtoolize: linking file 'm4/ltversion.m4'
libtoolize: linking file 'm4/lt~obsolete.m4'
configure.ac:17: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.ac:17: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:17: the top level
configure.ac:29: warning: The macro 'AC_PROG_CC_C99' is obsolete.
configure.ac:29: You should run autoupdate.
./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from...
configure.ac:29: the top level
configure.ac:32: installing 'build-aux/ar-lib'
configure.ac:18: installing 'build-aux/compile'
configure.ac:20: installing 'build-aux/config.guess'
configure.ac:20: installing 'build-aux/config.sub'
configure.ac:22: installing 'build-aux/install-sh'
configure.ac:22: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
checking for i586-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 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 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 gcc option to enable large file support... none needed
checking build system type... i586-alpine-linux-musl
checking host system type... i586-alpine-linux-musl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 2
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
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 the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking how to create a pax tar archive... gnutar
checking dependency style of gcc... gcc3
checking for i586-alpine-linux-musl-gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking whether ln -s works... yes
checking for i586-alpine-linux-musl-ar... no
checking for i586-alpine-linux-musl-lib... no
checking for i586-alpine-linux-musl-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
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/i586-alpine-linux-musl/bin/ld
checking if the linker (/usr/i586-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 i586-alpine-linux-musl file names to i586-alpine-linux-musl format... func_convert_file_noop
checking how to convert i586-alpine-linux-musl file names to toolchain format... func_convert_file_noop
checking for /usr/i586-alpine-linux-musl/bin/ld option to reload object files... -r
checking for i586-alpine-linux-musl-file... no
checking for file... file
checking for i586-alpine-linux-musl-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i586-alpine-linux-musl-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i586-alpine-linux-musl-ar... ar
checking for archiver @FILE support... @
checking for i586-alpine-linux-musl-strip... no
checking for strip... strip
checking for i586-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 i586-alpine-linux-musl-mt... 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/i586-alpine-linux-musl/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 i586-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 libudev... yes
checking for ncurses... yes
checking whether to build with debugging on... no
checking for doxygen... /usr/bin/doxygen
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libxwiimote.pc
config.status: creating doc/Doxyfile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Build configuration:

               prefix: /usr
          exec-prefix: ${prefix}
               libdir: ${exec_prefix}/lib
           includedir: ${prefix}/include

                debug: no
              doxygen: yes

        Run "make" to start compilation process
make --no-print-directory all-recursive
Making all in .
  GEN      doc/stamp-doxygen
  CC       tools/xwiishow-xwiishow.o
  CC       lib/libxwiimote_la-core.lo
  CC       lib/libxwiimote_la-monitor.lo
  CC       tools/xwiidump-xwiidump.o
warning: Tag 'TCL_SUBST' at line 207 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 856 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_TIMESTAMP' at line 963 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'FORMULA_TRANSPARENT' at line 1185 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1383 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 1481 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 1487 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1669 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 1681 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 1690 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTNAME' at line 1720 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTSIZE' at line 1725 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 1874 of file 'doc/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  CCLD     xwiidump
  CCLD     libxwiimote.la
  CCLD     xwiishow
Making check in .
>>> xwiimote: Entering fakeroot...
Making install in .
/bin/mkdir -p /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/share/doc/xwiimote
 /bin/mkdir -p '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/include'
/usr/bin/install -c -m 644 doc/html/* /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/share/doc/xwiimote
 /bin/mkdir -p '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/share/man/man1'
 /bin/mkdir -p '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 lib/xwiimote.h '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/include'
 /bin/mkdir -p '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib'
 /bin/mkdir -p '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/share/man/man7'
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   libxwiimote.la '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib'
 /usr/bin/install -c -m 644 libxwiimote.pc '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 doc/xwiishow.1 '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/share/man/man1'
 /usr/bin/install -c -m 644 doc/xwiimote.7 doc/libxwiimote.7 '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/share/man/man7'
libtool: install: /usr/bin/install -c .libs/libxwiimote.so.2.0.0 /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib/libxwiimote.so.2.0.0
libtool: install: (cd /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib && { ln -s -f libxwiimote.so.2.0.0 libxwiimote.so.2 || { rm -f libxwiimote.so.2 && ln -s libxwiimote.so.2.0.0 libxwiimote.so.2; }; })
libtool: install: (cd /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib && { ln -s -f libxwiimote.so.2.0.0 libxwiimote.so || { rm -f libxwiimote.so && ln -s libxwiimote.so.2.0.0 libxwiimote.so; }; })
libtool: install: /usr/bin/install -c .libs/libxwiimote.lai /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib/libxwiimote.la
libtool: install: /usr/bin/install -c .libs/libxwiimote.a /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib/libxwiimote.a
libtool: install: chmod 644 /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib/libxwiimote.a
libtool: install: ranlib /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/lib/libxwiimote.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
 /bin/mkdir -p '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/bin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c xwiishow '/home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/bin'
libtool: warning: 'libxwiimote.la' has not been installed in '/usr/lib'
libtool: install: /usr/bin/install -c .libs/xwiishow /home/buildozer/aports/community/xwiimote/pkg/xwiimote/usr/bin/xwiishow
>>> xwiimote-static*: Running split function static...
'./usr/lib/libxwiimote.a' -> '/home/buildozer/aports/community/xwiimote/pkg/xwiimote-static/./usr/lib/libxwiimote.a'
>>> xwiimote-static*: Preparing subpackage xwiimote-static...
>>> xwiimote-static*: Stripping binaries
>>> xwiimote-static*: Running postcheck for xwiimote-static
>>> xwiimote-dev*: Running split function dev...
'usr/include' -> '/home/buildozer/aports/community/xwiimote/pkg/xwiimote-dev/usr/include'
'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/xwiimote/pkg/xwiimote-dev/usr/lib/pkgconfig'
'usr/lib/libxwiimote.so' -> '/home/buildozer/aports/community/xwiimote/pkg/xwiimote-dev/usr/lib/libxwiimote.so'
>>> xwiimote-dev*: Preparing subpackage xwiimote-dev...
>>> xwiimote-dev*: Stripping binaries
>>> xwiimote-dev*: Running postcheck for xwiimote-dev
>>> xwiimote-doc*: Running split function doc...
'usr/share/doc' -> '/home/buildozer/aports/community/xwiimote/pkg/xwiimote-doc/usr/share/doc'
'usr/share/man' -> '/home/buildozer/aports/community/xwiimote/pkg/xwiimote-doc/usr/share/man'
>>> xwiimote-doc*: Preparing subpackage xwiimote-doc...
>>> xwiimote-doc*: Running postcheck for xwiimote-doc
>>> libxwiimote*: Running split function libs...
'usr/lib/libxwiimote.so.2' -> '/home/buildozer/aports/community/xwiimote/pkg/libxwiimote/usr/lib/libxwiimote.so.2'
'usr/lib/libxwiimote.so.2.0.0' -> '/home/buildozer/aports/community/xwiimote/pkg/libxwiimote/usr/lib/libxwiimote.so.2.0.0'
>>> libxwiimote*: Preparing subpackage libxwiimote...
>>> libxwiimote*: Stripping binaries
>>> libxwiimote*: Running postcheck for libxwiimote
>>> xwiimote*: Running postcheck for xwiimote
>>> xwiimote*: Preparing package xwiimote...
>>> xwiimote*: Stripping binaries
>>> libxwiimote*: Scanning shared objects
>>> xwiimote-dev*: Scanning shared objects
>>> xwiimote-doc*: Scanning shared objects
>>> xwiimote-static*: Scanning shared objects
>>> xwiimote*: Scanning shared objects
>>> libxwiimote*: Tracing dependencies...
	so:libc.musl-x86.so.1
	so:libudev.so.1
>>> libxwiimote*: Package size: 154.6 KB
>>> libxwiimote*: Compressing data...
>>> libxwiimote*: Create checksum...
>>> libxwiimote*: Create libxwiimote-2_git20131227-r1.apk
>>> xwiimote-dev*: Tracing dependencies...
	libxwiimote=2_git20131227-r1
	pc:libudev
	pkgconfig
>>> xwiimote-dev*: Package size: 47.1 KB
>>> xwiimote-dev*: Compressing data...
>>> xwiimote-dev*: Create checksum...
>>> xwiimote-dev*: Create xwiimote-dev-2_git20131227-r1.apk
>>> xwiimote-doc*: Tracing dependencies...
>>> xwiimote-doc*: Package size: 744.4 KB
>>> xwiimote-doc*: Compressing data...
>>> xwiimote-doc*: Create checksum...
>>> xwiimote-doc*: Create xwiimote-doc-2_git20131227-r1.apk
>>> xwiimote-static*: Tracing dependencies...
>>> xwiimote-static*: Package size: 154.5 KB
>>> xwiimote-static*: Compressing data...
>>> xwiimote-static*: Create checksum...
>>> xwiimote-static*: Create xwiimote-static-2_git20131227-r1.apk
>>> xwiimote*: Tracing dependencies...
	so:libc.musl-x86.so.1
	so:libncursesw.so.6
	so:libxwiimote.so.2
>>> xwiimote*: Package size: 45.4 KB
>>> xwiimote*: Compressing data...
>>> xwiimote*: Create checksum...
>>> xwiimote*: Create xwiimote-2_git20131227-r1.apk
>>> xwiimote: Build complete at Mon, 11 Nov 2024 09:59:18 +0000 elapsed time 0h 1m 0s
>>> xwiimote: Cleaning up srcdir
>>> xwiimote: Cleaning up pkgdir
>>> xwiimote: Uninstalling dependencies...
(1/20) Purging .makedepends-xwiimote (20241111.095905)
(2/20) Purging autoconf (2.72-r0)
(3/20) Purging m4 (1.4.19-r3)
(4/20) Purging automake (1.17-r0)
(5/20) Purging doxygen (1.12.0-r0)
(6/20) Purging eudev-dev (3.2.14-r5)
(7/20) Purging eudev-libs (3.2.14-r5)
(8/20) Purging libtool (2.4.7-r3)
(9/20) Purging libltdl (2.4.7-r3)
(10/20) Purging linux-headers (6.6-r1)
(11/20) Purging ncurses-dev (6.5_p20241006-r2)
(12/20) Purging libncurses++ (6.5_p20241006-r2)
(13/20) Purging libpanelw (6.5_p20241006-r2)
(14/20) Purging git-perl (2.46.2-r0)
(15/20) Purging perl-git (2.46.2-r0)
(16/20) Purging perl-error (0.17029-r2)
(17/20) Purging perl (5.40.0-r3)
(18/20) Purging libbz2 (1.0.8-r6)
(19/20) Purging libformw (6.5_p20241006-r2)
(20/20) Purging libmenuw (6.5_p20241006-r2)
Executing busybox-1.37.0-r6.trigger
OK: 396 MiB in 101 packages
>>> xwiimote: Updating the community/x86 repository index...
>>> xwiimote: Signing the index...