remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . DEV_MINOR(devp) = minor(real_sx.st.st_dev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generator.c:1554:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . if (atomic_create(file, fname, sl, NULL, MAKEDEV(0, 0), &sx, statret == 0 ? DEL_FOR_SYMLINK : 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generator.c:1584:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = MAKEDEV(DEV_MAJOR(devp), DEV_MINOR(devp)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generator.c:1633:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . (long)major(rdev), (long)minor(rdev)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generator.c:1633:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c clientserver.c -o clientserver.o xattrs.c: In function 'get_stat_xattr': xattrs.c:1011:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . xst->st_rdev = MAKEDEV(rdev_major, rdev_minor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xattrs.c: In function 'set_stat_xattr': xattrs.c:1044:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = MAKEDEV(DEV_MAJOR(devp), DEV_MINOR(devp)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xattrs.c:1073:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . (int)major(rdev), (int)minor(rdev), ^~~~~~~~~~~~~~~~~~~~~~~~~~ xattrs.c:1073:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . generator.c: In function 'generate_files': generator.c:2250:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . dirdev = MAKEDEV(DEV_MAJOR(devp), DEV_MINOR(devp)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ generator.c:2252:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . dirdev = MAKEDEV(0, 0); ^~~~~~~~~~~~~~~~~ /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c access.c -o access.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c connection.c -o connection.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c authenticate.c -o authenticate.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/wildmatch.c -o lib/wildmatch.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/compat.c -o lib/compat.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/snprintf.c -o lib/snprintf.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/mdfour.c -o lib/mdfour.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/md5.c -o lib/md5.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/permstring.c -o lib/permstring.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/pool_alloc.c -o lib/pool_alloc.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/sysacls.c -o lib/sysacls.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/sysxattrs.c -o lib/sysxattrs.o /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c flist.c -o flist.o flist.c: In function 'send_file_entry': flist.c:454:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . if ((uint32)major(rdev) == rdev_major) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flist.c:457:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . rdev_major = major(rdev); ^~~~~~~~~~~~~~~~~ flist.c:458:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . if (protocol_version < 30 && (uint32)minor(rdev) <= 0xFFu) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flist.c:467:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . rdev = MAKEDEV(major(rdev), 0); ^~~~~~~~~~~~~~~~~~~~~~ flist.c:467:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = MAKEDEV(major(rdev), 0); ^~~~~~~~~~~~~~~~~~~~~~ flist.c:473:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = MAKEDEV(0, 0); ^~~~~~~~~~~ flist.c:617:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . write_varint30(f, major(rdev)); ^~~~~~~~~~~~~~~~~~~~~~~ flist.c:619:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . write_varint(f, minor(rdev)); ^~~~~~~~~~~~~~~~~~~~~ flist.c:621:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . write_byte(f, minor(rdev)); ^~~~~~~~~~~~~~~~~~~ flist.c:623:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . write_int(f, minor(rdev)); ^~~~~~~~~~~~~~~~~~ flist.c: In function 'recv_file_entry': flist.c:788:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = MAKEDEV(DEV_MAJOR(devp), DEV_MINOR(devp)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flist.c:863:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = MAKEDEV(rdev_major, rdev_minor); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flist.c:869:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = MAKEDEV(0, 0); ^~~~~~~~~~~ flist.c:1026:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . DEV_MAJOR(devp) = major(rdev); ^~~~~~~~~~~~~~~~~~~~ flist.c:1027:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . DEV_MINOR(devp) = minor(rdev); ^~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -o rsync flist.o rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o util2.o main.o checksum.o match.o syscall.o log.o backup.o delete.o options.o io.o compat.o hlink.o token.o uidlist.o socket.o hashtable.o fileio.o batch.o clientname.o chmod.o acls.o xattrs.o progress.o pipe.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/md5.o lib/permstring.o lib/pool_alloc.o lib/sysacls.o lib/sysxattrs.o -lz -lpopt syscall.o: In function `do_mkstemp': syscall.c:(.text+0x9ec): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/rsync-3.1.2' >>> rsync 3.1.2 Installing to target PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-1/output/target install -C /accts/mlweber1/instance-1/output/build/rsync-3.1.2/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/rsync-3.1.2' /bin/mkdir -p /accts/mlweber1/instance-1/output/target/usr/bin /usr/bin/install -c -m 755 rsync /accts/mlweber1/instance-1/output/target/usr/bin /bin/mkdir -p /accts/mlweber1/instance-1/output/target/usr/share/man/man1 /bin/mkdir -p /accts/mlweber1/instance-1/output/target/usr/share/man/man5 if test -f rsync.1; then /usr/bin/install -c -m 644 rsync.1 /accts/mlweber1/instance-1/output/target/usr/share/man/man1; fi if test -f rsyncd.conf.5; then /usr/bin/install -c -m 644 rsyncd.conf.5 /accts/mlweber1/instance-1/output/target/usr/share/man/man5; fi make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/rsync-3.1.2' squashfs-3de1687d7432ea9b302c2db9521996f506c140a3.tar.gz: OK (sha256: 2c49392816615b73bf5d6cdce9776cb66a01f5a1494b1d9af580667e32bab001) >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Extracting gzip -d -c /accts/mlweber1/instance-1/dl/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3.tar.gz | tar --strip-components=1 -C /accts/mlweber1/instance-1/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3 -xf - >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Patching Applying 0001-musl.patch using patch: patching file squashfs-tools/action.c patching file squashfs-tools/mksquashfs.c Hunk #1 succeeded at 1260 (offset -26 lines). patching file squashfs-tools/pseudo.c patching file squashfs-tools/unsquashfs.c >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Configuring >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Building PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 CC="/accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc" EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline" EXTRA_LDFLAGS="" XATTR_SUPPORT=1 LZ4_SUPPORT=0 LZMA_XZ_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 GZIP_SUPPORT=1 COMP_DEFAULT=gzip -C /accts/mlweber1/instance-1/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools' /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o mksquashfs.o mksquashfs.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_fs.o read_fs.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o action.o action.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o swap.o swap.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o pseudo.o pseudo.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o compressor.o compressor.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o sort.o sort.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o progressbar.o progressbar.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_file.o read_file.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o info.o info.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o restore.o restore.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o process_fragments.o process_fragments.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o caches-queues-lists.o caches-queues-lists.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o gzip_wrapper.o gzip_wrapper.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o xattr.o xattr.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_xattrs.o read_xattrs.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs.o unsquashfs.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-1.o unsquash-1.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-2.o unsquash-2.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-3.o unsquash-3.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-4.o unsquash-4.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs_info.o unsquashfs_info.c /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fgnu89-inline -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs_xattr.o unsquashfs_xattr.c mksquashfs.c: In function 'create_inode': mksquashfs.c:991:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:992:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1015:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1016:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'create_inode': unsquashfs.c:1133:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan2': mksquashfs.c:3560:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . pseudo_ent->dev->minor); ^~~~~~~~~~~~~~~ /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o swap.o compressor.o unsquashfs_info.o gzip_wrapper.o read_xattrs.o unsquashfs_xattr.o -lpthread -lm -lz -o unsquashfs /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-gcc mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o sort.o progressbar.o read_file.o info.o restore.o process_fragments.o caches-queues-lists.o gzip_wrapper.o xattr.o read_xattrs.o -lpthread -lm -lz -o mksquashfs make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools' >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Installing to target PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 XATTR_SUPPORT=1 LZ4_SUPPORT=0 LZMA_XZ_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 GZIP_SUPPORT=1 COMP_DEFAULT=gzip -C /accts/mlweber1/instance-1/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools/ INSTALL_DIR=/accts/mlweber1/instance-1/output/target/usr/bin install make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools' mkdir -p /accts/mlweber1/instance-1/output/target/usr/bin cp mksquashfs /accts/mlweber1/instance-1/output/target/usr/bin cp unsquashfs /accts/mlweber1/instance-1/output/target/usr/bin make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-1/output/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: ['host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-libffi'] rm -f /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-1/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-1/output/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /accts/mlweber1/instance-1/output/target/etc echo "buildroot" > /accts/mlweber1/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-1/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-1/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-1/output/target/etc/shadow rm -f /accts/mlweber1/instance-1/output/target/bin/sh rm -f /accts/mlweber1/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-1/output/build/locales.nopurge; done for dir in /accts/mlweber1/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-1/output/target/usr/include /accts/mlweber1/instance-1/output/target/usr/share/aclocal \ /accts/mlweber1/instance-1/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-1/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-1/output/target/usr/lib/cmake /accts/mlweber1/instance-1/output/target/usr/share/cmake find /accts/mlweber1/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-1/output/target/lib/ /accts/mlweber1/instance-1/output/target/usr/lib/ /accts/mlweber1/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/accts/mlweber1/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-1/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-1/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-1/output/target/usr/man /accts/mlweber1/instance-1/output/target/usr/share/man rm -rf /accts/mlweber1/instance-1/output/target/usr/info /accts/mlweber1/instance-1/output/target/usr/share/info rm -rf /accts/mlweber1/instance-1/output/target/usr/doc /accts/mlweber1/instance-1/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-1/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-1/output/host/bin/powerpc64-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /accts/mlweber1/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.02-git-00454-g2a604dd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.02-git\"" \ ) > /accts/mlweber1/instance-1/output/target/etc/os-release >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-1/buildroot/support/scripts/fix-rpath target make: Leaving directory `/accts/mlweber1/instance-1/buildroot' make: Entering directory `/accts/mlweber1/instance-1/buildroot' >>> Buildroot 2018.02-git-00454-g2a604dd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> boost 1.65.1 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> cc-tool 0.26 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> lcms2 2.8 Collecting legal info ERROR: No hash found for COPYING >>> libcli c63c9d35144939c8b4fa3c5394aed2e29ff517b0 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libfm-extra 1.2.4 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/extra/fm-xml-file.c >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> host-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.31 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) sys-utils/rfkill.c: OK (sha256: 996126b78a42dd2eeea1256d78b7fd6dec090ea196365c0ccb46adc32bc92460) >>> libhttpparser v2.7.1 Collecting legal info ERROR: No hash found for LICENSE-MIT >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libsoc 0.8.2 Collecting legal info ERROR: No hash found for LICENCE >>> libupnp 1.6.24 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> mpd 0.20.12 Collecting legal info ERROR: No hash found for COPYING >>> tremor 19427 Collecting legal info WARNING: no hash file for COPYING >>> openldap 2.4.45 Collecting legal info ERROR: No hash found for LICENSE >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> rsh-redone 85 Collecting legal info ERROR: No hash found for rsh.c >>> rsync 3.1.2 Collecting legal info ERROR: No hash found for COPYING >>> squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-1/output/legal-info make: Leaving directory `/accts/mlweber1/instance-1/buildroot'