>>> menumaker: Building testing/menumaker 0.99.14-r1 (using abuild 3.13.0-r5) started Tue, 24 Sep 2024 04:20:13 +0000 >>> menumaker: Checking sanity of /home/buildozer/aports/testing/menumaker/APKBUILD... >>> menumaker: Analyzing dependencies... >>> menumaker: Installing for build: build-base python3 (1/12) Installing libbz2 (1.0.8-r6) (2/12) Installing libffi (3.4.6-r0) (3/12) Installing gdbm (1.24-r0) (4/12) Installing xz-libs (5.6.2-r0) (5/12) Installing mpdecimal (4.0.0-r0) (6/12) Installing libpanelw (6.5_p20240601-r1) (7/12) Installing sqlite-libs (3.46.1-r0) (8/12) Installing python3 (3.12.6-r0) (9/12) Installing python3-pycache-pyc0 (3.12.6-r0) (10/12) Installing pyc (3.12.6-r0) (11/12) Installing python3-pyc (3.12.6-r0) (12/12) Installing .makedepends-menumaker (20240924.042026) Executing busybox-1.36.1-r32.trigger OK: 290 MiB in 115 packages >>> menumaker: Cleaning up srcdir >>> menumaker: Cleaning up pkgdir >>> menumaker: Cleaning up tmpdir >>> menumaker: Fetching https://distfiles.alpinelinux.org/distfiles/edge/menumaker-0.99.14.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> menumaker: Fetching https://downloads.sourceforge.net/menumaker/menumaker-0.99.14.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 357 100 357 0 0 638 0 --:--:-- --:--:-- --:--:-- 637 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 200k 100 200k 0 0 122k 0 0:00:01 0:00:01 --:--:-- 1202k >>> menumaker: Fetching https://distfiles.alpinelinux.org/distfiles/edge/menumaker-0.99.14.tar.gz >>> menumaker: Checking sha512sums... menumaker-0.99.14.tar.gz: OK >>> menumaker: Unpacking /var/cache/distfiles/menumaker-0.99.14.tar.gz... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free 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 make supports the include directive... yes (GNU style) 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 dependency style of gcc... none checking for python build information... checking for python3.9... no checking for python3.8... no checking for python3.7... no checking for python3.6... no checking for python3.5... no checking for python3.4... no checking for python3.3... no checking for python3.2... no checking for python3.1... no checking for python3.0... no checking for python2.7... no checking for python2.6... no checking for python2.5... no checking for python2.4... no checking for python2.3... no checking for python2.2... no checking for python2.1... no checking for python... python checking for main in -lpython... no checking for main in -lpythonm... no results of the Python check: Binary: python Library: no Include Dir: no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating Config.py config.status: executing depfiles commands Making all in doc make[1]: Entering directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14/doc' make[1]: Entering directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14' >>> menumaker: Entering fakeroot... Making install in doc make[1]: Entering directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14/doc' make[2]: Entering directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14/doc' make[2]: Nothing to be done for 'install-exec-am'. .././install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/share/info' /usr/bin/install -c -m 644 ./mmaker.info '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/share/info' make[2]: Leaving directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14/doc' make[1]: Leaving directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14/doc' make[1]: Entering directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14' make[2]: Entering directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14' echo "#!/usr/bin/env python" > /home/buildozer/aports/testing/menumaker/pkg/menumaker//usr/bin/mmaker c 'import compileall; compileall.compile_dir(dir="/home/buildozer/aports/testing/menumaker/pkg/menumaker//usr/lib/menumaker", ddir="/usr/lib/menumaker")' ./install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/bin' make[2]: c: No such file or directory make[2]: [Makefile:866: install-data-local] Error 127 (ignored) echo "import sys; sys.path = ['/usr/lib/menumaker'] + sys.path" >> /home/buildozer/aports/testing/menumaker/pkg/menumaker//usr/bin/mmaker echo "import MenuMaker.CLI" >> /home/buildozer/aports/testing/menumaker/pkg/menumaker//usr/bin/mmaker ./install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker' /usr/bin/install -c mmaker '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/bin' ./install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet/Legacy' /usr/bin/install -c -m 644 Prophet/Legacy/Development.py Prophet/Legacy/Editor.py Prophet/Legacy/Emulator.py Prophet/Legacy/Graphics.py Prophet/Legacy/Multimedia.py Prophet/Legacy/Network.py Prophet/Legacy/Shell.py Prophet/Legacy/__init__.py '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet/Legacy' ./install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet/Debian/menu' /usr/bin/install -c -m 644 Prophet/Debian/menu/debian-2.2r5 Prophet/Debian/menu/debian-8.1 Prophet/Debian/menu/ubuntu-5.04 Prophet/Debian/menu/ubuntu-5.10 '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet/Debian/menu' ./install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet/Debian' /usr/bin/install -c -m 644 Prophet/Debian/__init__.py '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet/Debian' ./install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet' /usr/bin/install -c -m 644 Prophet/Categories.py Prophet/__init__.py '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet' ./install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/MenuMaker' /usr/bin/install -c -m 644 MenuMaker/BlackBox.py MenuMaker/CLI.py MenuMaker/Deskmenu.py MenuMaker/FluxBox.py MenuMaker/IceWM.py MenuMaker/JWM.py MenuMaker/OpenBox3.py MenuMaker/PekWM.py MenuMaker/WindowMaker.py MenuMaker/Xfce4.py MenuMaker/__init__.py MenuMaker/xBox.py '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/MenuMaker' ./install-sh -c -d '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet/Desktop' /usr/bin/install -c -m 644 Prophet/Desktop/__init__.py '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/Prophet/Desktop' /usr/bin/install -c -m 644 Config.py Keywords.py Paths.py '/home/buildozer/aports/testing/menumaker/pkg/menumaker/usr/lib/menumaker/.' make[2]: Leaving directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14' make[1]: Leaving directory '/home/buildozer/aports/testing/menumaker/src/menumaker-0.99.14' echo "#!/usr/bin/env python3" > /home/buildozer/aports/testing/menumaker/pkg/menumaker//usr/bin/mmaker echo "import sys; sys.path = ['/usr/lib/menumaker'] + sys.path" >> /home/buildozer/aports/testing/menumaker/pkg/menumaker//usr/bin/mmaker echo "import MenuMaker.CLI" >> /home/buildozer/aports/testing/menumaker/pkg/menumaker//usr/bin/mmaker >>> menumaker*: Running postcheck for menumaker >>> menumaker*: Preparing package menumaker... >>> menumaker*: Stripping binaries >>> WARNING: menumaker*: No arch specific binaries found so arch should probably be set to "noarch" >>> menumaker*: Scanning shared objects >>> menumaker*: Tracing dependencies... >>> menumaker*: Package size: 676.0 KB >>> menumaker*: Compressing data... >>> menumaker*: Create checksum... >>> menumaker*: Create menumaker-0.99.14-r1.apk >>> menumaker: Build complete at Tue, 24 Sep 2024 04:20:30 +0000 elapsed time 0h 0m 17s >>> menumaker: Cleaning up srcdir >>> menumaker: Cleaning up pkgdir >>> menumaker: Uninstalling dependencies... (1/12) Purging .makedepends-menumaker (20240924.042026) (2/12) Purging python3-pyc (3.12.6-r0) (3/12) Purging python3-pycache-pyc0 (3.12.6-r0) (4/12) Purging pyc (3.12.6-r0) (5/12) Purging python3 (3.12.6-r0) (6/12) Purging gdbm (1.24-r0) (7/12) Purging libbz2 (1.0.8-r6) (8/12) Purging libffi (3.4.6-r0) (9/12) Purging libpanelw (6.5_p20240601-r1) (10/12) Purging mpdecimal (4.0.0-r0) (11/12) Purging sqlite-libs (3.46.1-r0) (12/12) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> menumaker: Updating the testing/loongarch64 repository index... >>> menumaker: Signing the index...