* Package: sys-fs/squashfs-tools-4.3-r2 * Repository: gentoo * Maintainer: livecd@gentoo.org * USE: arm elibc_musl kernel_linux userland_GNU xattr xz * FEATURES: preserve-libs sandbox userpriv usersandbox * Package: sys-fs/squashfs-tools-4.3-r2 * Repository: gentoo * Maintainer: livecd@gentoo.org * USE: arm elibc_musl kernel_linux userland_GNU xattr xz * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking squashfs4.3.tar.gz to /mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/work >>> Unpacking squashfs-tools_4.3-3.debian.tar.xz to /mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/work >>> Source unpacked in /mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/work >>> Preparing source in /mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/work/squashfs4.3/squashfs-tools ... * Applying 0001-kfreebsd.patch ... [ ok ] * Applying 0002-fix_phys_mem_calculation.patch ... [ ok ] * Applying 0003-CVE-2015-4645_and_CVE-2015-4646.patch ... [ ok ] * Applying 0004-unsquashfs-add-support-for-LZMA-magics.patch ... [ ok ] * Applying squashfs-tools-4.3-sysmacros.patch ... [ ok ] * Applying squashfs-tools-4.3-aligned-data.patch ... [ ok ] * Applying squashfs-tools-4.3-2gb.patch ... [ ok ] * Applying squashfs-tools-4.3-local-cve-fix.patch ... [ ok ] * Applying squashfs-tools-4.3-mem-overflow.patch ... [ ok ] * Applying squashfs-tools-4.3-xattrs.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/work/squashfs4.3/squashfs-tools ... >>> Source configured. >>> Compiling source in /mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/work/squashfs4.3/squashfs-tools ... make -j4 LZMA_XZ_SUPPORT=0 LZO_SUPPORT=0 LZ4_SUPPORT=0 XATTR_SUPPORT=1 XZ_SUPPORT=1 armv7a-hardfloat-linux-musleabi-gcc -O2 -pipe -march=armv7-a -mfloat-abi=hard -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o mksquashfs.o mksquashfs.c armv7a-hardfloat-linux-musleabi-gcc -O2 -pipe -march=armv7-a -mfloat-abi=hard -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_fs.o read_fs.c armv7a-hardfloat-linux-musleabi-gcc -O2 -pipe -march=armv7-a -mfloat-abi=hard -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o action.o action.c armv7a-hardfloat-linux-musleabi-gcc -O2 -pipe -march=armv7-a -mfloat-abi=hard -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o swap.o swap.c armv7a-hardfloat-linux-musleabi-gcc -O2 -pipe -march=armv7-a -mfloat-abi=hard -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o pseudo.o pseudo.c action.c: In function 'name_fn': pseudo.c: In function 'read_pseudo_def': pseudo.c:435:11: error: 'S_IFBLK' undeclared (first use in this function) mode |= S_IFBLK; ^~~~~~~ pseudo.c:435:11: note: each undeclared identifier is reported only once for each function it appears in pseudo.c:438:11: error: 'S_IFCHR' undeclared (first use in this function) mode |= S_IFCHR; ^~~~~~~ pseudo.c:441:11: error: 'S_IFDIR' undeclared (first use in this function) mode |= S_IFDIR; ^~~~~~~ pseudo.c:444:11: error: 'S_IFREG' undeclared (first use in this function) mode |= S_IFREG; ^~~~~~~ : recipe for target 'pseudo.o' failed make: *** [pseudo.o] Error 1 make: *** Waiting for unfinished jobs.... action.c:1911:29: error: 'FNM_EXTMATCH' undeclared (first use in this function) FNM_PATHNAME|FNM_PERIOD|FNM_EXTMATCH) == 0;) ^ action.c:1845:2: note: in definition of macro 'TEST_FN' CODE \ ^~~~ action.c:1911:29: note: each undeclared identifier is reported only once for each function it appears in FNM_PATHNAME|FNM_PERIOD|FNM_EXTMATCH) == 0;) ^ action.c:1845:2: note: in definition of macro 'TEST_FN' CODE \ ^~~~ action.c: In function 'pathname_fn': action.c:1915:29: error: 'FNM_EXTMATCH' undeclared (first use in this function) FNM_PATHNAME|FNM_PERIOD|FNM_EXTMATCH) == 0;) ^ action.c:1845:2: note: in definition of macro 'TEST_FN' CODE \ ^~~~ action.c: In function 'subpathname_fn': action.c:1958:27: error: 'FNM_EXTMATCH' undeclared (first use in this function) FNM_PATHNAME|FNM_PERIOD|FNM_EXTMATCH) == 0; ^~~~~~~~~~~~ action.c:1959:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ action.c: In function 'pathname_fn': action.c:1839:48: warning: control reaches end of non-void function [-Wreturn-type] static int NAME##_fn(struct atom *atom, struct action_data *action_data) \ ^ action.c:1913:1: note: in expansion of macro 'TEST_FN' TEST_FN(pathname, ACTION_ALL_LNK, \ ^~~~~~~ action.c: In function 'name_fn': action.c:1839:48: warning: control reaches end of non-void function [-Wreturn-type] static int NAME##_fn(struct atom *atom, struct action_data *action_data) \ ^ action.c:1909:1: note: in expansion of macro 'TEST_FN' TEST_FN(name, ACTION_ALL_LNK, \ ^~~~~~~ : recipe for target 'action.o' failed make: *** [action.o] Error 1 mksquashfs.c: In function 'excluded_match': mksquashfs.c:4401:29: error: 'FNM_EXTMATCH' undeclared (first use in this function) FNM_PATHNAME|FNM_PERIOD|FNM_EXTMATCH) == 0; ^~~~~~~~~~~~ mksquashfs.c:4401:29: note: each undeclared identifier is reported only once for each function it appears in : recipe for target 'mksquashfs.o' failed make: *** [mksquashfs.o] Error 1 * ERROR: sys-fs/squashfs-tools-4.3-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-fs/squashfs-tools-4.3-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-fs/squashfs-tools-4.3-r2::gentoo'`. * The complete build log is located at '/mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/temp/build.log'. * The ebuild environment file is located at '/mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/temp/environment'. * Working directory: '/mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/work/squashfs4.3/squashfs-tools' * S: '/mnt/tmpfs/vartmp/portage/sys-fs/squashfs-tools-4.3-r2/work/squashfs4.3/squashfs-tools'