D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/mpgtx-1.3.1-13.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wfT062 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf mpgtx-1.3.1 + /usr/bin/bzip2 -dc /home/pterjan/rpmbuild/SOURCES/mpgtx-1.3.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mpgtx-1.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + perl -pi -e 's/^\s*inline\s*$//' chunkTab.cxx commandline.cxx id3command.cxx mpeg.cxx mpegOut.cxx + sed -i -e 's|install -s -m 755|install -m 755|' configure + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Irz05D + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mpgtx-1.3.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + ./configure --prefix=/usr Checking Large File Support ... PASSED Generating Makefile ... Here are the options you choosed : Target : RELEASE Large File support : yes Link statically : no Support builtin parachute : no Install prefix : /usr Now Type "make" to build mpgtx (and have a nice day by the way) + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j4 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H' LFLAGS= ---------------------------------------------------------------------- I'm building mpgtx with following options : Target : RELEASE Manual installation prefix: /usr Large File support : yes Link statically : no Support builtin parachute : no Install prefix : /usr Type "./configure --help" to see available options. ---------------------------------------------------------------------- g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -ansi -c chunkTab.cxx chunkTab.cxx: In member function 'bool chunkTab::ParseRange(char*)': chunkTab.cxx:189:56: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'off_t* {aka long int*}' [-Wformat=] if (sscanf(offset, _OFF_d "/" _OFF_d , &part, &nparts) == 2) { ~~~~~ ^ chunkTab.cxx:189:56: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'off_t* {aka long int*}' [-Wformat=] chunkTab.cxx:326:41: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] range, tempchunk->from,tempchunk->to); ~~~~~~~~~~~~~~~ ^ chunkTab.cxx:326:41: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] chunkTab.cxx: In member function 'bool chunkTab::ParseValue(char*, int, off_t*, float*, bool*)': chunkTab.cxx:406:42: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'off_t* {aka long int*}' [-Wformat=] if (sscanf(value, _OFF_d , translation) != 1) { ^ chunkTab.cxx: In member function 'bool chunkTab::ParseBoundaries(char*)': chunkTab.cxx:515:25: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] boundaries, tc->to); ~~~~~~^ chunkTab.cxx:519:35: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] boundaries, tc->from, tc->to); ~~~~~~~~ ^ chunkTab.cxx:519:35: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] chunkTab.cxx:549:23: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] boundaries, tc->to); ~~~~~~^ chunkTab.cxx:552:33: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] boundaries, tc->from, tc->to); ~~~~~~~~ ^ chunkTab.cxx:552:33: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] chunkTab.cxx: In member function 'void chunkTab::PrintTab()': chunkTab.cxx:575:61: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t {aka long int}' [-Wformat=] printf( _OFF_d "|" _OFF_d , TheTab[i]->from, TheTab[i]->to); ~~~~~~~~~~~~~~~ ^ chunkTab.cxx:575:61: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] chunkTab.cxx:585:66: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] i, MpegTab[i]->Name(), (void*)(MpegTab[i]), MpegTab[i]->Size()); ~~~~~~~~~~~~~~~~~~^ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -ansi -c id3command.cxx id3command.cxx: In function 'int ParseMov(int, char**, int)': id3command.cxx:328:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] fieldname="album"; ^~~~~~~ id3command.cxx:333:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] fieldname="artist"; ^~~~~~~~ id3command.cxx:338:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] fieldname="title"; ^~~~~~~ id3command.cxx:343:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] fieldname="year"; ^~~~~~ id3command.cxx:348:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] fieldname="comment"; ^~~~~~~~~ id3command.cxx: In function 'OpenedFile* OpenFile(char*)': id3command.cxx:538:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(start,4,1,my->thefile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx:573:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(TAG,128,1,my->thefile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx: In function 'bool SetID3(char*, OpenedFile*)': id3command.cxx:673:10: warning: ignoring return value of 'char* fgets(char*, int, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fgets(target,fieldsize+1,stdin); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx:685:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] if (format[i+1]=='T') scanf("%d",&tracknum); ~~~~~^~~~~~~~~~~~~~~~ id3command.cxx:686:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] if (format[i+1]=='g') scanf("%d",&genre); ~~~~~^~~~~~~~~~~~~ id3command.cxx: In function 'void WriteID3(OpenedFile*)': id3command.cxx:822:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(checkTAG,3,1,filename->thefile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -ansi -c mpegOut.cxx mpegOut.cxx: In member function 'virtual int mpegSystemOut::WriteChunk(mpeg*, off_t, bool, off_t, bool)': mpegOut.cxx:451:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(partial_packet, 1, partial_packet_length, Mpeg->MpegFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -ansi -c mpeg.cxx mpeg.cxx: In member function 'byte mpeg::GetByte(off_t)': mpeg.cxx:342:33: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] offset, FileName, FileSize); ^ mpeg.cxx:342:33: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] mpeg.cxx:358:33: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] offset, FileName, FileSize); ^ mpeg.cxx:358:33: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] mpeg.cxx: In member function 'byte mpeg::bdGetByte(off_t)': mpeg.cxx:396:33: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] offset, FileName, FileSize); ^ mpeg.cxx:396:33: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] mpeg.cxx: In member function 'bool mpeg::ParseVideo(off_t)': mpeg.cxx:800:28: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] FileName, header_start); ^ mpeg.cxx:817:40: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] FileName, header_start, header_end); ^ mpeg.cxx:817:40: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] mpeg.cxx: In member function 'bool mpeg::ParseSystem()': mpeg.cxx:848:71: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] fprintf(stderr,"Skipped " _OFF_d " zeroes at start of file\n",offset); ^ mpeg.cxx:853:91: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] fprintf(stderr,"mmm, this file does not start with a pack, offset: " _OFF_d " \n",offset); ^ mpeg.cxx:869:77: warning: format '%qd' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] if (print_progress) fprintf (stderr,"\b\b\b\b\b\b\b\b\b\b%10qd", offset); ^ mpeg.cxx:875:77: warning: format '%qd' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] if (print_progress) fprintf (stderr,"\b\b\b\b\b\b\b\b\b\b%10qd", offset); ^ mpeg.cxx:884:57: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] fprintf(stderr,"\nsuccess! at " _OFF_d " \n",offset); ^ mpeg.cxx:952:28: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] FileName, mark, offset); ^ mpeg.cxx:993:44: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] FileName, offset,startofpack,PACKlength); ^ mpeg.cxx:993:44: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] mpeg.cxx:993:44: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'off_t {aka long int}' [-Wformat=] mpeg.cxx:1019:24: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] FileName, offset); ^ mpeg.cxx:1039:24: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] FileName, offset); ^ mpeg.cxx:1089:35: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t {aka long int}' [-Wformat=] FileName, packettype, offset); ^ mpeg.cxx: In member function 'void mpeg::ParseFramesInGOP(off_t)': mpeg.cxx:1837:44: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t {aka long int}' [-Wformat=] printf("GOP ends at [" _OFF_x "]\n",off); ^ mpeg.cxx:1852:67: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] printf("\n\n%c (%.2d) [" _OFF_x "]\n", type, pict_ref, off); ^ mpeg.cxx:1856:63: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t {aka long int}' [-Wformat=] case 0xba: printf(" PACK [" _OFF_x "]\n", off); break; ^ mpeg.cxx:1857:67: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t {aka long int}' [-Wformat=] case VideoPkt: printf(" Video [" _OFF_x "]\n", off); break; ^ mpeg.cxx:1858:67: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t {aka long int}' [-Wformat=] case AudioPkt: printf(" Audio [" _OFF_x "]\n", off); break; ^ mpeg.cxx:1859:69: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t {aka long int}' [-Wformat=] case PaddingPkt: printf(" Padding [" _OFF_x "]\n", off); break; ^ mpeg.cxx: In member function 'long int mpeg::ReadPACKMuxRate(off_t)': mpeg.cxx:2104:77: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] "weird pack header while parsing muxrate (offset " _OFF_x ")\n", offset); ^ mpeg.cxx: In member function 'void transport::PrintInfos()': mpeg.cxx:2653:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] programs[i].descs.PrintInfos(" "); ^ mpeg.cxx:2674:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] current->descs.PrintInfos(" "); ^ mpeg.cxx: In member function 'void mpeg_descriptors::PrintInfos(char*)': mpeg.cxx:2683:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if (prefix==0) prefix = ""; ^~ mpeg.cxx: In function 'header_buf* readHeader(FILE*, off_t, int)': mpeg.cxx:2751:46: warning: format '%qx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] fprintf(stderr,"Size of Fix: 0x%qx\n",size); ^ mpeg.cxx: In member function 'void mpeg::print_all_ts(byte)': mpeg.cxx:2777:56: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] fprintf (stderr,"offset: " _OFF_x " TS: %lf\n",p,tsx); ^ mpeg.cxx: In member function 'int mpeg::CheckTimeline(byte)': mpeg.cxx:2800:89: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t {aka long int}' [-Wformat=] printf("\tTime stamps jumped from %lf to %lf at position " _OFF_x "\n",tsx_prev,tsx,p); ^ mpeg.cxx: In member function 'bool mpeg::ParseAudio(off_t)': mpeg.cxx:653:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(Audio->tag, 1, sizeof(id3), MpegFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpeg.cxx: In member function 'bool mpeg::ParseSystem()': mpeg.cxx:1029:9: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread( ~~~~~^ System->audio_system_header, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ System->audio_system_header_length, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1, MpegFile); ~~~~~~~~~~~~ mpeg.cxx:1081:9: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread( ~~~~~^ System->video_system_header, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ System->video_system_header_length, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1, MpegFile); ~~~~~~~~~~~~ mpeg.cxx:1184:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(System->first_video_packet, 1, xB3_offset-offset, MpegFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpeg.cxx: In function 'header_buf* readHeader(FILE*, off_t, int)': mpeg.cxx:2747:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(nix,size,1L,myMpegfile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -ansi -o mpgtx commandline.cxx mpegOut.o mpeg.o chunkTab.o id3command.o commandline.cxx:170:1: warning: 'typedef' was ignored in this declaration typedef enum argtype {file,option,range,none}; ^~~~~~~ commandline.cxx:171:1: warning: 'typedef' was ignored in this declaration typedef enum programname {mpgsplit,mpgcat,mpgjoin,mpginfo,mpgdemux,other,mp3tag}; ^~~~~~~ commandline.cxx: In function 'int main(int, char**)': commandline.cxx:410:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Tab.ParseRange("]0-]"); ^ commandline.cxx:468:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] if(!myoutfile) myoutfile="output.mpg"; ^~~~~~~~~~~~ commandline.cxx:558:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Tab.ParseRange("]0-]"); ^ commandline.cxx:582:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Tab.ParseRange("]0-]"); ^ commandline.cxx:596:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Tab.ParseRange("]0-]"); ^ commandline.cxx:654:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] mybasename="chunk"; ^~~~~~~ commandline.cxx:764:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] mybasename="chunk"; ^~~~~~~ ---------------------------------------------------------------------- Success building mpgtx. Now type "make install" to install it ---------------------------------------------------------------------- + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.cvYTLh + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64 + cd mpgtx-1.3.1 + '[' 1 -eq 1 ']' + find -type f + xargs chmod a+r + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64 'INSTALL=/usr/bin/install -p' MANDIR=/home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64//usr/share/man/man1 INSTALLDIR=/home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64//usr/bin MANDIRDE=/home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/man/de/man1 ln -sf mpgtx mpgjoin ln -sf mpgtx mpgsplit ln -sf mpgtx mpgcat ln -sf mpgtx mpginfo ln -sf mpgtx mpgdemux ln -sf mpgtx tagmp3 install -d -m 755 /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64//usr/bin install -d -m 755 /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64//usr/share/man/man1 install -d -m 755 /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/man/de/man1 install -m 755 mpgtx /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64//usr/bin cp -df mpgdemux mpgjoin mpgcat mpginfo mpgsplit tagmp3 /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64//usr/bin install -m 644 man/mpgtx.1 man/tagmp3.1 /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64//usr/share/man/man1 install -m 644 man/de/mpgtx.1 man/de/tagmp3.1 /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/man/de/man1 cd man ; make make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/mpgtx-1.3.1/man' ln -sf mpgtx.1 mpgcat.1 ln -sf mpgtx.1 mpgjoin.1 ln -sf mpgtx.1 mpginfo.1 ln -sf mpgtx.1 mpgsplit.1 ln -sf mpgtx.1 mpgdemux.1 make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/mpgtx-1.3.1/man' cd man/de ; make make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/mpgtx-1.3.1/man/de' ln -sf mpgtx.1 mpgcat.1 ln -sf mpgtx.1 mpgjoin.1 ln -sf mpgtx.1 mpginfo.1 ln -sf mpgtx.1 mpgsplit.1 ln -sf mpgtx.1 mpgdemux.1 make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/mpgtx-1.3.1/man/de' cp -df man/mpgdemux.1 man/mpgjoin.1 man/mpgsplit.1 man/mpgcat.1 man/mpginfo.1 /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64//usr/share/man/man1 cp -df man/de/mpgdemux.1 man/de/mpgjoin.1 man/de/mpgsplit.1 man/de/mpgcat.1 man/de/mpginfo.1 /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/man/de/man1 + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 1.3.1-13.mga7 --unique-debug-suffix -1.3.1-13.mga7.x86_64 --unique-debug-src-base mpgtx-1.3.1-13.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/mpgtx-1.3.1 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/bin/mpgtx /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 400 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: mpgtx-1.3.1-13.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ooNVxW + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mpgtx-1.3.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/doc/mpgtx + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/doc/mpgtx + cp -pr AUTHORS /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/doc/mpgtx + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/doc/mpgtx + cp -pr ChangeLog /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/doc/mpgtx + cp -pr README /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64/usr/share/doc/mpgtx + exit 0 Provides: mpgtx = 1.3.1-13.mga7 mpgtx(x86-64) = 1.3.1-13.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) Processing files: mpgtx-debugsource-1.3.1-13.mga7.x86_64 Provides: mpgtx-debugsource = 1.3.1-13.mga7 mpgtx-debugsource(x86-64) = 1.3.1-13.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: mpgtx-debuginfo-1.3.1-13.mga7.x86_64 Provides: debuginfo(build-id) = e96bc83de37b7d1514edbfbbe1f1477a7de48474 mpgtx-debuginfo = 1.3.1-13.mga7 mpgtx-debuginfo(x86-64) = 1.3.1-13.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: mpgtx-debugsource(x86-64) = 1.3.1-13.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/mpgtx-1.3.1-13.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/mpgtx-debugsource-1.3.1-13.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/mpgtx-debuginfo-1.3.1-13.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OOLlgC + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd mpgtx-1.3.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/mpgtx-1.3.1-13.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IfR6Zh + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf mpgtx-1.3.1 + exit 0 D: [iurt_root_command] Success!