<86>Sep 29 11:17:24 userdel[1396046]: delete user 'rooter' <86>Sep 29 11:17:24 userdel[1396046]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:17:24 userdel[1396046]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:17:24 groupadd[1396070]: group added to /etc/group: name=rooter, GID=1868 <86>Sep 29 11:17:24 groupadd[1396070]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:17:24 groupadd[1396070]: new group: name=rooter, GID=1868 <86>Sep 29 11:17:24 useradd[1396087]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash <86>Sep 29 11:17:24 userdel[1396103]: delete user 'builder' <86>Sep 29 11:17:24 userdel[1396103]: removed group 'builder' owned by 'builder' <86>Sep 29 11:17:24 userdel[1396103]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:17:24 groupadd[1396116]: group added to /etc/group: name=builder, GID=1869 <86>Sep 29 11:17:24 groupadd[1396116]: group added to /etc/gshadow: name=builder <86>Sep 29 11:17:24 groupadd[1396116]: new group: name=builder, GID=1869 <86>Sep 29 11:17:24 useradd[1396127]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92815 + 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.92815 + 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] lseek(base.Infile, 0l, 0); ^~~~~ fseek mpeg2dec.c:146:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 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] 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] #endif TRACE ^~~~~ getvlc.c:370:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #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] 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] write(outfile,obfr,optr-obfr); ^~~~~ fwrite store.c:178:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(outfile); ^~~~~ pclose store.c: In function 'store_sif': store.c:217:3: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(outname,".SIF"); ^~~~~~ store.c:217:3: warning: incompatible implicit declaration of built-in function 'strcat' store.c:217:3: note: include '' or provide a declaration of 'strcat' store.c:36:1: +#include store.c:217:3: strcat(outname,".SIF"); ^~~~~~ store.c: In function 'store_ppm_tga': store.c:310:3: warning: incompatible implicit declaration of built-in function 'strcat' 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] strcat(fname,ext[comp]); ^~~~~~ spatscal.c:91:3: warning: incompatible implicit declaration of built-in function 'strcat' spatscal.c:91:3: note: include '' or provide a declaration of 'strcat' spatscal.c:5:1: +#include spatscal.c:91:3: strcat(fname,ext[comp]); ^~~~~~ spatscal.c:95:8: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif VERBOSE ^~~~~~~ spatscal.c:97:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (fd==NULL) exit(-1); ^~~~ spatscal.c:97:17: warning: incompatible implicit declaration of built-in function 'exit' spatscal.c:97:17: note: include '' or provide a declaration of 'exit' spatscal.c:5:1: +#include spatscal.c:97:17: if (fd==NULL) exit(-1); ^~~~ spatscal.c: In function 'Read_Lower_Layer_Component_Fieldwise': spatscal.c:122:3: warning: incompatible implicit declaration of built-in function 'strcat' 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] #endif VERBOSE ^~~~~~~ spatscal.c:128:17: warning: incompatible implicit declaration of built-in function 'exit' 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] #endif VERBOSE ^~~~~~~ spatscal.c:142:19: warning: incompatible implicit declaration of built-in function 'exit' 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] Bytes_Read = read(Infile, Frame, Size); ^~~~ fread subspic.c:271:3: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] 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] 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] 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] 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] 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] fgets(id_string,254,fd); ^~~~~~~~~~~~~~~~~~~~~~~ mpeg2enc.c:176:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] fgets(line,254,fd); ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:255:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 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] fscanf(fd,"%d",&v); ^~~~~~~~~~~~~~~~~~ mpeg2enc.c:550:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] 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] 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] 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] 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] 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] 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] 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] 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.44377 + 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:/bin:/usr/bin:/usr/X11R6/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) Hardlinking identical .pyc and .pyo files Processing files: mpeg2vidcodec-1.2-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.44377 + 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.pQGl1o 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.w8W1PD find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.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.r6Ff9V 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.Ws65Wh find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V6FgfH find-requires: running scripts (debuginfo) Requires: mpeg2vidcodec = 1.2-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/mpeg2vidcodec-1.2-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mpeg2vidcodec-debuginfo-1.2-alt1.qa1.x86_64.rpm (w2.lzdio) 2.90user 2.29system 0:09.06elapsed 57%CPU (0avgtext+0avgdata 38520maxresident)k 0inputs+0outputs (0major+372416minor)pagefaults 0swaps 0.44user 1.69system 0:14.03elapsed 15%CPU (0avgtext+0avgdata 12096maxresident)k 0inputs+0outputs (0major+98705minor)pagefaults 0swaps --- mpeg2vidcodec-1.2-alt1.qa1.x86_64.rpm.repo 2013-04-16 19:28:36.000000000 +0000 +++ mpeg2vidcodec-1.2-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:17:35.982871939 +0000 @@ -21,4 +21,4 @@ Provides: mpeg2vidcodec = 1.2-alt1.qa1 -File: /usr/bin/mpeg2decode 100755 root:root cd9a38fb4e8ca1991a235f46ecc88af8 -File: /usr/bin/mpeg2encode 100755 root:root 28a95c2a22314e4be12ab5d6bc864eb7 +File: /usr/bin/mpeg2decode 100755 root:root 9851aaafd69c783eaaf403902242d00d +File: /usr/bin/mpeg2encode 100755 root:root 9547e8afdc4ef3b1c8ef83544b4f4ce4 File: /usr/share/doc/mpeg2vidcodec-1.2 40755 root:root @@ -32,2 +32,2 @@ File: /usr/share/doc/mpeg2vidcodec-1.2/mpeg2enc.doc 100644 root:root 47dd9ba5417bbc0f2b5339acee2d6f7d -RPMIdentity: cf6d0cc48aa18c476e3ef52827c7d5a665f69588703a1f3083f920f5f2590abaf77d3d65410045657aa62e44bc02cb70aa22e45cd8ec1a7aa1392da6644d4b47 +RPMIdentity: 85ee7569c69327ed71c45aede41de0893d6bcceea3bd7a45380575d624de4a013bc6852e058ae7231e8c91bcb5221e58c10bd0b078683db8f2cbfdc2757bd48c --- mpeg2vidcodec-debuginfo-1.2-alt1.qa1.x86_64.rpm.repo 2013-04-16 19:28:36.000000000 +0000 +++ mpeg2vidcodec-debuginfo-1.2-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:17:36.078873480 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/88 40755 root:root -/usr/lib/debug/.build-id/88/6b790f78cc8ebd0f23a2a6d168f5de75835bee 120777 root:root ../../../../bin/mpeg2encode -/usr/lib/debug/.build-id/88/6b790f78cc8ebd0f23a2a6d168f5de75835bee.debug 120777 root:root ../../usr/bin/mpeg2encode.debug -/usr/lib/debug/.build-id/d6 40755 root:root -/usr/lib/debug/.build-id/d6/704064bc3a52578dd012e27ebcd03eb885ca27 120777 root:root ../../../../bin/mpeg2decode -/usr/lib/debug/.build-id/d6/704064bc3a52578dd012e27ebcd03eb885ca27.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +/usr/lib/debug/.build-id/8c 40755 root:root +/usr/lib/debug/.build-id/8c/5f71cb35f7fcd792a3496282c70ddd1fa1a59d 120777 root:root ../../../../bin/mpeg2decode +/usr/lib/debug/.build-id/8c/5f71cb35f7fcd792a3496282c70ddd1fa1a59d.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +/usr/lib/debug/.build-id/ca 40755 root:root +/usr/lib/debug/.build-id/ca/2b9777bd8a75fcaab63233d26807c152c31472 120777 root:root ../../../../bin/mpeg2encode +/usr/lib/debug/.build-id/ca/2b9777bd8a75fcaab63233d26807c152c31472.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 -File: /usr/lib/debug/.build-id/88 40755 root:root -File: /usr/lib/debug/.build-id/88/6b790f78cc8ebd0f23a2a6d168f5de75835bee 120777 root:root ../../../../bin/mpeg2encode -File: /usr/lib/debug/.build-id/88/6b790f78cc8ebd0f23a2a6d168f5de75835bee.debug 120777 root:root ../../usr/bin/mpeg2encode.debug -File: /usr/lib/debug/.build-id/d6 40755 root:root -File: /usr/lib/debug/.build-id/d6/704064bc3a52578dd012e27ebcd03eb885ca27 120777 root:root ../../../../bin/mpeg2decode -File: /usr/lib/debug/.build-id/d6/704064bc3a52578dd012e27ebcd03eb885ca27.debug 120777 root:root ../../usr/bin/mpeg2decode.debug -File: /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root 4c9a2481db592fa30870821e6fc613d9 -File: /usr/lib/debug/usr/bin/mpeg2encode.debug 100644 root:root 6d331264e76a8894ab7617b669170d2c -RPMIdentity: 6e200775cea2e6e4e6466532aeab45ac13574a521260da08243b82e5badff22d4c39ce9b1ba4e1df4c274606fa13fd58ee602884773c56a500105495f65dab7f +File: /usr/lib/debug/.build-id/8c 40755 root:root +File: /usr/lib/debug/.build-id/8c/5f71cb35f7fcd792a3496282c70ddd1fa1a59d 120777 root:root ../../../../bin/mpeg2decode +File: /usr/lib/debug/.build-id/8c/5f71cb35f7fcd792a3496282c70ddd1fa1a59d.debug 120777 root:root ../../usr/bin/mpeg2decode.debug +File: /usr/lib/debug/.build-id/ca 40755 root:root +File: /usr/lib/debug/.build-id/ca/2b9777bd8a75fcaab63233d26807c152c31472 120777 root:root ../../../../bin/mpeg2encode +File: /usr/lib/debug/.build-id/ca/2b9777bd8a75fcaab63233d26807c152c31472.debug 120777 root:root ../../usr/bin/mpeg2encode.debug +File: /usr/lib/debug/usr/bin/mpeg2decode.debug 100644 root:root 1c51d90f609160694fb8481426c1ddf7 +File: /usr/lib/debug/usr/bin/mpeg2encode.debug 100644 root:root 28897e352da108046553e5591bfb626b +RPMIdentity: 8a39a339c181348d0be72bb8f814d8d9837e74788565c1bc264fde7f6aeaed9c1ff19ccc899998ad55236ca3fc7b542b7167e5746eb66d4994bb795d8a8542ef