>>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Downloading Doing full clone Cloning into 'squashfs-3de1687d7432ea9b302c2db9521996f506c140a3'... warning: refname '3de1687d7432ea9b302c2db9521996f506c140a3' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git checkout -b $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" squashfs-3de1687d7432ea9b302c2db9521996f506c140a3.tar.gz: OK (sha256: 2c49392816615b73bf5d6cdce9776cb66a01f5a1494b1d9af580667e32bab001) >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Extracting gzip -d -c /data/buildroot/buildroot-test/instance-1/dl/squashfs-3de1687d7432ea9b302c2db9521996f506c140a3.tar.gz | /data/buildroot/buildroot-test/instance-1/output/host/bin/tar --strip-components=1 -C /data/buildroot/buildroot-test/instance-1/output/build/host-squashfs-3de1687d7432ea9b302c2db9521996f506c140a3 -xf - >>> host-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 >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Configuring >>> host-squashfs 3de1687d7432ea9b302c2db9521996f506c140a3 Building PATH="/data/buildroot/buildroot-test/instance-1/output/host/bin:/data/buildroot/buildroot-test/instance-1/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/data/buildroot/buildroot-test/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/data/buildroot/buildroot-test/instance-1/output/host/lib/pkgconfig:/data/buildroot/buildroot-test/instance-1/output/host/share/pkgconfig" /usr/bin/make -j4 CC="/usr/bin/gcc" EXTRA_CFLAGS="-O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include" EXTRA_LDFLAGS="-L/data/buildroot/buildroot-test/instance-1/output/host/lib -Wl,-rpath,/data/buildroot/buildroot-test/instance-1/output/host/lib" XATTR_SUPPORT=1 XZ_SUPPORT=1 GZIP_SUPPORT=1 LZ4_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 -C /data/buildroot/buildroot-test/instance-1/output/build/host-squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/host-squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools' /usr/bin/gcc -O2 -O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DLZO_SUPPORT -DLZ4_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o mksquashfs.o mksquashfs.c /usr/bin/gcc -O2 -O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DLZO_SUPPORT -DLZ4_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_fs.o read_fs.c /usr/bin/gcc -O2 -O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DLZO_SUPPORT -DLZ4_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o action.o action.c /usr/bin/gcc -O2 -O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DLZO_SUPPORT -DLZ4_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o swap.o swap.c /usr/bin/gcc -O2 -O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DLZO_SUPPORT -DLZ4_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o pseudo.o pseudo.c mksquashfs.c: In function 'create_inode': mksquashfs.c:991:24: error: called object 'major' is not a function or function pointer unsigned int major = major(buf->st_rdev); ^~~~~ mksquashfs.c:991:16: note: declared here unsigned int major = major(buf->st_rdev); ^~~~~ mksquashfs.c:992:24: error: called object 'minor' is not a function or function pointer unsigned int minor = minor(buf->st_rdev); ^~~~~ mksquashfs.c:992:16: note: declared here unsigned int minor = minor(buf->st_rdev); ^~~~~ mksquashfs.c:1015:24: error: called object 'major' is not a function or function pointer unsigned int major = major(buf->st_rdev); ^~~~~ mksquashfs.c:1015:16: note: declared here unsigned int major = major(buf->st_rdev); ^~~~~ mksquashfs.c:1016:24: error: called object 'minor' is not a function or function pointer unsigned int minor = minor(buf->st_rdev); ^~~~~ mksquashfs.c:1016:16: note: declared here unsigned int minor = minor(buf->st_rdev); ^~~~~ mksquashfs.c: In function 'dir_scan2': mksquashfs.c:3559:17: warning: implicit declaration of function 'makedev' [-Wimplicit-function-declaration] buf.st_rdev = makedev(pseudo_ent->dev->major, ^~~~~~~ /usr/bin/gcc -O2 -O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DLZO_SUPPORT -DLZ4_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o compressor.o compressor.c make[1]: *** [: mksquashfs.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/host-squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/squashfs-tools' make: *** [package/pkg-generic.mk:226: /data/buildroot/buildroot-test/instance-1/output/build/host-squashfs-3de1687d7432ea9b302c2db9521996f506c140a3/.stamp_built] Error 2 make: Leaving directory '/data/buildroot/buildroot-test/instance-1/buildroot'