* Package: media-sound/id3ted-1.0:0 * Repository: gentoo * Maintainer: sound@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking id3ted-1.0.tar.gz to /var/tmp/portage/media-sound/id3ted-1.0/work >>> Source unpacked in /var/tmp/portage/media-sound/id3ted-1.0/work >>> Preparing source in /var/tmp/portage/media-sound/id3ted-1.0/work/id3ted-1.0 ... * Applying id3ted-1.0-outofbounds.patch ... [ ok ] >>> Source prepared. * Modern C testing: this build is using a /etc/portage/bashrc hook (2023-11-30T22:24)! * Modern C testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info. >>> Configuring source in /var/tmp/portage/media-sound/id3ted-1.0/work/id3ted-1.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/id3ted-1.0/work/id3ted-1.0 ... make -j4 clang++ -O3 -pipe -march=native -fno-diagnostics-color -I/usr/include -Wall -pedantic -c -o fileio.o fileio.cpp clang++ -O3 -pipe -march=native -fno-diagnostics-color -I/usr/include -Wall -pedantic -c -o frameinfo.o frameinfo.cpp clang++ -O3 -pipe -march=native -fno-diagnostics-color -I/usr/include -Wall -pedantic -c -o frametable.o frametable.cpp clang++ -O3 -pipe -march=native -fno-diagnostics-color -I/usr/include -Wall -pedantic -c -o lametag.o lametag.cpp fileio.cpp:63:23: warning: 'isReadable' is deprecated [-Wdeprecated-declarations] 63 | return TagLib::File::isReadable(path); | ^ /usr/include/taglib/tfile.h:266:5: note: 'isReadable' has been explicitly marked deprecated here 266 | TAGLIB_DEPRECATED static bool isReadable(const char *file); | ^ /usr/include/taglib/taglib.h:48:29: note: expanded from macro 'TAGLIB_DEPRECATED' 48 | #define TAGLIB_DEPRECATED [[deprecated]] | ^ fileio.cpp:67:23: warning: 'isWritable' is deprecated [-Wdeprecated-declarations] 67 | return TagLib::File::isWritable(path); | ^ /usr/include/taglib/tfile.h:273:5: note: 'isWritable' has been explicitly marked deprecated here 273 | TAGLIB_DEPRECATED static bool isWritable(const char *name); | ^ /usr/include/taglib/taglib.h:48:29: note: expanded from macro 'TAGLIB_DEPRECATED' 48 | #define TAGLIB_DEPRECATED [[deprecated]] | ^ fileio.cpp:411:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] 411 | fread(buffer, 1, size - cnt, stream); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clang++ -O3 -pipe -march=native -fno-diagnostics-color -I/usr/include -Wall -pedantic -c -o main.o main.cpp clang++ -O3 -pipe -march=native -fno-diagnostics-color -I/usr/include -Wall -pedantic -c -o mp3file.o mp3file.cpp 3 warnings generated. clang++ -O3 -pipe -march=native -fno-diagnostics-color -I/usr/include -Wall -pedantic -c -o options.o options.cpp clang++ -O3 -pipe -march=native -fno-diagnostics-color -I/usr/include -Wall -pedantic -c -o pattern.o pattern.cpp mp3file.cpp:346:14: warning: 'save' is deprecated [-Wdeprecated-declarations] 346 | return file.save(tags, false); | ^ /usr/include/taglib/mpegfile.h:199:7: note: 'save' has been explicitly marked deprecated here 199 | TAGLIB_DEPRECATED bool save(int tags, bool stripOthers); | ^ /usr/include/taglib/taglib.h:48:29: note: expanded from macro 'TAGLIB_DEPRECATED' 48 | #define TAGLIB_DEPRECATED [[deprecated]] | ^ mp3file.cpp:394:27: warning: 'length' is deprecated [-Wdeprecated-declarations] 394 | int length = properties->length(); | ^ /usr/include/taglib/mpegproperties.h:70:7: note: 'length' has been explicitly marked deprecated here 70 | TAGLIB_DEPRECATED virtual int length() const; | ^ /usr/include/taglib/taglib.h:48:29: note: expanded from macro 'TAGLIB_DEPRECATED' 48 | #define TAGLIB_DEPRECATED [[deprecated]] | ^ 2 warnings generated. clang++ -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L/usr/lib -o id3ted fileio.o frameinfo.o frametable.o lametag.o main.o mp3file.o options.o pattern.o -ltag -lmagic ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../lib64/Scrt1.o is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../lib64/crti.o is incompatible with elf32-i386 ld.lld: error: /usr/lib/llvm/17/bin/../../../../lib/clang/17/lib/linux/clang_rt.crtbegin-x86_64.o is incompatible with elf32-i386 ld.lld: error: fileio.o is incompatible with elf32-i386 ld.lld: error: frameinfo.o is incompatible with elf32-i386 ld.lld: error: frametable.o is incompatible with elf32-i386 ld.lld: error: lametag.o is incompatible with elf32-i386 ld.lld: error: main.o is incompatible with elf32-i386 ld.lld: error: mp3file.o is incompatible with elf32-i386 ld.lld: error: options.o is incompatible with elf32-i386 ld.lld: error: pattern.o is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../lib64/libtag.so is incompatible with elf32-i386 ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../lib64/libmagic.so is incompatible with elf32-i386 ld.lld: error: /usr/lib/llvm/17/bin/../../../../lib/clang/17/lib/linux/libclang_rt.builtins-x86_64.a(absvdi2.c.o) is incompatible with elf32-i386 ld.lld: error: /usr/lib/llvm/17/bin/../../../../lib/clang/17/lib/linux/libclang_rt.builtins-x86_64.a(absvsi2.c.o) is incompatible with elf32-i386 ld.lld: error: /usr/lib/llvm/17/bin/../../../../lib/clang/17/lib/linux/libclang_rt.builtins-x86_64.a(absvti2.c.o) is incompatible with elf32-i386 ld.lld: error: /usr/lib/llvm/17/bin/../../../../lib/clang/17/lib/linux/libclang_rt.builtins-x86_64.a(adddf3.c.o) is incompatible with elf32-i386 ld.lld: error: /usr/lib/llvm/17/bin/../../../../lib/clang/17/lib/linux/libclang_rt.builtins-x86_64.a(addsf3.c.o) is incompatible with elf32-i386 ld.lld: error: /usr/lib/llvm/17/bin/../../../../lib/clang/17/lib/linux/libclang_rt.builtins-x86_64.a(addvdi3.c.o) is incompatible with elf32-i386 ld.lld: error: /usr/lib/llvm/17/bin/../../../../lib/clang/17/lib/linux/libclang_rt.builtins-x86_64.a(addvsi3.c.o) is incompatible with elf32-i386 ld.lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors) clang++: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [Makefile:13: id3ted] Error 1 * ERROR: media-sound/id3ted-1.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/id3ted-1.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/id3ted-1.0::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:id3ted-1.0:20231212-235224.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/id3ted-1.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/id3ted-1.0/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/id3ted-1.0/work/id3ted-1.0' * S: '/var/tmp/portage/media-sound/id3ted-1.0/work/id3ted-1.0'