<86>Feb 15 06:30:12 userdel[3232334]: delete user 'rooter' <86>Feb 15 06:30:12 userdel[3232334]: removed group 'rooter' owned by 'rooter' <86>Feb 15 06:30:12 userdel[3232334]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 15 06:30:12 groupadd[3232390]: group added to /etc/group: name=rooter, GID=1871 <86>Feb 15 06:30:12 groupadd[3232390]: group added to /etc/gshadow: name=rooter <86>Feb 15 06:30:12 groupadd[3232390]: new group: name=rooter, GID=1871 <86>Feb 15 06:30:12 useradd[3232436]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Feb 15 06:30:12 userdel[3232505]: delete user 'builder' <86>Feb 15 06:30:12 userdel[3232505]: removed group 'builder' owned by 'builder' <86>Feb 15 06:30:12 userdel[3232505]: removed shadow group 'builder' owned by 'builder' <86>Feb 15 06:30:12 groupadd[3232559]: group added to /etc/group: name=builder, GID=1872 <86>Feb 15 06:30:12 groupadd[3232559]: group added to /etc/gshadow: name=builder <86>Feb 15 06:30:12 groupadd[3232559]: new group: name=builder, GID=1872 <86>Feb 15 06:30:12 useradd[3232599]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/mpeg2vidcodec-1.2-alt2.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-alt2.nosrc.rpm (w1.gzdio) Installing mpeg2vidcodec-1.2-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.1784 + 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): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/mpeg2vidcodec_v12.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (mpeg2vidcodec-fix-compilation.patch):' Patch #1 (mpeg2vidcodec-fix-compilation.patch): + /usr/bin/patch -p1 patching file mpeg2/src/mpeg2dec/getbits.c patching file mpeg2/src/mpeg2dec/mpeg2dec.c patching file mpeg2/src/mpeg2dec/spatscal.c patching file mpeg2/src/mpeg2dec/store.c patching file mpeg2/src/mpeg2dec/subspic.c patching file mpeg2/src/mpeg2enc/readpic.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.1784 + 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 'Error': mpeg2dec.c:268:3: warning: format not a string literal and no format arguments [-Wformat-security] 268 | 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 'Get_Byte': getbits.c:103:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 103 | read(ld->Infile,ld->Rdbfr,2048); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -c -o store.o store.c store.c: In function 'store_yuv1': store.c:178:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 178 | write(outfile,obfr,optr-obfr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store.c: In function 'putbyte': store.c:388:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 388 | write(outfile,obfr,OBFRSIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ store.c: In function 'store_sif': store.c:248:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 248 | write(outfile,obfr,optr-obfr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store.c: In function 'store_ppm_tga': store.c:376:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 376 | write(outfile,obfr,optr-obfr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:98:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 98 | #endif VERBOSE | ^~~~~~~ spatscal.c: In function 'Read_Lower_Layer_Component_Fieldwise': spatscal.c:129:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 129 | #endif VERBOSE | ^~~~~~~ spatscal.c:143:8: warning: extra tokens at end of #endif directive [-Wendif-labels] 143 | #endif VERBOSE | ^~~~~~~ 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 'Extract_Components': subspic.c:329:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 329 | fread(frame[0]+(line*Coded_Picture_Width),1,Coded_Picture_Width,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subspic.c:335:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 335 | fread(frame[1]+(line*Chroma_Width),1,Chroma_Width,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ subspic.c:341:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 341 | 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_y_u_v': readpic.c:131:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 131 | fread(frame[0]+i*width,1,horizontal_size,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c:142:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 142 | fread(frame[1]+i*chrom_width,1,chrom_hsize,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c:153:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 153 | fread(frame[2]+i*chrom_width,1,chrom_hsize,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c: In function 'read_yuv': readpic.c:181:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 181 | fread(frame[0]+i*width,1,horizontal_size,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c:186:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 186 | fread(frame[1]+i*chrom_width,1,chrom_hsize,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readpic.c:191:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 191 | 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.17862 + 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 + /usr/bin/install -d /usr/src/tmp/mpeg2vidcodec-buildroot/usr/bin + /usr/bin/install mpeg2/src/mpeg2enc/mpeg2encode /usr/src/tmp/mpeg2vidcodec-buildroot/usr/bin + /usr/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/mpeg2encode: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/mpeg2decode: uses non-LFS functions: fopen lseek open Splitting links to aliased files under /{,s}bin in /usr/src/tmp/mpeg2vidcodec-buildroot Processing files: mpeg2vidcodec-1.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17862 + 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.VKBBnO 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.Clqon4 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.ZGqhWQ Creating mpeg2vidcodec-debuginfo package Processing files: mpeg2vidcodec-debuginfo-1.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.X2mFcW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZlsvoL find-requires: running scripts (debuginfo) Requires: mpeg2vidcodec = 1.2-alt2, /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-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/mpeg2vidcodec-debuginfo-1.2-alt2.i586.rpm (w2.lzdio) 3.60user 1.59system 0:09.34elapsed 55%CPU (0avgtext+0avgdata 35176maxresident)k 0inputs+0outputs (0major+275737minor)pagefaults 0swaps /.out/mpeg2vidcodec-1.2-alt2.i586.rpm: license not found in '/usr/share/license' directory: as-is /.out/mpeg2vidcodec-debuginfo-1.2-alt2.i586.rpm: license not found in '/usr/share/license' directory: as-is 0.56user 1.90system 0:14.57elapsed 16%CPU (0avgtext+0avgdata 11556maxresident)k 0inputs+0outputs (0major+95727minor)pagefaults 0swaps --- mpeg2vidcodec-1.2-alt2.i586.rpm.repo 2025-01-28 09:18:55.000000000 +0000 +++ mpeg2vidcodec-1.2-alt2.i586.rpm.hasher 2025-02-15 06:30:23.768585618 +0000 @@ -24,4 +24,4 @@ Provides: mpeg2vidcodec = 1.2-alt2:sisyphus+371949.100.1.1 -File: /usr/bin/mpeg2decode 100755 root:root 81f7990dbf9a2896c94e15d5e9610205 -File: /usr/bin/mpeg2encode 100755 root:root f2660649c6ba4cc6011009205dea24cb +File: /usr/bin/mpeg2decode 100755 root:root 8891e8475ff8f9e5527d275be7dda117 +File: /usr/bin/mpeg2encode 100755 root:root fd006c98e560801934dfe80fad716d92 File: /usr/share/doc/mpeg2vidcodec-1.2 40755 root:root @@ -35,2 +35,2 @@ File: /usr/share/doc/mpeg2vidcodec-1.2/mpeg2enc.doc 100644 root:root 47dd9ba5417bbc0f2b5339acee2d6f7d -RPMIdentity: b3f7863d61db9638100e0107abe0e801fda35873bdfc87e57ebf1389a5f73080d26b6d1a52e2d2ed5fb1e80b1772a437fc7e89c94c41a4a88c19d338b99fd40a +RPMIdentity: 5fb003d26624ad32552b27139f679a449a804b66568405ba157a6f8ff3dbcbd8791542f65a5c1e90f4de28ecea6a4c81393d15e39fe1dfa3fbf38b5a56483ed2 --- mpeg2vidcodec-debuginfo-1.2-alt2.i586.rpm.repo 2025-01-28 09:18:54.000000000 +0000 +++ mpeg2vidcodec-debuginfo-1.2-alt2.i586.rpm.hasher 2025-02-15 06:30:23.853586769 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/5f 40755 root:root -/usr/lib/debug/.build-id/5f/83c87fd795d9b2c54a3458c19dff248ebe8f8c 120777 root:root ../../../../bin/mpeg2encode -/usr/lib/debug/.build-id/5f/83c87fd795d9b2c54a3458c19dff248ebe8f8c.debug 120777 root:root ../../usr/bin/mpeg2encode.debug -/usr/lib/debug/.build-id/fa 40755 root:root -/usr/lib/debug/.build-id/fa/54915fcfe9db6d7b7c9ccf8224e85eafb92ee6 120777 root:root ../../../../bin/mpeg2decode -/usr/lib/debug/.build-id/fa/54915fcfe9db6d7b7c9ccf8224e85eafb92ee6.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +/usr/lib/debug/.build-id/2b 40755 root:root +/usr/lib/debug/.build-id/2b/0403ae5a4fdb970ff65900677acba0049e078a 120777 root:root ../../../../bin/mpeg2encode +/usr/lib/debug/.build-id/2b/0403ae5a4fdb970ff65900677acba0049e078a.debug 120777 root:root ../../usr/bin/mpeg2encode.debug +/usr/lib/debug/.build-id/72 40755 root:root +/usr/lib/debug/.build-id/72/879fb47b23f98b3d245d2f8576641eb4a1806b 120777 root:root ../../../../bin/mpeg2decode +/usr/lib/debug/.build-id/72/879fb47b23f98b3d245d2f8576641eb4a1806b.debug 120777 root:root ../../usr/bin/mpeg2decode.debug /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root @@ -14,10 +14,10 @@ Provides: mpeg2vidcodec-debuginfo = 1.2-alt2:sisyphus+371949.100.1.1 -File: /usr/lib/debug/.build-id/5f 40755 root:root -File: /usr/lib/debug/.build-id/5f/83c87fd795d9b2c54a3458c19dff248ebe8f8c 120777 root:root ../../../../bin/mpeg2encode -File: /usr/lib/debug/.build-id/5f/83c87fd795d9b2c54a3458c19dff248ebe8f8c.debug 120777 root:root ../../usr/bin/mpeg2encode.debug -File: /usr/lib/debug/.build-id/fa 40755 root:root -File: /usr/lib/debug/.build-id/fa/54915fcfe9db6d7b7c9ccf8224e85eafb92ee6 120777 root:root ../../../../bin/mpeg2decode -File: /usr/lib/debug/.build-id/fa/54915fcfe9db6d7b7c9ccf8224e85eafb92ee6.debug 120777 root:root ../../usr/bin/mpeg2decode.debug -File: /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root 7e99d663d15883ef3a19a4350ca834d9 -File: /usr/lib/debug/usr/bin/mpeg2encode.debug 100644 root:root f087d0337a864e61f7da55f4e537b902 -RPMIdentity: 1edd91c6eefbb015f562a60125aac6673ccb4cbe2402bda1fbb9760dff444d16d20014e8809fc42bc0021584584b59498bf6dfe6fcd95f821460208f7abade61 +File: /usr/lib/debug/.build-id/2b 40755 root:root +File: /usr/lib/debug/.build-id/2b/0403ae5a4fdb970ff65900677acba0049e078a 120777 root:root ../../../../bin/mpeg2encode +File: /usr/lib/debug/.build-id/2b/0403ae5a4fdb970ff65900677acba0049e078a.debug 120777 root:root ../../usr/bin/mpeg2encode.debug +File: /usr/lib/debug/.build-id/72 40755 root:root +File: /usr/lib/debug/.build-id/72/879fb47b23f98b3d245d2f8576641eb4a1806b 120777 root:root ../../../../bin/mpeg2decode +File: /usr/lib/debug/.build-id/72/879fb47b23f98b3d245d2f8576641eb4a1806b.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +File: /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root bc9d80dae55a4f7cc45670b06c7b6810 +File: /usr/lib/debug/usr/bin/mpeg2encode.debug 100644 root:root c52a5426f581a848a7d53cac66e085d1 +RPMIdentity: 853f20a19763b36fa7d5cf47ad2937fedebedc50e17c3490cc1c42ffbf29ffc7f515c384af3fe2d80319925501c40556a74c21d3c8e56810d2ac90a91856366e