* Package: media-sound/abcmidi-2019.07.12 * Repository: gentoo * Maintainer: sound@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking abcMIDI-2019.07.12.zip to /var/tmp/portage/media-sound/abcmidi-2019.07.12/work >>> Source unpacked in /var/tmp/portage/media-sound/abcmidi-2019.07.12/work >>> Preparing source in /var/tmp/portage/media-sound/abcmidi-2019.07.12/work/abcmidi ... * Applying abcmidi-2016.05.05-docs.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/media-sound/abcmidi-2019.07.12/work/abcmidi' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running elibtoolize in: abcmidi/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/abcmidi-2019.07.12/work/abcmidi ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/abcmidi-2019.07.12 --htmldir=/usr/share/doc/abcmidi-2019.07.12/html --libdir=/usr/lib64 checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking for main in -lm... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for size_t... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for strcasecmp... yes checking for strchr... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/abcmidi-2019.07.12/work/abcmidi ... make -j1 x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o parseabc.o parseabc.c parseabc.c: In function ‘isnumberp’: parseabc.c:343:30: warning: comparison between pointer and integer 343 | if (( *c >= 0) && (*c <= 9)) | ^~ x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o store.o store.c x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o genmidi.o genmidi.c x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o midifile.o midifile.c x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o queues.o queues.c x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o parser2.o parser2.c x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o stresspat.o stresspat.c stresspat.c: In function ‘read_custom_stress_file’: stresspat.c:518:29: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘char (*)[32]’ [-Wformat=] 518 | j = fscanf (inhandle, "%s", &name); | ~^ ~~~~~ | | | | | char (*)[32] | char * stresspat.c:521:29: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘char (*)[6]’ [-Wformat=] 521 | j = fscanf (inhandle, "%s", &meter); | ~^ ~~~~~~ | | | | | char (*)[6] | char * stresspat.c:564:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 564 | fgets (str, 3, inhandle); | ^~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -o abc2midi parseabc.o store.o genmidi.o midifile.o queues.o parser2.o stresspat.o -Wl,-O1 -Wl,--as-needed -lm -lm x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o midi2abc.o midi2abc.c In file included from /usr/include/string.h:494, from midi2abc.c:67: In function ‘strncpy’, inlined from ‘addstring’ at midi2abc.c:368:3: /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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ midi2abc.c: In function ‘addstring’: midi2abc.c:368:16: note: length computed here 368 | strncpy(p, s,strlen(s)+2); /* [SS] 2017-08-30 */ | ^~~~~~~~~ x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -o midi2abc midifile.o midi2abc.o -Wl,-O1 -Wl,--as-needed -lm x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -DHAVE_CONFIG_H -I. -c -o toabc.o toabc.c x86_64-pc-linux-gnu-gcc -DANSILIBS -O2 -pipe -march=native -fno-common -o abc2abc parseabc.o toabc.o -Wl,-O1 -Wl,--as-needed -lm /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: toabc.o:(.bss+0xd7c): multiple definition of `ingrace'; parseabc.o:(.bss+0x788): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:67: abc2abc] Error 1 * ERROR: media-sound/abcmidi-2019.07.12::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/abcmidi-2019.07.12::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/abcmidi-2019.07.12::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:abcmidi-2019.07.12:20200201-053504.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/abcmidi-2019.07.12/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/abcmidi-2019.07.12/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/abcmidi-2019.07.12/work/abcmidi' * S: '/var/tmp/portage/media-sound/abcmidi-2019.07.12/work/abcmidi'