<86>Oct 29 16:09:14 userdel[1033712]: delete user 'rooter' <86>Oct 29 16:09:14 userdel[1033712]: removed group 'rooter' owned by 'rooter' <86>Oct 29 16:09:14 userdel[1033712]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 16:09:14 groupadd[1033748]: group added to /etc/group: name=rooter, GID=1226 <86>Oct 29 16:09:14 groupadd[1033748]: group added to /etc/gshadow: name=rooter <86>Oct 29 16:09:14 groupadd[1033748]: new group: name=rooter, GID=1226 <86>Oct 29 16:09:14 useradd[1033787]: new user: name=rooter, UID=1226, GID=1226, home=/root, shell=/bin/bash, from=none <86>Oct 29 16:09:14 userdel[1033833]: delete user 'builder' <86>Oct 29 16:09:14 userdel[1033833]: removed group 'builder' owned by 'builder' <86>Oct 29 16:09:14 userdel[1033833]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 16:09:14 groupadd[1033898]: group added to /etc/group: name=builder, GID=1227 <86>Oct 29 16:09:14 groupadd[1033898]: group added to /etc/gshadow: name=builder <86>Oct 29 16:09:14 groupadd[1033898]: new group: name=builder, GID=1227 <86>Oct 29 16:09:14 useradd[1033936]: new user: name=builder, UID=1227, GID=1227, home=/usr/src, shell=/bin/bash, from=none Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/bin2iso-1.9b-alt1.nosrc.rpm (w1.gzdio) Installing bin2iso-1.9b-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.97307 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bin2iso-1.9b + echo 'Source #0 (bin2iso-1.9b.tar):' Source #0 (bin2iso-1.9b.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/bin2iso-1.9b.tar + cd bin2iso-1.9b + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.97307 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bin2iso-1.9b + cd src/linux_macos + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o bin2iso bin2iso_v1.9b_linux.c bin2iso_v1.9b_linux.c:114:1: error: return type defaults to 'int' [-Wimplicit-int] 114 | buffered_fread(unsigned char *array, unsigned int size) { | ^~~~~~~~~~~~~~ bin2iso_v1.9b_linux.c: In function 'buffered_fread': bin2iso_v1.9b_linux.c:128:39: warning: statement with no effect [-Wunused-value] 128 | while(i++ < size) { array[i] == 0; }/* zero fill the rest */ | ~~~~~~~~~^~~~ bin2iso_v1.9b_linux.c: In function 'getTrackinfo': bin2iso_v1.9b_linux.c:240:20: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 240 | strncpy(track->num, &Line[8], 2); track->num[2] = '\0'; | ~~~~~^~~~~ | | | unsigned char * In file included from /usr/include/features.h:503, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:92:1: note: expected 'char *' but argument is of type 'unsigned char *' 92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ bin2iso_v1.9b_linux.c:252:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 252 | strcpy(track->name, sBinFilename); | ~~~~~^~~~~~ | | | unsigned char * /usr/include/bits/string_fortified.h:77:1: note: expected 'char *' but argument is of type 'unsigned char *' 77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:254:16: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] 254 | strcat(track->name, "-"); | ~~~~~^~~~~~ | | | unsigned char * /usr/include/bits/string_fortified.h:128:1: note: expected 'char *' but argument is of type 'unsigned char *' 128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:255:16: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] 255 | strcat(track->name, track->num); | ~~~~~^~~~~~ | | | unsigned char * /usr/include/bits/string_fortified.h:128:1: note: expected 'char *' but argument is of type 'unsigned char *' 128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:255:29: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] 255 | strcat(track->name, track->num); | ~~~~~^~~~~ | | | unsigned char * /usr/include/bits/string_fortified.h:128:1: note: expected 'const char *' but argument is of type 'unsigned char *' 128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:262:19: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] 262 | strcat(track->name, ".iso"); | ~~~~~^~~~~~ | | | unsigned char * /usr/include/bits/string_fortified.h:128:1: note: expected 'char *' but argument is of type 'unsigned char *' 128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:264:19: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] 264 | strcat(track->name, ".wav"); | ~~~~~^~~~~~ | | | unsigned char * /usr/include/bits/string_fortified.h:128:1: note: expected 'char *' but argument is of type 'unsigned char *' 128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:266:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'unsigned char *' [-Wformat=] 266 | printf("Track %d Unsupported mode\n", track->num); | ~^ ~~~~~~~~~~ | | | | int unsigned char * | %hhn bin2iso_v1.9b_linux.c:282:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 282 | min = ((Line[13]-'0')<<4) | Line[14]-'0'; | ~~~~~~~~^~~~ bin2iso_v1.9b_linux.c:283:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 283 | sec = ((Line[16]-'0')<<4) | Line[17]-'0'; | ~~~~~~~~^~~~ bin2iso_v1.9b_linux.c:284:48: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 284 | block = ((Line[19]-'0')<<4) | Line[20]-'0'; | ~~~~~~~~^~~~ bin2iso_v1.9b_linux.c: In function 'dotrack': bin2iso_v1.9b_linux.c:329:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 329 | if(startidx != 0) printf("\nNote: PreGap = %d frames\n", startidx-preidx); | ~^ ~~~~~~~~~~~~~~~ | | | | int long int | %ld bin2iso_v1.9b_linux.c:334:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 334 | printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1); | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:334:36: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 334 | printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1); | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:336:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 336 | printf("Converting (%06d,%06d) ", startidx, endidx-1); | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:336:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 336 | printf("Converting (%06d,%06d) ", startidx, endidx-1); | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:415:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 415 | if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:422:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 422 | if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:496:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 496 | if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c: In function 'checkGaps': bin2iso_v1.9b_linux.c:604:8: warning: unused variable 'c' [-Wunused-variable] 604 | int c = 0; | ^ bin2iso_v1.9b_linux.c: In function 'main': bin2iso_v1.9b_linux.c:696:66: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] 696 | printf(" -nob - Doesn't use overburn data past %ld sectors. \n", CD74_MAX_SECTORS); | ~~^ | | | long int | %d bin2iso_v1.9b_linux.c:792:18: warning: too many arguments for format [-Wformat-extra-args] 792 | printf ("Error: Filename not found on first line of cuefile.\n", argv[1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bin2iso_v1.9b_linux.c:882:29: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 882 | strcpy(tracks[i].name, "obdatatemp.bin"); | ~~~~~~~~~^~~~~ | | | unsigned char * /usr/include/bits/string_fortified.h:77:1: note: expected 'char *' but argument is of type 'unsigned char *' 77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:927:24: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 927 | printf("%s (%3d Mb) - sectors %06ld:%06ld (offset %09ld:%09ld)\n", | ~~^ | | | int | %3ld 928 | tracks[i].name, 929 | tracks[i].size/(1024*1024), | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int bin2iso_v1.9b_linux.c:943:49: warning: pointer targets in passing argument 2 of 'rename' differ in signedness [-Wpointer-sign] 943 | if( 0 != rename(sBinFilename, tracks[0].name) ) { | ~~~~~~~~~^~~~~ | | | unsigned char * /usr/include/stdio.h:159:51: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int rename (const char *__old, const char *__new) __THROW; | ~~~~~~~~~~~~^~~~~ bin2iso_v1.9b_linux.c:961:40: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] 961 | strcat(sOutFilename, trackA.name); | ~~~~~~^~~~~ | | | unsigned char * /usr/include/bits/string_fortified.h:128:1: note: expected 'const char *' but argument is of type 'unsigned char *' 128 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:963:50: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 963 | if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { | ~~~~~~^~~~ | | | unsigned char * In file included from bin2iso_v1.9b_linux.c:2: /usr/include/string.h:156:32: note: expected 'const char *' but argument is of type 'unsigned char *' 156 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ bin2iso_v1.9b_linux.c:982:26: error: implicit declaration of function 'ftruncate'; did you mean 'strncat'? [-Wimplicit-function-declaration] 982 | if( -1 == ftruncate(fileno(fdBinFile), trackA.offset1) ) { | ^~~~~~~~~ | strncat bin2iso_v1.9b_linux.c:989:52: warning: pointer targets in passing argument 2 of 'rename' differ in signedness [-Wpointer-sign] 989 | if( 0 != rename(sBinFilename, trackA.name) ) { | ~~~~~~^~~~~ | | | unsigned char * /usr/include/stdio.h:159:51: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int rename (const char *__old, const char *__new) __THROW; | ~~~~~~~~~~~~^~~~~ bin2iso_v1.9b_linux.c:999:40: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] 999 | fdBinFile = fopen(trackA.name, "rb+"); // gets closed in doTrack... | ~~~~~~^~~~~ | | | unsigned char * /usr/include/stdio.h:263:44: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 263 | extern FILE *fopen (const char *__restrict __filename, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ bin2iso_v1.9b_linux.c:648:22: warning: unused variable 'count' [-Wunused-variable] 648 | unsigned long int count = 0; | ^~~~~ bin2iso_v1.9b_linux.c:756:10: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 756 | fread( sLine, 1, sizeof(tWavHead), fdBinFile ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: Bad exit status from /usr/src/tmp/rpm-tmp.97307 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.97307 (%build) Command exited with non-zero status 1 0.05user 0.04system 0:00.10elapsed 95%CPU (0avgtext+0avgdata 20020maxresident)k 0inputs+0outputs (0major+8517minor)pagefaults 0swaps hsh-rebuild: rebuild of `bin2iso-1.9b-alt1.src.rpm' failed. Command exited with non-zero status 1 0.71user 1.33system 0:03.96elapsed 51%CPU (0avgtext+0avgdata 12072maxresident)k 0inputs+0outputs (0major+84094minor)pagefaults 0swaps