<86>Jan 28 15:36:47 userdel[2583981]: delete user 'rooter' <86>Jan 28 15:36:47 userdel[2583981]: removed group 'rooter' owned by 'rooter' <86>Jan 28 15:36:47 userdel[2583981]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 28 15:36:47 groupadd[2584001]: group added to /etc/group: name=rooter, GID=1805 <86>Jan 28 15:36:47 groupadd[2584001]: group added to /etc/gshadow: name=rooter <86>Jan 28 15:36:47 groupadd[2584001]: new group: name=rooter, GID=1805 <86>Jan 28 15:36:47 useradd[2584016]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash, from=none <86>Jan 28 15:36:47 userdel[2584042]: delete user 'builder' <86>Jan 28 15:36:47 userdel[2584042]: removed group 'builder' owned by 'builder' <86>Jan 28 15:36:47 userdel[2584042]: removed shadow group 'builder' owned by 'builder' <86>Jan 28 15:36:47 groupadd[2584057]: group added to /etc/group: name=builder, GID=1806 <86>Jan 28 15:36:47 groupadd[2584057]: group added to /etc/gshadow: name=builder <86>Jan 28 15:36:47 groupadd[2584057]: new group: name=builder, GID=1806 <86>Jan 28 15:36:47 useradd[2584068]: new user: name=builder, UID=1806, GID=1806, 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: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mpeg2vidcodec-1.2-alt2.nosrc.rpm (w1.gzdio) Installing mpeg2vidcodec-1.2-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76450 + 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.76450 + 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.81329 + 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) 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.81329 + 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.BmbKQJ 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.tviVBX find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9vb7bD 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.aSfXfz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gaAiXY find-requires: running scripts (debuginfo) Requires: mpeg2vidcodec = 1.2-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6) Adding to mpeg2vidcodec-debuginfo a strict dependency on mpeg2vidcodec Wrote: /usr/src/RPM/RPMS/x86_64/mpeg2vidcodec-1.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mpeg2vidcodec-debuginfo-1.2-alt2.x86_64.rpm (w2.lzdio) 2.89user 1.40system 0:08.54elapsed 50%CPU (0avgtext+0avgdata 44368maxresident)k 0inputs+0outputs (0major+319069minor)pagefaults 0swaps /.out/mpeg2vidcodec-1.2-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: as-is /.out/mpeg2vidcodec-debuginfo-1.2-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: as-is 0.60user 1.68system 0:14.02elapsed 16%CPU (0avgtext+0avgdata 11440maxresident)k 0inputs+0outputs (0major+105973minor)pagefaults 0swaps --- mpeg2vidcodec-1.2-alt2.x86_64.rpm.repo 2025-01-28 09:18:54.673391995 +0000 +++ mpeg2vidcodec-1.2-alt2.x86_64.rpm.hasher 2025-01-28 15:36:57.999085908 +0000 @@ -22,4 +22,4 @@ Provides: mpeg2vidcodec = 1.2-alt2:sisyphus+371949.100.1.1 -File: /usr/bin/mpeg2decode 100755 root:root 3acba3a0823f1a66113255919052c76f -File: /usr/bin/mpeg2encode 100755 root:root 168bd383c99f5208a4cedb2b1053bb6b +File: /usr/bin/mpeg2decode 100755 root:root 0cd59c4d93b7a4a9bbb098bc47d83e7f +File: /usr/bin/mpeg2encode 100755 root:root b216aefa3d579ca2d700a80d6de3e9aa File: /usr/share/doc/mpeg2vidcodec-1.2 40755 root:root @@ -33,2 +33,2 @@ File: /usr/share/doc/mpeg2vidcodec-1.2/mpeg2enc.doc 100644 root:root 47dd9ba5417bbc0f2b5339acee2d6f7d -RPMIdentity: 84615f597c4de64f6109475fe0e78521bfea48b8f3851bb98941d1bac735f0c1f1bd2ae843c046a9bddd2b884542a8362f4d2d43c75d25b368f82b6ce082ab06 +RPMIdentity: bfac227ff10d4f6a3b59092eb6b085dcc82a64db688c02f35e7dee251eb535c5bc978efa52050717254a0adc9ba2d2886f23fe12de11015a80186b7411cf5969 --- mpeg2vidcodec-debuginfo-1.2-alt2.x86_64.rpm.repo 2025-01-28 09:18:54.848393678 +0000 +++ mpeg2vidcodec-debuginfo-1.2-alt2.x86_64.rpm.hasher 2025-01-28 15:36:58.059086965 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/4c 40755 root:root -/usr/lib/debug/.build-id/4c/b21d4686162504902ebb01ee5fd10054d38faa 120777 root:root ../../../../bin/mpeg2decode -/usr/lib/debug/.build-id/4c/b21d4686162504902ebb01ee5fd10054d38faa.debug 120777 root:root ../../usr/bin/mpeg2decode.debug -/usr/lib/debug/.build-id/5d 40755 root:root -/usr/lib/debug/.build-id/5d/0eaa41ae5af06ea6e15b66c34e888a7caf6b74 120777 root:root ../../../../bin/mpeg2encode -/usr/lib/debug/.build-id/5d/0eaa41ae5af06ea6e15b66c34e888a7caf6b74.debug 120777 root:root ../../usr/bin/mpeg2encode.debug +/usr/lib/debug/.build-id/1c 40755 root:root +/usr/lib/debug/.build-id/1c/9d0c55c6de91d7722ef0be14528b2a14717456 120777 root:root ../../../../bin/mpeg2encode +/usr/lib/debug/.build-id/1c/9d0c55c6de91d7722ef0be14528b2a14717456.debug 120777 root:root ../../usr/bin/mpeg2encode.debug +/usr/lib/debug/.build-id/4e 40755 root:root +/usr/lib/debug/.build-id/4e/015d1c2adbd623738fd64907f12d2063aee367 120777 root:root ../../../../bin/mpeg2decode +/usr/lib/debug/.build-id/4e/015d1c2adbd623738fd64907f12d2063aee367.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/4c 40755 root:root -File: /usr/lib/debug/.build-id/4c/b21d4686162504902ebb01ee5fd10054d38faa 120777 root:root ../../../../bin/mpeg2decode -File: /usr/lib/debug/.build-id/4c/b21d4686162504902ebb01ee5fd10054d38faa.debug 120777 root:root ../../usr/bin/mpeg2decode.debug -File: /usr/lib/debug/.build-id/5d 40755 root:root -File: /usr/lib/debug/.build-id/5d/0eaa41ae5af06ea6e15b66c34e888a7caf6b74 120777 root:root ../../../../bin/mpeg2encode -File: /usr/lib/debug/.build-id/5d/0eaa41ae5af06ea6e15b66c34e888a7caf6b74.debug 120777 root:root ../../usr/bin/mpeg2encode.debug -File: /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root 749f9a95c78b5afaea1c9be70567a167 -File: /usr/lib/debug/usr/bin/mpeg2encode.debug 100644 root:root ca46b44a1b72a52bec54d31a918946d4 -RPMIdentity: 69f5b26a553ef6200f48b5415217b5aaa77dcb2ea031cadb6a56a3df2e203fd81b27c26954f6343be60039031004bb9cb4f445c258436afcb075577f122e5688 +File: /usr/lib/debug/.build-id/1c 40755 root:root +File: /usr/lib/debug/.build-id/1c/9d0c55c6de91d7722ef0be14528b2a14717456 120777 root:root ../../../../bin/mpeg2encode +File: /usr/lib/debug/.build-id/1c/9d0c55c6de91d7722ef0be14528b2a14717456.debug 120777 root:root ../../usr/bin/mpeg2encode.debug +File: /usr/lib/debug/.build-id/4e 40755 root:root +File: /usr/lib/debug/.build-id/4e/015d1c2adbd623738fd64907f12d2063aee367 120777 root:root ../../../../bin/mpeg2decode +File: /usr/lib/debug/.build-id/4e/015d1c2adbd623738fd64907f12d2063aee367.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +File: /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root d697d6c771542bd1bc7f79e14ee438bf +File: /usr/lib/debug/usr/bin/mpeg2encode.debug 100644 root:root 059b00a5a391b1e75e9aa735c80c34fa +RPMIdentity: 0b264b741132d09c7a33fd4cd2e88285c1d23b741bcbbc7d204fa1d5be08f6321b862c23b0e6ff6743e84701a90e669fe4e5062733cad184e33cb68a991e64f6