<86>Aug 1 08:33:34 userdel[326514]: delete user 'rooter' <86>Aug 1 08:33:34 userdel[326514]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:33:34 userdel[326514]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 08:33:34 groupadd[326525]: group added to /etc/group: name=rooter, GID=663 <86>Aug 1 08:33:34 groupadd[326525]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:33:34 groupadd[326525]: new group: name=rooter, GID=663 <86>Aug 1 08:33:34 useradd[326533]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash <86>Aug 1 08:33:34 userdel[326546]: delete user 'builder' <86>Aug 1 08:33:34 userdel[326546]: removed group 'builder' owned by 'builder' <86>Aug 1 08:33:34 userdel[326546]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:33:34 groupadd[326556]: group added to /etc/group: name=builder, GID=664 <86>Aug 1 08:33:34 groupadd[326556]: group added to /etc/gshadow: name=builder <86>Aug 1 08:33:34 groupadd[326556]: new group: name=builder, GID=664 <86>Aug 1 08:33:34 useradd[326566]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/tcmplex-panteltje-0.4.7-alt1.qa1.nosrc.rpm (w1.gzdio) Installing tcmplex-panteltje-0.4.7-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.90610 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tcmplex-panteltje-0.4.7 + echo 'Source #0 (tcmplex-panteltje-0.4.7.tar.bz2):' Source #0 (tcmplex-panteltje-0.4.7.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/tcmplex-panteltje-0.4.7.tar.bz2 + /bin/tar -xf - + cd tcmplex-panteltje-0.4.7 + /bin/chmod -c -Rf u+rwX,go-w . + /usr/bin/subst 's/-O2/-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic/' Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80662 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tcmplex-panteltje-0.4.7 + make CC=gcc make: Entering directory '/usr/src/RPM/BUILD/tcmplex-panteltje-0.4.7' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c buffer.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c domplex.c domplex.c: In function 'domplex': domplex.c:180:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_v); ^~~~~~~~~~~~~~~~~~~~~~~~ domplex.c:193:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_a); ^~~~~~~~~~~~~~~~~~~~~~~~ domplex.c:206:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_a1); ^~~~~~~~~~~~~~~~~~~~~~~~~ domplex.c:217:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_a2); ^~~~~~~~~~~~~~~~~~~~~~~~~ domplex.c:229:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_a3); ^~~~~~~~~~~~~~~~~~~~~~~~~ domplex.c:241:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_a4); ^~~~~~~~~~~~~~~~~~~~~~~~~ domplex.c:253:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_a5); ^~~~~~~~~~~~~~~~~~~~~~~~~ domplex.c:265:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_a6); ^~~~~~~~~~~~~~~~~~~~~~~~~ domplex.c:277:7: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_a7); ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c inits.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c inptstrm.c inptstrm.c: In function 'check_files': inptstrm.c:96:29: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not a 11172-2 or 13818-2 Video stream.", VideoFilename); ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 48 and 302 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inptstrm.c:127:29: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not an AC3 or MPEG Audio stream.", AudioFilename); ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 296 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inptstrm.c:155:29: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not an AC3 or MPEG Audio stream.", Audio1Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 296 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inptstrm.c:183:29: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not an AC3 or MPEG Audio stream.", Audio2Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 296 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inptstrm.c:211:26: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not an AC3 or MPEG Audio stream.", Audio3Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 296 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inptstrm.c:239:29: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not an AC3 or MPEG Audio stream.", Audio4Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 296 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inptstrm.c:267:29: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not an AC3 or MPEG Audio stream.", Audio5Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 296 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inptstrm.c:295:29: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not an AC3 or MPEG Audio stream.", Audio6Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 296 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inptstrm.c:323:29: warning: '%s' directive writing up to 254 bytes into a region of size 75 [-Wformat-overflow=] sprintf(tmpStr, "File %s is not an AC3 or MPEG Audio stream.", Audio7Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from inptstrm.c:2: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 296 bytes into a destination of size 80 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c interact.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c multplex.c multplex.c: In function 'outputstream': multplex.c:313:10: warning: variable 'first_video_PTS' set but not used [-Wunused-but-set-variable] double first_video_PTS=0.0f, first_video_DTS=0.0f; ^~~~~~~~~~~~~~~ multplex.c:308:38: warning: variable 'clock_inc_2' set but not used [-Wunused-but-set-variable] double sectors_per_sec, clock_inc, clock_inc_2; ^~~~~~~~~~~ multplex.c:639:5: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result] mkstemp(temp_filename_s); ^~~~~~~~~~~~~~~~~~~~~~~~ multplex.c: In function 'end_program_stream': multplex.c:2787:56: warning: '%s' directive writing up to 259 bytes into a region of size 228 [-Wformat-overflow=] sprintf(tmpStr, "Unable to write to program file %s.", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 34 and 293 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:2883:44: warning: '%s' directive writing up to 259 bytes into a region of size 236 [-Wformat-overflow=] sprintf(tmpStr, " Finished multiplexing %s", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 25 and 284 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:3021:74: warning: '%s' directive writing up to 259 bytes into a region of size between 197 and 207 [-Wformat-overflow=] sprintf(tmpStr, " Calculating %d SVCD user data scan offsets for file %s", totIFrames, programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 54 and 323 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:3125:62: warning: '%s' directive writing up to 259 bytes into a region of size 228 [-Wformat-overflow=] sprintf(tmpStr, "Unable to write to program file %s.", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 34 and 293 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:3068:70: warning: '%s' directive writing up to 259 bytes into a region of size 220 [-Wformat-overflow=] sprintf(tmpStr, "Unable to seek position in program file %s.", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 42 and 301 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:3051:59: warning: '%s' directive writing up to 259 bytes into a region of size 227 [-Wformat-overflow=] sprintf(tmpStr, "Unable to read from program file %s.", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 35 and 294 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:3140:72: warning: '%s' directive writing up to 259 bytes into a region of size 210 [-Wformat-overflow=] sprintf(tmpStr, " Finished calculating SVCD scan offsets for file %s", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 51 and 310 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:3145:69: warning: '%s' directive writing up to 259 bytes into a region of size between 205 and 214 [-Wformat-overflow=] sprintf(tmpStr, "Could not find User Data at I-frame %d in file %s.", i, programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 48 and 316 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:2899:71: warning: '%s' directive writing up to 259 bytes into a region of size 213 [-Wformat-overflow=] sprintf(tmpStr, "Unable to set the end of file for program file %s.", ^~ programFilename); ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 49 and 308 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:2890:68: warning: '%s' directive writing up to 259 bytes into a region of size 216 [-Wformat-overflow=] sprintf(tmpStr, "Unable to flush the buffers of program file %s.", ^~ programFilename); ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 46 and 305 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c: In function 'outputstream': multplex.c:465:50: warning: '%s' directive writing up to 254 bytes into a region of size 106 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open video file %s.", VideoFilename); ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 28 and 282 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:474:50: warning: '%s' directive writing up to 254 bytes into a region of size 106 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open audio file %s.", AudioFilename); ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 28 and 282 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:483:60: warning: '%s' directive writing up to 254 bytes into a region of size 96 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open secondary audio file %s.", Audio1Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 38 and 292 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:493:60: warning: '%s' directive writing up to 254 bytes into a region of size 96 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open secondary audio file %s.", Audio2Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 38 and 292 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:503:60: warning: '%s' directive writing up to 254 bytes into a region of size 96 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open secondary audio file %s.", Audio3Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 38 and 292 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:513:60: warning: '%s' directive writing up to 254 bytes into a region of size 96 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open secondary audio file %s.", Audio4Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 38 and 292 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:523:60: warning: '%s' directive writing up to 254 bytes into a region of size 96 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open secondary audio file %s.", Audio5Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 38 and 292 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:533:60: warning: '%s' directive writing up to 254 bytes into a region of size 96 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open secondary audio file %s.", Audio6Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 38 and 292 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:543:60: warning: '%s' directive writing up to 254 bytes into a region of size 96 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open secondary audio file %s.", Audio7Filename); ^~ ~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 38 and 292 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:679:52: warning: '%s' directive writing up to 259 bytes into a region of size 104 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open program file %s.", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 30 and 289 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:1450:40: warning: '%s' directive writing up to 259 bytes into a region of size 112 [-Wformat-overflow=] sprintf(tmpStr, " Multiplexing file %s", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 21 and 280 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:1494:46: warning: '%s' directive writing up to 259 bytes into a region of size 112 [-Wformat-overflow=] sprintf(tmpStr, " Multiplexing file %s", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 21 and 280 bytes into a destination of size 132 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ multplex.c:2668:50: warning: '%s' directive writing up to 259 bytes into a region of size 232 [-Wformat-overflow=] sprintf(tmpStr, "Unable to open program file %s.", programFilename); ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from multplex.c:1: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 30 and 289 bytes into a destination of size 260 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c systems.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c tcmplex.c tcmplex.c: In function 'usage': tcmplex.c:78:1: warning: multi-line comment [-Wcomment] //-N NTSC mode [PAL].\n\ ^ tcmplex.c: In function 'main': tcmplex.c:105:5: warning: unused variable 'mux_stop_flag' [-Wunused-variable] int mux_stop_flag = 0; ^~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c timecode.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c bits.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c params.c params.c: In function 'bb_set_profile': params.c:1911:11: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] switch (tolower(ref_type)) ^~~~~~~ At top level: params.c:69:12: warning: 'bitratetab' defined but not used [-Wunused-variable] static int bitratetab[4] = {80000000, 60000000, 14000000, 4000000}; ^~~~~~~~~~ params.c:68:12: warning: 'ratetab1' defined but not used [-Wunused-variable] static int ratetab1[4] = {62668800, 47001600, 10368000, 3041280}; ^~~~~~~~ params.c:63:12: warning: 'Ndefaults' defined but not used [-Wunused-variable] static int Ndefaults[MAXM] = {1, 12, 15, 16, 15, 12, 14, 16}; ^~~~~~~~~ params.c:61:12: warning: 'vertlim' defined but not used [-Wunused-variable] static int vertlim[4] = {5, 5, 5, 4}; ^~~~~~~ params.c:60:12: warning: 'horzlim' defined but not used [-Wunused-variable] static int horzlim[4] = {9, 9, 8, 7}; ^~~~~~~ params.c: In function 'bb_gen_profile': params.c:2109:46: warning: '%s' directive writing up to 127 bytes into a region of size 109 [-Wformat-overflow=] sprintf(comment, "suggested minimum (%s)", hlpstr); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from main.h:14, from params.c:5: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 21 and 148 bytes into a destination of size 128 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o tcmplex-panteltje buffer.o domplex.o inits.o inptstrm.o interact.o multplex.o systems.o tcmplex.o timecode.o bits.o params.o -lm make: Leaving directory '/usr/src/RPM/BUILD/tcmplex-panteltje-0.4.7' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.91287 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/tcmplex-panteltje-buildroot + : + /bin/rm -rf -- /usr/src/tmp/tcmplex-panteltje-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd tcmplex-panteltje-0.4.7 + /bin/mkdir -p /usr/src/tmp/tcmplex-panteltje-buildroot/usr/bin + /bin/install -p -m 755 tcmplex-panteltje /usr/src/tmp/tcmplex-panteltje-buildroot/usr/bin/tcmplex-panteltje + ln -s tcmplex-panteltje /usr/src/tmp/tcmplex-panteltje-buildroot/usr/bin/tcmplex + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/tcmplex-panteltje-buildroot (auto) Verifying and fixing files in /usr/src/tmp/tcmplex-panteltje-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/tcmplex-panteltje-buildroot/ (default) Compressing files in /usr/src/tmp/tcmplex-panteltje-buildroot (auto) Verifying ELF objects in /usr/src/tmp/tcmplex-panteltje-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: tcmplex-panteltje-0.4.7-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.91287 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tcmplex-panteltje-0.4.7 + DOCDIR=/usr/src/tmp/tcmplex-panteltje-buildroot/usr/share/doc/tcmplex-panteltje-0.4.7 + export DOCDIR + rm -rf /usr/src/tmp/tcmplex-panteltje-buildroot/usr/share/doc/tcmplex-panteltje-0.4.7 + /bin/mkdir -p /usr/src/tmp/tcmplex-panteltje-buildroot/usr/share/doc/tcmplex-panteltje-0.4.7 + cp -prL CHANGES COPYRIGHT LICENSE README tcmplex-panteltje-0.4.7.lsm /usr/src/tmp/tcmplex-panteltje-buildroot/usr/share/doc/tcmplex-panteltje-0.4.7 + chmod -R go-w /usr/src/tmp/tcmplex-panteltje-buildroot/usr/share/doc/tcmplex-panteltje-0.4.7 + chmod -R a+rX /usr/src/tmp/tcmplex-panteltje-buildroot/usr/share/doc/tcmplex-panteltje-0.4.7 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MUzZL0 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.nJAtZ4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2q1yOe Creating tcmplex-panteltje-debuginfo package Processing files: tcmplex-panteltje-debuginfo-0.4.7-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YBaadF find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BbwLvj find-requires: running scripts (debuginfo) Requires: tcmplex-panteltje = 0.4.7-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6) Wrote: /usr/src/RPM/RPMS/i586/tcmplex-panteltje-0.4.7-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/tcmplex-panteltje-debuginfo-0.4.7-alt1.qa1.i586.rpm (w2.lzdio) 6.00user 0.70system 0:10.94elapsed 61%CPU (0avgtext+0avgdata 52972maxresident)k 0inputs+0outputs (0major+263353minor)pagefaults 0swaps 7.20user 2.52system 0:13.87elapsed 70%CPU (0avgtext+0avgdata 52972maxresident)k 0inputs+0outputs (0major+431202minor)pagefaults 0swaps --- tcmplex-panteltje-0.4.7-alt1.qa1.i586.rpm.repo 2013-04-15 14:30:34.000000000 +0000 +++ tcmplex-panteltje-0.4.7-alt1.qa1.i586.rpm.hasher 2021-08-01 08:33:46.614970228 +0000 @@ -20,3 +20,3 @@ File: /usr/bin/tcmplex 120777 root:root tcmplex-panteltje -File: /usr/bin/tcmplex-panteltje 100755 root:root 25378c4a7ec35955afe18e7f4edcc5fd +File: /usr/bin/tcmplex-panteltje 100755 root:root 5c7f779b742b24105f928bea88e0c741 File: /usr/share/doc/tcmplex-panteltje-0.4.7 40755 root:root @@ -27,2 +27,2 @@ File: /usr/share/doc/tcmplex-panteltje-0.4.7/tcmplex-panteltje-0.4.7.lsm 100644 root:root d26817eb422d573fdee546f8406eafe8 -RPMIdentity: 83eff021e4ef331ea1ea0e5a25525a9a4421fbc124f3ff7bbf3f38d2a34c355bb83c1d960185789659cc7fa3d391f676ec798c67b751948fea9c478a412a49f4 +RPMIdentity: c18397b4be18dd4b2545fc82fca49221397407ee2d7f055aec5417ed71b6a82491cfbcad9115a31b65b2ae8114f2680d670325216879040d1b48c4bbce45b0f3 --- tcmplex-panteltje-debuginfo-0.4.7-alt1.qa1.i586.rpm.repo 2013-04-15 14:30:34.000000000 +0000 +++ tcmplex-panteltje-debuginfo-0.4.7-alt1.qa1.i586.rpm.hasher 2021-08-01 08:33:46.709970350 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/9b 40755 root:root -/usr/lib/debug/.build-id/9b/6853eb5267ea4c92580425cdb5e1574801560b 120777 root:root ../../../../bin/tcmplex-panteltje -/usr/lib/debug/.build-id/9b/6853eb5267ea4c92580425cdb5e1574801560b.debug 120777 root:root ../../usr/bin/tcmplex-panteltje.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/c049c36c59a0faa0717228ee630de3e8731e8f 120777 root:root ../../../../bin/tcmplex-panteltje +/usr/lib/debug/.build-id/0f/c049c36c59a0faa0717228ee630de3e8731e8f.debug 120777 root:root ../../usr/bin/tcmplex-panteltje.debug /usr/lib/debug/usr/bin/tcmplex-panteltje.debug 100644 root:root @@ -28,6 +28,6 @@ Provides: tcmplex-panteltje-debuginfo = 0.4.7-alt1.qa1 -File: /usr/lib/debug/.build-id/9b 40755 root:root -File: /usr/lib/debug/.build-id/9b/6853eb5267ea4c92580425cdb5e1574801560b 120777 root:root ../../../../bin/tcmplex-panteltje -File: /usr/lib/debug/.build-id/9b/6853eb5267ea4c92580425cdb5e1574801560b.debug 120777 root:root ../../usr/bin/tcmplex-panteltje.debug -File: /usr/lib/debug/usr/bin/tcmplex-panteltje.debug 100644 root:root 677709cf7c94c20721df5917361d18f2 +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/c049c36c59a0faa0717228ee630de3e8731e8f 120777 root:root ../../../../bin/tcmplex-panteltje +File: /usr/lib/debug/.build-id/0f/c049c36c59a0faa0717228ee630de3e8731e8f.debug 120777 root:root ../../usr/bin/tcmplex-panteltje.debug +File: /usr/lib/debug/usr/bin/tcmplex-panteltje.debug 100644 root:root 073a3e06db27f6b60f5dfe318eac72db File: /usr/lib/debug/usr/bin/tcmplex.debug 120777 root:root tcmplex-panteltje.debug @@ -50,2 +50,2 @@ File: /usr/src/debug/tcmplex-panteltje-0.4.7/timecode.c 100644 root:root 5d0148cd9aa43eaf12bef299eea5a8b7 -RPMIdentity: bf2c89bd16bbf9c7ad3207bb377d131bd4717d32897278e4f4b961c1b16ef5d2be3aaef3fa10ef8c6698f6bc273fd4278c236b07d9fdd7fe021f75a31734904f +RPMIdentity: b274d166fab8e250810122cae7d73d381bd1b940b633b9a47505a716168e79a4aa3678a28387e12e25230064b2831e728c11897f5448b88952a08e4565f3a5ab