* Package: media-sound/mp3info-0.8.5a-r1 * Repository: gentoo * Maintainer: sound@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking mp3info-0.8.5a.tgz to /var/tmp/portage/media-sound/mp3info-0.8.5a-r1/work >>> Source unpacked in /var/tmp/portage/media-sound/mp3info-0.8.5a-r1/work >>> Preparing source in /var/tmp/portage/media-sound/mp3info-0.8.5a-r1/work/mp3info-0.8.5a ... * Applying mp3info-0.8.5a-ldflags.patch ... [ ok ] * Applying mp3info-0.8.5a-tinfo.patch ... [ ok ] * Applying mp3info-0.8.5a-format-security.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/mp3info-0.8.5a-r1/work/mp3info-0.8.5a ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-sound/mp3info-0.8.5a-r1/work/mp3info-0.8.5a ... make -j1 mp3info CC=x86_64-gentoo-linux-musl-gcc 'CFLAGS=-O2 -pipe -march=native' x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o mp3info.o mp3info.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o textfunc.o textfunc.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o mp3curs.o mp3curs.c mp3curs.c: In function ‘tagedit_curs’: mp3curs.c:111:4: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 111 | strncpy(tag->title,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c:113:4: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 113 | strncpy(tag->artist,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c:115:4: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 115 | strncpy(tag->album,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c:117:4: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 117 | strncpy(tag->year,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c:119:4: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 119 | strncpy(tag->comment,line,strlen(line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c:121:4: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 121 | strncpy(track_text,line,strlen(line) + (strlen(line) < strlen (track_text) ? 0 : 1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c:121:28: note: length computed here 121 | strncpy(track_text,line,strlen(line) + (strlen(line) < strlen (track_text) ? 0 : 1)); | ^~~~~~~~~~~~ mp3curs.c:124:4: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 124 | strncpy(genre_text,line,strlen(line) + (strlen(line) < strlen (genre_text) ? 0 : 1)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp3curs.c:124:28: note: length computed here 124 | strncpy(genre_text,line,strlen(line) + (strlen(line) < strlen (genre_text) ? 0 : 1)); | ^~~~~~~~~~~~ x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -c -o mp3tech.o mp3tech.c mp3tech.c: In function ‘sameConstant’: mp3tech.c:282:11: error: ‘uint’ undeclared (first use in this function); did you mean ‘int’? 282 | if((*(uint*)h1) == (*(uint*)h2)) return 1; | ^~~~ | int mp3tech.c:282:11: note: each undeclared identifier is reported only once for each function it appears in mp3tech.c:282:16: error: expected expression before ‘)’ token 282 | if((*(uint*)h1) == (*(uint*)h2)) return 1; | ^ mp3tech.c:282:32: error: expected expression before ‘)’ token 282 | if((*(uint*)h1) == (*(uint*)h2)) return 1; | ^ make: *** [: mp3tech.o] Error 1 * ERROR: media-sound/mp3info-0.8.5a-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/mp3info-0.8.5a-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/mp3info-0.8.5a-r1::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:mp3info-0.8.5a-r1:20200410-233453.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/mp3info-0.8.5a-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/mp3info-0.8.5a-r1/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/mp3info-0.8.5a-r1/work/mp3info-0.8.5a' * S: '/var/tmp/portage/media-sound/mp3info-0.8.5a-r1/work/mp3info-0.8.5a'