>>> clifm: Building community/clifm 1.5.1-r0 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 19:55:08 +0000 >>> clifm: Checking sanity of /home/buildozer/aports/community/clifm/APKBUILD... >>> clifm: Analyzing dependencies... >>> clifm: Installing for build: build-base acl-dev file-dev gettext-tiny-dev libcap-dev readline-dev (1/13) Installing acl-dev (2.3.1-r0) (2/13) Installing file-dev (5.41-r0) (3/13) Installing musl-libintl (1.2.3-r0) (4/13) Installing gettext-tiny (0.3.2-r1) (5/13) Installing gettext-tiny-dev (0.3.2-r1) (6/13) Installing linux-headers (5.16.7-r1) (7/13) Installing libcap (2.63-r0) (8/13) Installing libcap-dev (2.63-r0) (9/13) Installing libhistory (8.1.2-r0) (10/13) Installing ncurses-dev (6.3_p20220402-r0) (11/13) Installing readline (8.1.2-r0) (12/13) Installing readline-dev (8.1.2-r0) (13/13) Installing .makedepends-clifm (20220415.195508) Executing busybox-1.35.0-r8.trigger OK: 264 MiB in 101 packages >>> clifm: Cleaning up srcdir >>> clifm: Cleaning up pkgdir >>> clifm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/clifm-1.5.1.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> clifm: Fetching https://github.com/leo-arch/clifm/releases/download/v1.5.1/clifm-1.5.1.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 657 100 657 0 0 1197 0 --:--:-- --:--:-- --:--:-- 1198 100 1188k 100 1188k 0 0 1690k 0 --:--:-- --:--:-- --:--:-- 1690k >>> clifm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/clifm-1.5.1.tar.gz >>> clifm: Checking sha512sums... clifm-1.5.1.tar.gz: OK >>> clifm: Unpacking /var/cache/distfiles/v3.16/clifm-1.5.1.tar.gz... Detected operating system: Linux gcc -o clifm src/*.c -Os -fomit-frame-pointer -lreadline -lacl -lcap -lmagic src/jump.c: In function 'save_jumpdb': src/jump.c:211:36: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 211 | fprintf(fp, "%zu:%ld:%ld:%s\n", jump_db[i].visits, | ~~^ | | | long int | %lld ...... 215 | jump_db[i].first_visit, jump_db[i].last_visit, jump_db[i].path); | ~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} src/jump.c:211:40: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=] 211 | fprintf(fp, "%zu:%ld:%ld:%s\n", jump_db[i].visits, | ~~^ | | | long int | %lld ...... 215 | jump_db[i].first_visit, jump_db[i].last_visit, jump_db[i].path); | ~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} In file included from src/properties.c:25: src/properties.c: In function 'get_properties': src/properties.c:400:18: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'blkcnt_t' {aka 'long long int'} [-Wformat=] 400 | printf(_("\tBlocks: %s%ld%s"), cbold, attr.st_blocks, cend); | ^~~~~~~~~~~~~~~~~~~ src/helpers.h:428:28: note: in definition of macro '_' 428 | # define _(String) gettext(String) | ^~~~~~ src/properties.c:400:33: note: format string is defined here 400 | printf(_("\tBlocks: %s%ld%s"), cbold, attr.st_blocks, cend); | ~~^ | | | long int | %lld In file included from src/properties.c:25: src/properties.c:411:18: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'ino_t' {aka 'long long unsigned int'} [-Wformat=] 411 | printf(_("\tInode: %s%zu%s\n"), cbold, attr.st_ino, cend); | ^~~~~~~~~~~~~~~~~~~~ src/helpers.h:428:28: note: in definition of macro '_' 428 | # define _(String) gettext(String) | ^~~~~~ src/properties.c:411:32: note: format string is defined here 411 | printf(_("\tInode: %s%zu%s\n"), cbold, attr.st_ino, cend); | ~~^ | | | unsigned int | %llu In file included from src/properties.c:25: src/properties.c:416:18: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'dev_t' {aka 'long long unsigned int'} [-Wformat=] 416 | printf(_("Device: %s%zu%s"), cbold, attr.st_dev, cend); | ^~~~~~~~~~~~~~~~~ src/helpers.h:428:28: note: in definition of macro '_' 428 | # define _(String) gettext(String) | ^~~~~~ src/properties.c:416:31: note: format string is defined here 416 | printf(_("Device: %s%zu%s"), cbold, attr.st_dev, cend); | ~~^ | | | unsigned int | %llu >>> clifm: Entering fakeroot... Detected operating system: Linux gcc -o clifm src/*.c -Os -fomit-frame-pointer -lreadline -lacl -lcap -lmagic src/jump.c: In function 'save_jumpdb': src/jump.c:211:36: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 211 | fprintf(fp, "%zu:%ld:%ld:%s\n", jump_db[i].visits, | ~~^ | | | long int | %lld ...... 215 | jump_db[i].first_visit, jump_db[i].last_visit, jump_db[i].path); | ~~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} src/jump.c:211:40: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' {aka 'long long int'} [-Wformat=] 211 | fprintf(fp, "%zu:%ld:%ld:%s\n", jump_db[i].visits, | ~~^ | | | long int | %lld ...... 215 | jump_db[i].first_visit, jump_db[i].last_visit, jump_db[i].path); | ~~~~~~~~~~~~~~~~~~~~~ | | | time_t {aka long long int} In file included from src/properties.c:25: src/properties.c: In function 'get_properties': src/properties.c:400:18: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'blkcnt_t' {aka 'long long int'} [-Wformat=] 400 | printf(_("\tBlocks: %s%ld%s"), cbold, attr.st_blocks, cend); | ^~~~~~~~~~~~~~~~~~~ src/helpers.h:428:28: note: in definition of macro '_' 428 | # define _(String) gettext(String) | ^~~~~~ src/properties.c:400:33: note: format string is defined here 400 | printf(_("\tBlocks: %s%ld%s"), cbold, attr.st_blocks, cend); | ~~^ | | | long int | %lld In file included from src/properties.c:25: src/properties.c:411:18: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'ino_t' {aka 'long long unsigned int'} [-Wformat=] 411 | printf(_("\tInode: %s%zu%s\n"), cbold, attr.st_ino, cend); | ^~~~~~~~~~~~~~~~~~~~ src/helpers.h:428:28: note: in definition of macro '_' 428 | # define _(String) gettext(String) | ^~~~~~ src/properties.c:411:32: note: format string is defined here 411 | printf(_("\tInode: %s%zu%s\n"), cbold, attr.st_ino, cend); | ~~^ | | | unsigned int | %llu In file included from src/properties.c:25: src/properties.c:416:18: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'dev_t' {aka 'long long unsigned int'} [-Wformat=] 416 | printf(_("Device: %s%zu%s"), cbold, attr.st_dev, cend); | ^~~~~~~~~~~~~~~~~ src/helpers.h:428:28: note: in definition of macro '_' 428 | # define _(String) gettext(String) | ^~~~~~ src/properties.c:416:31: note: format string is defined here 416 | printf(_("Device: %s%zu%s"), cbold, attr.st_dev, cend); | ~~^ | | | unsigned int | %llu install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/bin install -m 0755 clifm /home/buildozer/aports/community/clifm/pkg/clifm/usr/bin install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/man/man1 install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/bash-completion/completions install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/applications install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/zsh/site-functions install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/icons/hicolor/scalable/apps install -m 0644 misc/manpage /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/man/man1/clifm.1 gzip -- /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/man/man1/clifm.1 install -m 0644 misc/completions.bash /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/bash-completion/completions/clifm install -m 0644 misc/completions.zsh /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/zsh/site-functions/_clifm install -m 0644 misc/clifm.desktop /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/applications install -m 0644 misc/*.cfm /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm install -m 0644 misc/clifmrc /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm install -m 0644 misc/logo/clifm.svg /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/icons/hicolor/scalable/apps install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/plugins install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/functions install -m 0755 -d /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/colors install -m 0755 plugins/* /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/plugins chmod 644 /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/plugins/BFG.cfg chmod 644 /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/plugins/kbgen.c chmod 644 /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/plugins/plugins-helper install -m 0644 misc/colors/*.cfm /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/colors install -m 0644 functions/* /home/buildozer/aports/community/clifm/pkg/clifm/usr/share/clifm/functions Successfully installed clifm >>> clifm-doc*: Running split function doc... >>> clifm-doc*: Preparing subpackage clifm-doc... >>> clifm-doc*: Running postcheck for clifm-doc >>> clifm-bash-completion*: Running split function bashcomp... '/home/buildozer/aports/community/clifm/pkg/clifm/usr/share/bash-completion/completions' -> '/home/buildozer/aports/community/clifm/pkg/clifm-bash-completion/usr/share/bash-completion/completions' >>> clifm-bash-completion*: Preparing subpackage clifm-bash-completion... >>> clifm-bash-completion*: Running postcheck for clifm-bash-completion >>> clifm-zsh-completion*: Running split function zshcomp... '/home/buildozer/aports/community/clifm/pkg/clifm/usr/share/zsh/site-functions' -> '/home/buildozer/aports/community/clifm/pkg/clifm-zsh-completion/usr/share/zsh/site-functions' >>> clifm-zsh-completion*: Preparing subpackage clifm-zsh-completion... >>> clifm-zsh-completion*: Running postcheck for clifm-zsh-completion >>> clifm*: Running postcheck for clifm >>> clifm*: Preparing package clifm... >>> clifm*: Stripping binaries >>> clifm-bash-completion*: Scanning shared objects >>> clifm-doc*: Scanning shared objects >>> clifm-zsh-completion*: Scanning shared objects >>> clifm*: Scanning shared objects >>> clifm-bash-completion*: Tracing dependencies... >>> clifm-bash-completion*: Package size: 24.0 KB >>> clifm-bash-completion*: Compressing data... >>> clifm-bash-completion*: Create checksum... >>> clifm-bash-completion*: Create clifm-bash-completion-1.5.1-r0.apk >>> clifm-doc*: Tracing dependencies... >>> clifm-doc*: Package size: 72.0 KB >>> clifm-doc*: Compressing data... >>> clifm-doc*: Create checksum... >>> clifm-doc*: Create clifm-doc-1.5.1-r0.apk >>> clifm-zsh-completion*: Tracing dependencies... >>> clifm-zsh-completion*: Package size: 28.0 KB >>> clifm-zsh-completion*: Compressing data... >>> clifm-zsh-completion*: Create checksum... >>> clifm-zsh-completion*: Create clifm-zsh-completion-1.5.1-r0.apk >>> clifm*: Tracing dependencies... so:libacl.so.1 so:libc.musl-armv7.so.1 so:libcap.so.2 so:libmagic.so.1 so:libreadline.so.8 >>> clifm*: Package size: 676.0 KB >>> clifm*: Compressing data... >>> clifm*: Create checksum... >>> clifm*: Create clifm-1.5.1-r0.apk >>> clifm: Build complete at Fri, 15 Apr 2022 19:55:46 +0000 elapsed time 0h 0m 38s >>> clifm: Cleaning up srcdir >>> clifm: Cleaning up pkgdir >>> clifm: Uninstalling dependencies... (1/13) Purging .makedepends-clifm (20220415.195508) (2/13) Purging acl-dev (2.3.1-r0) (3/13) Purging file-dev (5.41-r0) (4/13) Purging gettext-tiny-dev (0.3.2-r1) (5/13) Purging musl-libintl (1.2.3-r0) (6/13) Purging gettext-tiny (0.3.2-r1) (7/13) Purging libcap-dev (2.63-r0) (8/13) Purging linux-headers (5.16.7-r1) (9/13) Purging libcap (2.63-r0) (10/13) Purging readline-dev (8.1.2-r0) (11/13) Purging libhistory (8.1.2-r0) (12/13) Purging readline (8.1.2-r0) (13/13) Purging ncurses-dev (6.3_p20220402-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> clifm: Updating the community/armv7 repository index... >>> clifm: Signing the index...