<86>Nov 9 06:18:50 userdel[1908970]: delete user 'rooter' <86>Nov 9 06:18:50 userdel[1908970]: removed group 'rooter' owned by 'rooter' <86>Nov 9 06:18:50 userdel[1908970]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 06:18:50 groupadd[1908996]: group added to /etc/group: name=rooter, GID=1847 <86>Nov 9 06:18:50 groupadd[1908996]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:18:50 groupadd[1908996]: new group: name=rooter, GID=1847 <86>Nov 9 06:18:50 useradd[1909019]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:18:50 userdel[1909063]: delete user 'builder' <86>Nov 9 06:18:50 userdel[1909063]: removed group 'builder' owned by 'builder' <86>Nov 9 06:18:50 userdel[1909063]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 06:18:50 groupadd[1909099]: group added to /etc/group: name=builder, GID=1848 <86>Nov 9 06:18:50 groupadd[1909099]: group added to /etc/gshadow: name=builder <86>Nov 9 06:18:50 groupadd[1909099]: new group: name=builder, GID=1848 <86>Nov 9 06:18:50 useradd[1909124]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none <13>Nov 9 06:18:53 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed <13>Nov 9 06:18:54 rpmi: libncurses6-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Nov 9 06:18:54 rpmi: libtinfo-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Nov 9 06:18:54 rpmi: libncurses-devel-6.3.20220618-alt4 sisyphus+327286.4600.14.1 1711486782 installed <13>Nov 9 06:18:54 rpmi: libreadline-devel-8.2.10-alt1 sisyphus+338911.100.4.1 1706717069 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/cutmp3-2.1.1-alt1.nosrc.rpm (w1.gzdio) Installing cutmp3-2.1.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44458 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf cutmp3-2.1.1 + echo 'Source #0 (cutmp3-2.1.1.tar.bz2):' Source #0 (cutmp3-2.1.1.tar.bz2): + /usr/bin/bzip2 -dc /usr/src/RPM/SOURCES/cutmp3-2.1.1.tar.bz2 + /bin/tar -xf - + cd cutmp3-2.1.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44458 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cutmp3-2.1.1 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FFLAGS + make -j16 make: Entering directory '/usr/src/RPM/BUILD/cutmp3-2.1.1' *** You need readline-devel, ncurses-devel or similar to compile cutmp3 *** *** Maybe you want to try the binary on compile failures? *** gcc -O -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c mpglib.c mpglib.c: In function 'do_layer3': mpglib.c:1051:7: warning: variable 'stereo1' set but not used [-Wunused-but-set-variable] 1051 | int stereo1, granules; | ^~~~~~~ gcc -O -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c main.c main.c: In function 'showtag': main.c:1044:13: error: implicit declaration of function 'importid3v1'; did you mean 'importid3'? [-Wimplicit-function-declaration] 1044 | if (importid3v1(seekpos)==0) return; | ^~~~~~~~~~~ | importid3 main.c: In function 'importid3v2': main.c:1463:77: warning: format '%li' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] 1463 | if(debug==1){printf("\n *debug* skip size=%li length=%li\n",size,length);} | ~~^ ~~~~ | | | | long int int | %i main.c: In function 'cutfromtable': main.c:2849:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 2849 | if (a_b_used!=1) printf(" using timetable \"%s\" line %i:\n",tablename,linenumber);linenumber++; | ^~ main.c:2849:116: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 2849 | if (a_b_used!=1) printf(" using timetable \"%s\" line %i:\n",tablename,linenumber);linenumber++; | ^~~~~~~~~~ main.c: In function 'main': main.c:3022:41: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 3022 | else tablename=optarg; hastable=1; | ^~~~ main.c:3022:64: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 3022 | else tablename=optarg; hastable=1; | ^~~~~~~~ main.c:2958:13: warning: variable 'a' set but not used [-Wunused-but-set-variable] 2958 | int a,b,c,d,char1,showinfo=0,rawmode=0,fix_channels=0; | ^ main.c: In function 'copyid3v2': main.c:1172:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1172 | if (size<250) fgets(title,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1175:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1175 | fgets(title,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1219:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1219 | if (size<250) fgets(title,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1222:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1222 | fgets(title,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'importid3v2': main.c:1322:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1322 | if (size<250) fgets(title,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1325:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1325 | fgets(title,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1342:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1342 | if (size<250) fgets(artist,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1345:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1345 | fgets(artist,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1362:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1362 | if (size<250) fgets(year,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1365:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1365 | fgets(year,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:1382:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1382 | if (size<250) fgets(year,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1385:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1385 | fgets(year,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:1402:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1402 | if (size<250) fgets(album,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1405:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1405 | fgets(album,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1422:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1422 | if (size<250) fgets(track,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1425:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1425 | fgets(track,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1442:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1442 | if (size<250) fgets(comment,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1445:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1445 | fgets(comment,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1490:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1490 | if (size<250) fgets(title,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1493:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1493 | fgets(title,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1506:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1506 | if (size<250) fgets(artist,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1509:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1509 | fgets(artist,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1522:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1522 | if (size<250) fgets(year,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1525:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1525 | fgets(year,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:1538:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1538 | if (size<250) fgets(comment,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1541:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1541 | fgets(comment,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1554:47: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1554 | if (size<250) fgets(album,size+1,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1557:41: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1557 | fgets(album,251,id3file2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'importid3v1': main.c:1676:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1676 | fgets(title,31,mp3file); /* save title */ | ^~~~~~~~~~~~~~~~~~~~~~~ main.c:1678:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1678 | fgets(artist,31,mp3file); /* save artist */ | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:1680:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1680 | fgets(album,31,mp3file); /* save album */ | ^~~~~~~~~~~~~~~~~~~~~~~ main.c:1682:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1682 | fgets(year,5,mp3file); /* save year */ | ^~~~~~~~~~~~~~~~~~~~~ main.c:1683:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1683 | fgets(comment,31,mp3file); /* save comment */ | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'playsel': main.c:1909:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 1909 | system(command); /* play mp3 excerpt */ | ^~~~~~~~~~~~~~~ In file included from cutmp3.h:16, from main.c:17: mpglib.h: At top level: mpglib.h:509:23: warning: 'htc' defined but not used [-Wunused-variable] 509 | static struct newhuff htc[] = | ^~~ mpglib.h:472:23: warning: 'ht' defined but not used [-Wunused-variable] 472 | static struct newhuff ht[] = | ^~ make: *** [Makefile:12: all] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/cutmp3-2.1.1' error: Bad exit status from /usr/src/tmp/rpm-tmp.44458 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.44458 (%build) Command exited with non-zero status 1 0.20user 0.07system 0:00.26elapsed 104%CPU (0avgtext+0avgdata 25600maxresident)k 0inputs+0outputs (0major+14927minor)pagefaults 0swaps hsh-rebuild: rebuild of `cutmp3-2.1.1-alt1.src.rpm' failed. Command exited with non-zero status 1 3.65user 2.81system 0:10.08elapsed 64%CPU (0avgtext+0avgdata 132516maxresident)k 8inputs+0outputs (0major+252706minor)pagefaults 0swaps