* Package: sys-fs/fatsort-1.5.0 * Repository: gentoo * Maintainer: billie@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking fatsort-1.5.0.456.tar.xz to /var/tmp/portage/sys-fs/fatsort-1.5.0/work >>> Source unpacked in /var/tmp/portage/sys-fs/fatsort-1.5.0/work >>> Preparing source in /var/tmp/portage/sys-fs/fatsort-1.5.0/work/fatsort-1.5.0.456 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-fs/fatsort-1.5.0/work/fatsort-1.5.0.456 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-fs/fatsort-1.5.0/work/fatsort-1.5.0.456 ... make -j1 CC=x86_64-pc-linux-gnu-gcc LD=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -march=native -fno-common' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' DESTDIR=/var/tmp/portage/sys-fs/fatsort-1.5.0/image make -C src/ make[1]: Entering directory '/var/tmp/portage/sys-fs/fatsort-1.5.0/work/fatsort-1.5.0.456/src' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c fatsort.c -o fatsort.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c FAT_fs.c -o FAT_fs.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c fileio.c -o fileio.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c endianness.c -o endianness.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c signal.c -o signal.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c entrylist.c -o entrylist.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c errors.c -o errors.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c options.c -o options.o In file included from /usr/include/string.h:494, from errors.h:28, from options.c:29: In function ‘strncat’, inlined from ‘addDirPathToStringList’ at options.c:79:2: /usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from options.c:27: options.c: In function ‘addDirPathToStringList’: options.c:57:9: note: length computed here 57 | assert(strlen((char *)str) <= MAX_PATH_LEN); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from errors.h:28, from options.c:29: In function ‘strncpy’, inlined from ‘parse_options’ at options.c:312:5: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ options.c: In function ‘parse_options’: options.c:312:33: note: length computed here 312 | strncpy(OPT_LOCALE, optarg, strlen(optarg)+1); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c clusterchain.c -o clusterchain.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c sort.c -o sort.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c misc.c -o misc.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c natstrcmp.c -o natstrcmp.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c stringlist.c -o stringlist.o x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c regexlist.c -o regexlist.o x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed fatsort.o FAT_fs.o fileio.o endianness.o signal.o entrylist.o errors.o options.o clusterchain.o sort.o misc.o natstrcmp.o stringlist.o regexlist.o -o fatsort /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: entrylist.o:(.bss+0x0): multiple definition of `OPT_LOCALE'; fatsort.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: options.o:(.bss+0x78): multiple definition of `OPT_LOCALE'; fatsort.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: sort.o:(.bss+0x0): multiple definition of `OPT_LOCALE'; fatsort.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x0): multiple definition of `OPT_LOCALE'; fatsort.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:46: fatsort] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-fs/fatsort-1.5.0/work/fatsort-1.5.0.456/src' make: *** [Makefile:14: src] Error 2 * ERROR: sys-fs/fatsort-1.5.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-fs/fatsort-1.5.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-fs/fatsort-1.5.0::gentoo'`. * The complete build log is located at '/var/log/portage/sys-fs:fatsort-1.5.0:20200201-030943.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-fs/fatsort-1.5.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-fs/fatsort-1.5.0/temp/environment'. * Working directory: '/var/tmp/portage/sys-fs/fatsort-1.5.0/work/fatsort-1.5.0.456' * S: '/var/tmp/portage/sys-fs/fatsort-1.5.0/work/fatsort-1.5.0.456'