<86>Apr 27 08:38:54 userdel[1286417]: delete user 'rooter' <86>Apr 27 08:38:54 userdel[1286417]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:38:54 userdel[1286417]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:38:54 groupadd[1286463]: group added to /etc/group: name=rooter, GID=1844 <86>Apr 27 08:38:54 groupadd[1286463]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:38:54 groupadd[1286463]: new group: name=rooter, GID=1844 <86>Apr 27 08:38:54 useradd[1286503]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:38:54 userdel[1286553]: delete user 'builder' <86>Apr 27 08:38:54 userdel[1286553]: removed group 'builder' owned by 'builder' <86>Apr 27 08:38:54 userdel[1286553]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:38:54 groupadd[1286596]: group added to /etc/group: name=builder, GID=1845 <86>Apr 27 08:38:54 groupadd[1286596]: group added to /etc/gshadow: name=builder <86>Apr 27 08:38:54 groupadd[1286596]: new group: name=builder, GID=1845 <86>Apr 27 08:38:54 useradd[1286632]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/mpeg2vidcodec-1.2-alt1.qa1.src.rpm: license not found in '/usr/share/license' directory: as-is Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/mpeg2vidcodec-1.2-alt1.qa1.nosrc.rpm (w1.gzdio) Installing mpeg2vidcodec-1.2-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.74483 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mpeg2vidcodec-1.2 + /bin/mkdir -p mpeg2vidcodec-1.2 + cd mpeg2vidcodec-1.2 + echo 'Source #0 (mpeg2vidcodec_v12.tar.gz):' Source #0 (mpeg2vidcodec_v12.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/mpeg2vidcodec_v12.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.74483 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mpeg2vidcodec-1.2 + cd mpeg2 + make make: Entering directory '/usr/src/RPM/BUILD/mpeg2vidcodec-1.2/mpeg2' cd src/mpeg2dec; make 'CC=gcc' \ 'CFLAGS=-O2 ' \ 'LIBS=' 'LIBRARYDIR=' make[1]: Entering directory '/usr/src/RPM/BUILD/mpeg2vidcodec-1.2/mpeg2/src/mpeg2dec' gcc -O2 -c -o mpeg2dec.o mpeg2dec.c mpeg2dec.c: In function 'main': mpeg2dec.c:115:5: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration] 115 | lseek(base.Infile, 0l, 0); | ^~~~~ | fseek mpeg2dec.c:146:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 146 | close(base.Infile); | ^~~~~ | pclose mpeg2dec.c: In function 'Error': mpeg2dec.c:267:3: warning: format not a string literal and no format arguments [-Wformat-security] 267 | fprintf(stderr,text); | ^~~~~~~ gcc -O2 -c -o getpic.o getpic.c gcc -O2 -c -o motion.o motion.c gcc -O2 -c -o getvlc.o getvlc.c getvlc.c: In function 'Get_SNR_macroblock_type': getvlc.c:350:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 350 | #endif TRACE | ^~~~~ getvlc.c:370:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 370 | #endif TRACE | ^~~~~ gcc -O2 -c -o gethdr.o gethdr.c gcc -O2 -c -o getblk.o getblk.c gcc -O2 -c -o getbits.o getbits.c getbits.c: In function 'Fill_Buffer': getbits.c:66:18: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 66 | Buffer_Level = read(ld->Infile,ld->Rdbfr,2048); | ^~~~ | fread gcc -O2 -c -o store.o store.c store.c: In function 'store_yuv1': store.c:176:5: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 176 | write(outfile,obfr,optr-obfr); | ^~~~~ | fwrite store.c:178:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 178 | close(outfile); | ^~~~~ | pclose store.c: In function 'store_sif': store.c:217:3: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 217 | strcat(outname,".SIF"); | ^~~~~~ store.c:36:1: note: include '' or provide a declaration of 'strcat' 35 | #include "global.h" +++ |+#include 36 | store.c:217:3: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 217 | strcat(outname,".SIF"); | ^~~~~~ store.c:217:3: note: include '' or provide a declaration of 'strcat' store.c: In function 'store_ppm_tga': store.c:310:3: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 310 | strcat(outname,tgaflag ? ".tga" : ".ppm"); | ^~~~~~ store.c:310:3: note: include '' or provide a declaration of 'strcat' gcc -O2 -c -o recon.o recon.c gcc -O2 -c -o spatscal.o spatscal.c spatscal.c: In function 'Read_Lower_Layer_Component_Framewise': spatscal.c:91:3: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] 91 | strcat(fname,ext[comp]); | ^~~~~~ spatscal.c:5:1: note: include '' or provide a declaration of 'strcat' 4 | #include "global.h" +++ |+#include 5 | spatscal.c:91:3: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 91 | strcat(fname,ext[comp]); | ^~~~~~ spatscal.c:91:3: note: include '' or provide a declaration of 'strcat' spatscal.c:95:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 95 | #endif VERBOSE | ^~~~~~~ spatscal.c:97:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 97 | if (fd==NULL) exit(-1); | ^~~~ spatscal.c:5:1: note: include '' or provide a declaration of 'exit' 4 | #include "global.h" +++ |+#include 5 | spatscal.c:97:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 97 | if (fd==NULL) exit(-1); | ^~~~ spatscal.c:97:17: note: include '' or provide a declaration of 'exit' spatscal.c: In function 'Read_Lower_Layer_Component_Fieldwise': spatscal.c:122:3: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch] 122 | strcat(fname,ext[comp]); | ^~~~~~ spatscal.c:122:3: note: include '' or provide a declaration of 'strcat' spatscal.c:126:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 126 | #endif VERBOSE | ^~~~~~~ spatscal.c:128:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 128 | if (fd==NULL) exit(-1); | ^~~~ spatscal.c:128:17: note: include '' or provide a declaration of 'exit' spatscal.c:140:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 140 | #endif VERBOSE | ^~~~~~~ spatscal.c:142:19: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 142 | if (fd==NULL) exit(-1); | ^~~~ spatscal.c:142:19: note: include '' or provide a declaration of 'exit' gcc -O2 -c -o idct.o idct.c gcc -O2 -c -o idctref.o idctref.c gcc -O2 -c -o display.o display.c gcc -O2 -c -o systems.o systems.c gcc -O2 -c -o subspic.o subspic.c subspic.c: In function 'Read_Component': subspic.c:263:16: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 263 | Bytes_Read = read(Infile, Frame, Size); | ^~~~ | fread subspic.c:271:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 271 | close(Infile); | ^~~~~ | pclose subspic.c: In function 'Extract_Components': subspic.c:328:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 328 | fread(frame[0]+(line*Coded_Picture_Width),1,Coded_Picture_Width,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subspic.c:334:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 334 | fread(frame[1]+(line*Chroma_Width),1,Chroma_Width,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subspic.c:340:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 340 | fread(frame[2]+(line*Chroma_Width),1,Chroma_Width,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -c -o verify.o verify.c gcc -O2 -o mpeg2decode mpeg2dec.o getpic.o motion.o getvlc.o gethdr.o getblk.o getbits.o store.o recon.o spatscal.o idct.o idctref.o display.o systems.o subspic.o verify.o -lm make[1]: Leaving directory '/usr/src/RPM/BUILD/mpeg2vidcodec-1.2/mpeg2/src/mpeg2dec' cd src/mpeg2enc; make 'CC=gcc' 'CFLAGS=-O2' make[1]: Entering directory '/usr/src/RPM/BUILD/mpeg2vidcodec-1.2/mpeg2/src/mpeg2enc' gcc -O2 -c -o mpeg2enc.o mpeg2enc.c mpeg2enc.c: In function 'error': mpeg2enc.c:152:3: warning: format not a string literal and no format arguments [-Wformat-security] 152 | fprintf(stderr,text); | ^~~~~~~ mpeg2enc.c: In function 'readparmfile': mpeg2enc.c:175:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 175 | fgets(id_string,254,fd); | ^~~~~~~~~~~~~~~~~~~~~~~ mpeg2enc.c:176:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 176 | fgets(line,254,fd); sscanf(line,"%s",tplorg); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:177:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 177 | fgets(line,254,fd); sscanf(line,"%s",tplref); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:178:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 178 | fgets(line,254,fd); sscanf(line,"%s",iqname); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:179:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 179 | fgets(line,254,fd); sscanf(line,"%s",niqname); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:180:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 180 | fgets(line,254,fd); sscanf(line,"%s",statname); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:181:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 181 | fgets(line,254,fd); sscanf(line,"%d",&inputtype); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:182:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 182 | fgets(line,254,fd); sscanf(line,"%d",&nframes); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:183:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 183 | fgets(line,254,fd); sscanf(line,"%d",&frame0); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:184:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 184 | fgets(line,254,fd); sscanf(line,"%d:%d:%d:%d",&h,&m,&s,&f); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:185:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 185 | fgets(line,254,fd); sscanf(line,"%d",&N); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:186:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | fgets(line,254,fd); sscanf(line,"%d",&M); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:187:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 187 | fgets(line,254,fd); sscanf(line,"%d",&mpeg1); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:188:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 188 | fgets(line,254,fd); sscanf(line,"%d",&fieldpic); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:189:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 189 | fgets(line,254,fd); sscanf(line,"%d",&horizontal_size); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:190:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 190 | fgets(line,254,fd); sscanf(line,"%d",&vertical_size); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:191:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 191 | fgets(line,254,fd); sscanf(line,"%d",&aspectratio); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:192:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 192 | fgets(line,254,fd); sscanf(line,"%d",&frame_rate_code); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:193:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 193 | fgets(line,254,fd); sscanf(line,"%lf",&bit_rate); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:194:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 194 | fgets(line,254,fd); sscanf(line,"%d",&vbv_buffer_size); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:195:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 195 | fgets(line,254,fd); sscanf(line,"%d",&low_delay); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:196:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 196 | fgets(line,254,fd); sscanf(line,"%d",&constrparms); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:197:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 197 | fgets(line,254,fd); sscanf(line,"%d",&profile); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:198:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 198 | fgets(line,254,fd); sscanf(line,"%d",&level); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:199:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 199 | fgets(line,254,fd); sscanf(line,"%d",&prog_seq); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:200:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 200 | fgets(line,254,fd); sscanf(line,"%d",&chroma_format); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:201:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 201 | fgets(line,254,fd); sscanf(line,"%d",&video_format); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:202:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 202 | fgets(line,254,fd); sscanf(line,"%d",&color_primaries); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:203:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 203 | fgets(line,254,fd); sscanf(line,"%d",&transfer_characteristics); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:204:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 204 | fgets(line,254,fd); sscanf(line,"%d",&matrix_coefficients); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:205:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 205 | fgets(line,254,fd); sscanf(line,"%d",&display_horizontal_size); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:206:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 206 | fgets(line,254,fd); sscanf(line,"%d",&display_vertical_size); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:207:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 207 | fgets(line,254,fd); sscanf(line,"%d",&dc_prec); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:208:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 208 | fgets(line,254,fd); sscanf(line,"%d",&topfirst); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:209:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 209 | fgets(line,254,fd); sscanf(line,"%d %d %d", | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:212:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 212 | fgets(line,254,fd); sscanf(line,"%d %d %d", | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:215:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 215 | fgets(line,254,fd); sscanf(line,"%d %d %d", | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:218:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 218 | fgets(line,254,fd); sscanf(line,"%d %d %d", | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:220:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 220 | fgets(line,254,fd); sscanf(line,"%d %d %d", | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:222:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 222 | fgets(line,254,fd); sscanf(line,"%d",&repeatfirst); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:223:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 223 | fgets(line,254,fd); sscanf(line,"%d",&prog_frame); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:225:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 225 | fgets(line,254,fd); sscanf(line,"%d",&P); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:226:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 226 | fgets(line,254,fd); sscanf(line,"%d",&r); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:227:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 227 | fgets(line,254,fd); sscanf(line,"%lf",&avg_act); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:228:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 228 | fgets(line,254,fd); sscanf(line,"%d",&Xi); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:229:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 229 | fgets(line,254,fd); sscanf(line,"%d",&Xp); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:230:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 230 | fgets(line,254,fd); sscanf(line,"%d",&Xb); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:231:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 231 | fgets(line,254,fd); sscanf(line,"%d",&d0i); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:232:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 232 | fgets(line,254,fd); sscanf(line,"%d",&d0p); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:233:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 233 | fgets(line,254,fd); sscanf(line,"%d",&d0b); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:248:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 248 | fgets(line,254,fd); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:255:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 255 | fgets(line,254,fd); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c: In function 'readquantmat': mpeg2enc.c:522:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 522 | fscanf(fd,"%d",&v); | ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:550:7: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 550 | fscanf(fd,"%d",&v); | ^~~~~~~~~~~~~~~~~~ gcc -O2 -c -o conform.o conform.c gcc -O2 -c -o putseq.o putseq.c gcc -O2 -c -o putpic.o putpic.c gcc -O2 -c -o puthdr.o puthdr.c gcc -O2 -c -o putmpg.o putmpg.c gcc -O2 -c -o putvlc.o putvlc.c gcc -O2 -c -o putbits.o putbits.c gcc -O2 -c -o motion.o motion.c gcc -O2 -c -o predict.o predict.c gcc -O2 -c -o readpic.o readpic.c readpic.c: In function 'read_ppm': readpic.c:215:3: warning: implicit declaration of function 'pbm_getint' [-Wimplicit-function-declaration] 215 | pbm_getint(fd); pbm_getint(fd); pbm_getint(fd); /* width height maxcolors */ | ^~~~~~~~~~ readpic.c: In function 'read_y_u_v': readpic.c:85:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 85 | fread(frame[0]+i*width,1,horizontal_size,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c:96:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 96 | fread(frame[1]+i*chrom_width,1,chrom_hsize,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c:107:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 107 | fread(frame[2]+i*chrom_width,1,chrom_hsize,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c: In function 'read_yuv': readpic.c:135:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 135 | fread(frame[0]+i*width,1,horizontal_size,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c:140:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 140 | fread(frame[1]+i*chrom_width,1,chrom_hsize,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c:145:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 145 | fread(frame[2]+i*chrom_width,1,chrom_hsize,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -c -o writepic.o writepic.c gcc -O2 -c -o transfrm.o transfrm.c gcc -O2 -c -o fdctref.o fdctref.c gcc -O2 -c -o idct.o idct.c gcc -O2 -c -o quantize.o quantize.c gcc -O2 -c -o ratectl.o ratectl.c gcc -O2 -c -o stats.o stats.c gcc -O2 -o mpeg2encode mpeg2enc.o conform.o putseq.o putpic.o puthdr.o putmpg.o putvlc.o putbits.o motion.o predict.o readpic.o writepic.o transfrm.o fdctref.o idct.o quantize.o ratectl.o stats.o -lm make[1]: Leaving directory '/usr/src/RPM/BUILD/mpeg2vidcodec-1.2/mpeg2/src/mpeg2enc' make: Leaving directory '/usr/src/RPM/BUILD/mpeg2vidcodec-1.2/mpeg2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.2381 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mpeg2vidcodec-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mpeg2vidcodec-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd mpeg2vidcodec-1.2 + /bin/install -d /usr/src/tmp/mpeg2vidcodec-buildroot/usr/bin + /bin/install mpeg2/src/mpeg2enc/mpeg2encode /usr/src/tmp/mpeg2vidcodec-buildroot/usr/bin + /bin/install mpeg2/src/mpeg2dec/mpeg2decode /usr/src/tmp/mpeg2vidcodec-buildroot/usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mpeg2vidcodec-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mpeg2vidcodec-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mpeg2vidcodec-buildroot/ (default) Compressing files in /usr/src/tmp/mpeg2vidcodec-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/mpeg2vidcodec-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/mpeg2decode: uses non-LFS functions: fopen lseek open verify-elf: WARNING: ./usr/bin/mpeg2encode: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/mpeg2vidcodec-buildroot Processing files: mpeg2vidcodec-1.2-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.2381 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mpeg2vidcodec-1.2 + DOCDIR=/usr/src/tmp/mpeg2vidcodec-buildroot/usr/share/doc/mpeg2vidcodec-1.2 + export DOCDIR + rm -rf /usr/src/tmp/mpeg2vidcodec-buildroot/usr/share/doc/mpeg2vidcodec-1.2 + /bin/mkdir -p /usr/src/tmp/mpeg2vidcodec-buildroot/usr/share/doc/mpeg2vidcodec-1.2 + cp -prL mpeg2/README mpeg2/doc/ARCHITECTURE mpeg2/doc/BUGS mpeg2/doc/m2d_old.doc mpeg2/doc/mpeg2enc.doc mpeg2/src/mpeg2dec/EXAMPLES mpeg2/src/mpeg2dec/IEEE1180 mpeg2/src/mpeg2dec/SPATIAL.DOC /usr/src/tmp/mpeg2vidcodec-buildroot/usr/share/doc/mpeg2vidcodec-1.2 + chmod -R go-w /usr/src/tmp/mpeg2vidcodec-buildroot/usr/share/doc/mpeg2vidcodec-1.2 + chmod -R a+rX /usr/src/tmp/mpeg2vidcodec-buildroot/usr/share/doc/mpeg2vidcodec-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZjMrzU find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9BJvYG find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), 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.B4sosX Creating mpeg2vidcodec-debuginfo package Processing files: mpeg2vidcodec-debuginfo-1.2-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RRZ5ek find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eS03em find-requires: running scripts (debuginfo) Requires: mpeg2vidcodec = 1.2-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6) Adding to mpeg2vidcodec-debuginfo a strict dependency on mpeg2vidcodec Wrote: /usr/src/RPM/RPMS/i586/mpeg2vidcodec-1.2-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/mpeg2vidcodec-debuginfo-1.2-alt1.qa1.i586.rpm (w2.lzdio) 3.13user 1.77system 0:08.93elapsed 54%CPU (0avgtext+0avgdata 32348maxresident)k 0inputs+0outputs (0major+265516minor)pagefaults 0swaps /.out/mpeg2vidcodec-1.2-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: as-is /.out/mpeg2vidcodec-debuginfo-1.2-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: as-is 0.55user 1.88system 0:14.44elapsed 16%CPU (0avgtext+0avgdata 12388maxresident)k 0inputs+0outputs (0major+95239minor)pagefaults 0swaps --- mpeg2vidcodec-1.2-alt1.qa1.i586.rpm.repo 2021-07-12 07:26:54.000000000 +0000 +++ mpeg2vidcodec-1.2-alt1.qa1.i586.rpm.hasher 2024-04-27 08:39:05.247641154 +0000 @@ -17,2 +17,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -23,4 +24,4 @@ Provides: mpeg2vidcodec = 1.2-alt1.qa1:sisyphus+278175.100.1.1 -File: /usr/bin/mpeg2decode 100755 root:root b0c1e98fc86ced556d2b6ab44d5d67c7 -File: /usr/bin/mpeg2encode 100755 root:root 03ebf1b48bcb2c6b5532b1a2398cad2f +File: /usr/bin/mpeg2decode 100755 root:root 4c89d5d5cfa7d699dc84c23a95e4e527 +File: /usr/bin/mpeg2encode 100755 root:root 41afa8a2dd95f8258e85ea00cce6ef20 File: /usr/share/doc/mpeg2vidcodec-1.2 40755 root:root @@ -34,2 +35,2 @@ File: /usr/share/doc/mpeg2vidcodec-1.2/mpeg2enc.doc 100644 root:root 47dd9ba5417bbc0f2b5339acee2d6f7d -RPMIdentity: 777a6fcc1ac06be09c96c20debebb4df638c1b7adb6c199f4691f0cbb05a19087e1247a35d8ef5a690dcc8065384ae1902249bf1035aeb6e26a2152b3827169d +RPMIdentity: 9ca34426eb546cd11fe52ab64e60f5df0639925bc3f4973bf2e992ee7e60786584425576f4df762b2bcca1eadb1361f7e2d329c2424e3a69294a06d3ae602147 --- mpeg2vidcodec-debuginfo-1.2-alt1.qa1.i586.rpm.repo 2021-07-12 07:26:54.000000000 +0000 +++ mpeg2vidcodec-debuginfo-1.2-alt1.qa1.i586.rpm.hasher 2024-04-27 08:39:05.344642402 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/a8 40755 root:root -/usr/lib/debug/.build-id/a8/de5b625c373fa3f4024a7f406a04df5053d872 120777 root:root ../../../../bin/mpeg2encode -/usr/lib/debug/.build-id/a8/de5b625c373fa3f4024a7f406a04df5053d872.debug 120777 root:root ../../usr/bin/mpeg2encode.debug -/usr/lib/debug/.build-id/ca 40755 root:root -/usr/lib/debug/.build-id/ca/7f2199b6876d2327fdf4b679632f16005fe797 120777 root:root ../../../../bin/mpeg2decode -/usr/lib/debug/.build-id/ca/7f2199b6876d2327fdf4b679632f16005fe797.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +/usr/lib/debug/.build-id/25 40755 root:root +/usr/lib/debug/.build-id/25/c22224dccda0731ee55df8cb96258b16ece797 120777 root:root ../../../../bin/mpeg2decode +/usr/lib/debug/.build-id/25/c22224dccda0731ee55df8cb96258b16ece797.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +/usr/lib/debug/.build-id/69 40755 root:root +/usr/lib/debug/.build-id/69/47a8956907b7e939519d387523b6e2fca3159b 120777 root:root ../../../../bin/mpeg2encode +/usr/lib/debug/.build-id/69/47a8956907b7e939519d387523b6e2fca3159b.debug 120777 root:root ../../usr/bin/mpeg2encode.debug /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root @@ -14,10 +14,10 @@ Provides: mpeg2vidcodec-debuginfo = 1.2-alt1.qa1:sisyphus+278175.100.1.1 -File: /usr/lib/debug/.build-id/a8 40755 root:root -File: /usr/lib/debug/.build-id/a8/de5b625c373fa3f4024a7f406a04df5053d872 120777 root:root ../../../../bin/mpeg2encode -File: /usr/lib/debug/.build-id/a8/de5b625c373fa3f4024a7f406a04df5053d872.debug 120777 root:root ../../usr/bin/mpeg2encode.debug -File: /usr/lib/debug/.build-id/ca 40755 root:root -File: /usr/lib/debug/.build-id/ca/7f2199b6876d2327fdf4b679632f16005fe797 120777 root:root ../../../../bin/mpeg2decode -File: /usr/lib/debug/.build-id/ca/7f2199b6876d2327fdf4b679632f16005fe797.debug 120777 root:root ../../usr/bin/mpeg2decode.debug -File: /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root b130161f7787ea003afb753122c9b145 -File: /usr/lib/debug/usr/bin/mpeg2encode.debug 100644 root:root e88ccc9df5e96ecb667500b63076be5c -RPMIdentity: 17a9ad2107d0eae70c7315166e37dbbcea0fc726ea7dd17412fc61c6d82f659e521f48af0b877aff4aa0df425726178be287e9652e8833704a92c8372254641c +File: /usr/lib/debug/.build-id/25 40755 root:root +File: /usr/lib/debug/.build-id/25/c22224dccda0731ee55df8cb96258b16ece797 120777 root:root ../../../../bin/mpeg2decode +File: /usr/lib/debug/.build-id/25/c22224dccda0731ee55df8cb96258b16ece797.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +File: /usr/lib/debug/.build-id/69 40755 root:root +File: /usr/lib/debug/.build-id/69/47a8956907b7e939519d387523b6e2fca3159b 120777 root:root ../../../../bin/mpeg2encode +File: /usr/lib/debug/.build-id/69/47a8956907b7e939519d387523b6e2fca3159b.debug 120777 root:root ../../usr/bin/mpeg2encode.debug +File: /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root 189f6db8ed79aa75695231b490e778af +File: /usr/lib/debug/usr/bin/mpeg2encode.debug 100644 root:root 40cfb08add19ee3311b6daccc9057539 +RPMIdentity: bdfefc0107bb629b0ddc384a511d845bc5c36c2993e8020917b4570f61928e0181e41891e19a89469e230843da6a10937f92d2a5c3eb94100750bd98b03d88da