>>> tree: Building main/tree 2.2.0-r0 (using abuild 3.14.1-r3) started Tue, 26 Nov 2024 12:05:26 +0000
>>> tree: Validating /home/buildozer/aports/main/tree/APKBUILD...
>>> tree: Analyzing dependencies...
>>> tree: Installing for build: build-base
(1/1) Installing .makedepends-tree (20241126.120527)
OK: 319 MiB in 102 packages
>>> tree: Cleaning up srcdir
>>> tree: Cleaning up pkgdir
>>> tree: Cleaning up tmpdir
>>> tree: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/unix-tree-2.2.0.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
wget: server returned error: HTTP/1.1 404 Not Found
>>> tree: Fetching https://gitlab.com/OldManProgrammer/unix-tree/-/archive/2.2.0/unix-tree-2.2.0.tar.gz
>>> tree: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/unix-tree-2.2.0.tar.gz
>>> tree: Checking sha512sums...
unix-tree-2.2.0.tar.gz: OK
>>> tree: Unpacking /var/cache/distfiles/v3.21/unix-tree-2.2.0.tar.gz...
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o tree.o tree.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o list.o list.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o hash.o hash.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o color.o color.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o file.o file.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o filter.o filter.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o info.o info.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o unix.o unix.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xml.o xml.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o json.o json.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o html.o html.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o strverscmp.o strverscmp.c
list.c: In function 'emit_tree':
list.c:107:25: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=]
107 | sprintf(errbuf,"%ld entries exceeds filelimit, not opening dir", n);
| ~~^ ~
| | |
| long int ssize_t {aka int}
| %d
json.c: In function 'json_report':
xml.c: In function 'xml_report':
list.c: In function 'listdir':
xml.c:176:37: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
176 | fprintf(outfile,"%s%ld%s", noindent?"":" ", tot.dirs, _nl);
| ~~^ ~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
json.c:189:39: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
189 | fprintf(outfile,",\"directories\":%ld", tot.dirs);
| ~~^ ~~~~~~~~
| | |
| | size_t {aka unsigned int}
| long int
| %d
list.c:240:39: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=]
240 | sprintf(err = errbuf,"%ld entries exceeds filelimit, not opening dir", n);
| ~~^ ~
| | |
| long int ssize_t {aka int}
| %d
unix.c: In function 'unix_report':
xml.c:177:43: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
177 | if (!dflag) fprintf(outfile,"%s%ld%s", noindent?"":" ", tot.files, _nl);
| ~~^ ~~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
json.c:190:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
190 | if (!dflag) fprintf(outfile,",\"files\":%ld", tot.files);
| ~~^ ~~~~~~~~~
| | |
| | size_t {aka unsigned int}
| long int
| %d
unix.c:140:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
140 | fprintf(outfile,"%ld director%s\n",tot.dirs,(tot.dirs==1? "y":"ies"));
| ~~^ ~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
unix.c:142:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
142 | fprintf(outfile,"%ld director%s, %ld file%s\n",tot.dirs,(tot.dirs==1? "y":"ies"),tot.files,(tot.files==1? "":"s"));
| ~~^ ~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
file.c: In function 'tabedfile_getfulltree':
unix.c:142:40: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
142 | fprintf(outfile,"%ld director%s, %ld file%s\n",tot.dirs,(tot.dirs==1? "y":"ies"),tot.files,(tot.files==1? "":"s"));
| ~~^ ~~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
html.c: In function 'html_report':
file.c:270:70: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
270 | fprintf(stderr, "tree: Tab depth exceeds maximum path depth (%ld >= %ld) on line %ld\n", tabs, maxstack, line);
| ~~^ ~~~~
| | |
| long int size_t {aka unsigned int}
| %d
html.c:245:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
245 | fprintf(outfile,"%ld director%s\n",tot.dirs,(tot.dirs==1? "y":"ies"));
| ~~^ ~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
file.c:270:77: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
270 | fprintf(stderr, "tree: Tab depth exceeds maximum path depth (%ld >= %ld) on line %ld\n", tabs, maxstack, line);
| ~~^ ~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
html.c:247:24: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
247 | fprintf(outfile,"%ld director%s, %ld file%s\n",tot.dirs,(tot.dirs==1? "y":"ies"),tot.files,(tot.files==1? "":"s"));
| ~~^ ~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
html.c:247:40: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
247 | fprintf(outfile,"%ld director%s, %ld file%s\n",tot.dirs,(tot.dirs==1? "y":"ies"),tot.files,(tot.files==1? "":"s"));
| ~~^ ~~~~~~~~~
| | |
| long int size_t {aka unsigned int}
| %d
file.c:270:90: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
270 | fprintf(stderr, "tree: Tab depth exceeds maximum path depth (%ld >= %ld) on line %ld\n", tabs, maxstack, line);
| ~~^ ~~~~
| | |
| long int size_t {aka unsigned int}
| %d
file.c:282:59: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
282 | fprintf(stderr, "tree: Orphaned file [%s] on line %ld, check tab depth in file.\n", spath, line);
| ~~^ ~~~~
| | |
| long int size_t {aka unsigned int}
| %d
tree.c: In function 'unix_getfulltree':
tree.c:996:21: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=]
996 | sprintf(path,"%ld entries exceeds filelimit, not opening dir",n);
| ~~^ ~
| | |
| long int ssize_t {aka int}
| %d
gcc -Wl,--as-needed,-O1,--sort-common -o tree tree.o list.o hash.o color.o file.o filter.o info.o unix.o xml.o json.o html.o strverscmp.o
>>> tree: Entering fakeroot...
install -d /home/buildozer/aports/main/tree/pkg/tree/usr/bin
install -d /home/buildozer/aports/main/tree/pkg/tree/usr/share/man/man1
install tree /home/buildozer/aports/main/tree/pkg/tree/usr/bin/tree; \
install -m 644 doc/tree.1 /home/buildozer/aports/main/tree/pkg/tree/usr/share/man/man1/tree.1
>>> tree-doc*: Running split function doc...
'usr/share/man' -> '/home/buildozer/aports/main/tree/pkg/tree-doc/usr/share/man'
>>> tree-doc*: Preparing subpackage tree-doc...
>>> tree-doc*: Running postcheck for tree-doc
>>> tree*: Running postcheck for tree
>>> tree*: Preparing package tree...
>>> tree*: Stripping binaries
>>> tree-doc*: Scanning shared objects
>>> tree*: Scanning shared objects
>>> tree-doc*: Tracing dependencies...
>>> tree-doc*: Package size: 6.2 KB
>>> tree-doc*: Compressing data...
>>> tree-doc*: Create checksum...
>>> tree-doc*: Create tree-doc-2.2.0-r0.apk
>>> tree*: Tracing dependencies...
so:libc.musl-armhf.so.1
>>> tree*: Package size: 66.0 KB
>>> tree*: Compressing data...
>>> tree*: Create checksum...
>>> tree*: Create tree-2.2.0-r0.apk
>>> tree: Build complete at Tue, 26 Nov 2024 12:05:28 +0000 elapsed time 0h 0m 2s
>>> tree: Cleaning up srcdir
>>> tree: Cleaning up pkgdir
>>> tree: Uninstalling dependencies...
(1/1) Purging .makedepends-tree (20241126.120527)
OK: 319 MiB in 101 packages
>>> tree: Updating the main/armhf repository index...
>>> tree: Signing the index...