<86>Jan 28 06:54:54 userdel[77402]: delete user 'rooter' <86>Jan 28 06:54:54 groupadd[77466]: group added to /etc/group: name=rooter, GID=597 <86>Jan 28 06:54:54 groupadd[77466]: group added to /etc/gshadow: name=rooter <86>Jan 28 06:54:54 groupadd[77466]: new group: name=rooter, GID=597 <86>Jan 28 06:54:54 useradd[77539]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash <86>Jan 28 06:54:54 userdel[77727]: delete user 'builder' <86>Jan 28 06:54:54 groupadd[77921]: group added to /etc/group: name=builder, GID=598 <86>Jan 28 06:54:54 groupadd[77921]: group added to /etc/gshadow: name=builder <86>Jan 28 06:54:54 groupadd[77921]: new group: name=builder, GID=598 <86>Jan 28 06:54:54 useradd[77976]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/bin2iso-1.9-alt1.qa1.nosrc.rpm Installing bin2iso-1.9-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.47386 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bin2iso-1.9 + /bin/mkdir -p bin2iso-1.9 + cd bin2iso-1.9 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.19291 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bin2iso-1.9 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o bin2iso /usr/src/RPM/SOURCES/bin2iso19b_linux.c /usr/src/RPM/SOURCES/bin2iso19b_linux.c:114:1: warning: return type defaults to 'int' [-Wimplicit-int] buffered_fread(unsigned char *array, unsigned int size) { ^~~~~~~~~~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'buffered_fread': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:128:39: warning: statement with no effect [-Wunused-value] while(i++ < size) { array[i] == 0; }/* zero fill the rest */ ~~~~~~~~~^~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'getTrackinfo': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:240:20: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(track->num, &Line[8], 2); track->num[2] = '\0'; ~~~~~^~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:103:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:252:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(track->name, sBinFilename); ~~~~~^~~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:254:16: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, "-"); ~~~~~^~~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:126:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:255:16: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, track->num); ~~~~~^~~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:126:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:255:29: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, track->num); ~~~~~^~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:126:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:262:19: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, ".iso"); ~~~~~^~~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:126:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:264:19: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] strcat(track->name, ".wav"); ~~~~~^~~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:126:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:266:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'unsigned char *' [-Wformat=] printf("Track %d Unsupported mode\n", track->num); ~^ ~~~~~~~~~~ %hhn /usr/src/RPM/SOURCES/bin2iso19b_linux.c:282:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] min = ((Line[13]-'0')<<4) | Line[14]-'0'; ~~~~~~~~^~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:283:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] sec = ((Line[16]-'0')<<4) | Line[17]-'0'; ~~~~~~~~^~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:284:48: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] block = ((Line[19]-'0')<<4) | Line[20]-'0'; ~~~~~~~~^~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'dotrack': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:329:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] if(startidx != 0) printf("\nNote: PreGap = %d frames\n", startidx-preidx); ~^ ~~~~~~~~~~~~~~~ %ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c:334:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1); ~~~^ ~~~~~~~~ %06ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c:334:36: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1); ~~~^ ~~~~~~~~ %06ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c:336:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("Converting (%06d,%06d) ", startidx, endidx-1); ~~~^ ~~~~~~~~ %06ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c:336:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] printf("Converting (%06d,%06d) ", startidx, endidx-1); ~~~^ ~~~~~~~~ %06ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c:415:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } ~~~^ ~~~~~~~~ %06ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c:422:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } ~~~^ ~~~~~~~~ %06ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c:496:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } ~~~^ ~~~~~~~~ %06ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'checkGaps': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:604:8: warning: unused variable 'c' [-Wunused-variable] int c = 0; ^ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'main': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:696:66: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] printf(" -nob - Doesn't use overburn data past %ld sectors. \n", CD74_MAX_SECTORS); ~~^ %d /usr/src/RPM/SOURCES/bin2iso19b_linux.c:792:18: warning: too many arguments for format [-Wformat-extra-args] printf ("Error: Filename not found on first line of cuefile.\n", argv[1]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:882:29: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(tracks[i].name, "obdatatemp.bin"); ~~~~~~~~~^~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:927:24: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] printf("%s (%3d Mb) - sectors %06ld:%06ld (offset %09ld:%09ld)\n", ~~^ %3ld /usr/src/RPM/SOURCES/bin2iso19b_linux.c:929:13: tracks[i].size/(1024*1024), ~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:943:49: warning: pointer targets in passing argument 2 of 'rename' differ in signedness [-Wpointer-sign] if( 0 != rename(sBinFilename, tracks[0].name) ) { ~~~~~~~~~^~~~~ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/stdio.h:146:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int rename (const char *__old, const char *__new) __THROW; ^~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:961:40: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] strcat(sOutFilename, trackA.name); ~~~~~~^~~~~ In file included from /usr/include/features.h:428, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/string_fortified.h:126:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:963:50: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { ~~~~~~^~~~ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:2: /usr/include/string.h:136:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strcmp (const char *__s1, const char *__s2) ^~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:982:26: warning: implicit declaration of function 'ftruncate'; did you mean 'strncat'? [-Wimplicit-function-declaration] if( -1 == ftruncate(fileno(fdBinFile), trackA.offset1) ) { ^~~~~~~~~ strncat /usr/src/RPM/SOURCES/bin2iso19b_linux.c:989:52: warning: pointer targets in passing argument 2 of 'rename' differ in signedness [-Wpointer-sign] if( 0 != rename(sBinFilename, trackA.name) ) { ~~~~~~^~~~~ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/stdio.h:146:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int rename (const char *__old, const char *__new) __THROW; ^~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:999:40: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] fdBinFile = fopen(trackA.name, "rb+"); // gets closed in doTrack... ~~~~~~^~~~~ In file included from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/stdio.h:232:14: note: expected 'const char * restrict' but argument is of type 'unsigned char *' extern FILE *fopen (const char *__restrict __filename, ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:648:22: warning: unused variable 'count' [-Wunused-variable] unsigned long int count = 0; ^~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c:756:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread( sLine, 1, sizeof(tWavHead), fdBinFile ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'buffered_fwrite': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:174:18: warning: 'readpos' may be used uninitialized in this function [-Wmaybe-uninitialized] if(0 != fseek(fdOutFile, readpos, SEEK_SET)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'flush_buffers': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:215:15: warning: 'readpos' may be used uninitialized in this function [-Wmaybe-uninitialized] if(0 != fseek(fdOutFile, readpos, SEEK_SET)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/RPM/SOURCES/bin2iso19b_linux.c: In function 'doCueFile': /usr/src/RPM/SOURCES/bin2iso19b_linux.c:552:39: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(mode, "MODE%d/2352", buf[15]); ^ In file included from /usr/include/stdio.h:862, from /usr/src/RPM/SOURCES/bin2iso19b_linux.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 13 bytes into a destination of size 12 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.35843 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/bin2iso-buildroot + : + /bin/rm -rf -- /usr/src/tmp/bin2iso-buildroot + cd bin2iso-1.9 + /bin/mkdir -p /usr/src/tmp/bin2iso-buildroot/usr/bin + /bin/install -m 0755 bin2iso /usr/src/tmp/bin2iso-buildroot//usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/bin2iso-buildroot (auto) Verifying and fixing files in /usr/src/tmp/bin2iso-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/bin2iso-buildroot/ (default) Compressing files in /usr/src/tmp/bin2iso-buildroot (auto) Verifying ELF objects in /usr/src/tmp/bin2iso-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/bin2iso: uses non-LFS functions: fopen ftruncate Hardlinking identical .pyc and .pyo files Processing files: bin2iso-1.9-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6tjxCI find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P7Hc6I find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g1C0ub Creating bin2iso-debuginfo package Processing files: bin2iso-debuginfo-1.9-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8uzX43 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cEvGK8 find-requires: running scripts (debuginfo) Requires: bin2iso = 1.9-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/bin2iso-1.9-alt1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/bin2iso-debuginfo-1.9-alt1.qa1.i586.rpm 2.61user 0.29system 0:09.55elapsed 30%CPU (0avgtext+0avgdata 29248maxresident)k 0inputs+0outputs (0major+136517minor)pagefaults 0swaps 8.83user 2.46system 0:22.46elapsed 50%CPU (0avgtext+0avgdata 121536maxresident)k 0inputs+0outputs (0major+448722minor)pagefaults 0swaps