D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/mpgtx-1.3.1-15.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YRfZcA + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf mpgtx-1.3.1 + /usr/bin/bzip2 -dc /home/iurt/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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MmLvGD + umask 022 + cd /home/iurt/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) + /usr/bin/make -O -j8 V=1 VERBOSE=1 '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 In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: chunkTab.cxx: In member function 'bool chunkTab::ParseRange(char*)': common.hh:215:22: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'off_t*' {aka 'long int*'} [-Wformat=] 215 | #define _OFF_d "%lld" | ^ chunkTab.cxx:189:22: note: in expansion of macro '_OFF_d' 189 | if (sscanf(offset, _OFF_d "/" _OFF_d , &part, &nparts) == 2) { | ^~~~~~ common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int* | %ld common.hh:215:22: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'off_t*' {aka 'long int*'} [-Wformat=] 215 | #define _OFF_d "%lld" | ^ chunkTab.cxx:189:22: note: in expansion of macro '_OFF_d' 189 | if (sscanf(offset, _OFF_d "/" _OFF_d , &part, &nparts) == 2) { | ^~~~~~ common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int* | %ld chunkTab.cxx:325:19: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 325 | fprintf(stderr, "range %s results in invalid [" _OFF_d "-" _OFF_d "] range\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | range, tempchunk->from,tempchunk->to); | ~~~~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:325:19: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 325 | fprintf(stderr, "range %s results in invalid [" _OFF_d "-" _OFF_d "] range\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 326 | range, tempchunk->from,tempchunk->to); | ~~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx: In member function 'bool chunkTab::ParseValue(char*, int, off_t*, float*, bool*)': common.hh:215:22: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'off_t*' {aka 'long int*'} [-Wformat=] 215 | #define _OFF_d "%lld" | ^~~~~~ chunkTab.cxx:406:22: note: in expansion of macro '_OFF_d' 406 | if (sscanf(value, _OFF_d , translation) != 1) { | ^~~~~~ common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int* | %ld chunkTab.cxx: In member function 'bool chunkTab::ParseBoundaries(char*)': chunkTab.cxx:514:7: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 514 | "invalid range %s :boundary below end of file " _OFF_d "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 515 | boundaries, tc->to); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:518:7: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 518 | "range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 519 | boundaries, tc->from, tc->to); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:518:7: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 518 | "range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 519 | boundaries, tc->from, tc->to); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:548:20: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 548 | fprintf(stderr, "invalid range %s :boundary below end of file " _OFF_d "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 549 | boundaries, tc->to); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:551:19: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 551 | fprintf(stderr,"range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 552 | boundaries, tc->from, tc->to); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:551:19: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 551 | fprintf(stderr,"range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 552 | boundaries, tc->from, tc->to); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx: In member function 'void chunkTab::PrintTab()': common.hh:215:22: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 215 | #define _OFF_d "%lld" | ^ chunkTab.cxx:575:11: note: in expansion of macro '_OFF_d' 575 | printf( _OFF_d "|" _OFF_d , TheTab[i]->from, TheTab[i]->to); | ^~~~~~ common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld common.hh:215:22: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 215 | #define _OFF_d "%lld" | ^ chunkTab.cxx:575:11: note: in expansion of macro '_OFF_d' 575 | printf( _OFF_d "|" _OFF_d , TheTab[i]->from, TheTab[i]->to); | ^~~~~~ common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld chunkTab.cxx:584:10: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 584 | printf("mpeg %.2d : %s [%p](" _OFF_d " bytes)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 585 | i, MpegTab[i]->Name(), (void*)(MpegTab[i]), MpegTab[i]->Size()); | ~~~~~~~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld 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] 328 | fieldname="album"; | ^~~~~~~ id3command.cxx:333:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 333 | fieldname="artist"; | ^~~~~~~~ id3command.cxx:338:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 338 | fieldname="title"; | ^~~~~~~ id3command.cxx:343:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 343 | fieldname="year"; | ^~~~~~ id3command.cxx:348:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 348 | 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] 538 | 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] 573 | 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] 673 | 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] 685 | 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] 686 | 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] 822 | fread(checkTAG,3,1,filename->thefile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx: In function 'int ParseMov(int, char**, int)': id3command.cxx:359:36: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 359 | sprintf(temptracknum,"%02d",track); | ^ In file included from /usr/include/stdio.h:867, from id3command.hh:12, from id3command.cxx:9: /usr/include/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output between 3 and 11 bytes into a destination of size 10 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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] 451 | 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:341:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 341 | fprintf(stderr, "could not get seek to offset (" _OFF_d ") in file %s (size:" _OFF_d ")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 342 | offset, FileName, FileSize); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:341:21: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 341 | fprintf(stderr, "could not get seek to offset (" _OFF_d ") in file %s (size:" _OFF_d ")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 342 | offset, FileName, FileSize); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:357:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 357 | fprintf(stderr, "could not get offset " _OFF_d " in file %s [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 358 | offset, FileName, FileSize); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:357:21: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 357 | fprintf(stderr, "could not get offset " _OFF_d " in file %s [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 358 | offset, FileName, FileSize); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function 'byte mpeg::bdGetByte(off_t)': mpeg.cxx:395:20: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 395 | fprintf(stderr,"could not get offset " _OFF_x " in file %s [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 396 | offset, FileName, FileSize); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:395:20: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 395 | fprintf(stderr,"could not get offset " _OFF_x " in file %s [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 396 | offset, FileName, FileSize); | ~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function 'bool mpeg::ParseVideo(off_t)': mpeg.cxx:799:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 799 | "%s: could not find first GOP after Video Sequence start [" _OFF_x " (decimal)]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 800 | FileName, header_start); | ~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:816:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 816 | "%s: Found video header but couldn't read it [" _OFF_x "-" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 817 | FileName, header_start, header_end); | ~~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:816:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 816 | "%s: Found video header but couldn't read it [" _OFF_x "-" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 817 | FileName, header_start, header_end); | ~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function 'bool mpeg::ParseSystem()': mpeg.cxx:848:18: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 848 | fprintf(stderr,"Skipped " _OFF_d " zeroes at start of file\n",offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:853:18: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 853 | fprintf(stderr,"mmm, this file does not start with a pack, offset: " _OFF_d " \n",offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:869:67: warning: format '%qd' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 869 | if (print_progress) fprintf (stderr,"\b\b\b\b\b\b\b\b\b\b%10qd", offset); | ~~~~^ ~~~~~~ | | | | | off_t {aka long int} | long long int | %10ld mpeg.cxx:875:67: warning: format '%qd' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 875 | if (print_progress) fprintf (stderr,"\b\b\b\b\b\b\b\b\b\b%10qd", offset); | ~~~~^ ~~~~~~ | | | | | off_t {aka long int} | long long int | %10ld mpeg.cxx:884:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 884 | fprintf(stderr,"\nsuccess! at " _OFF_d " \n",offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:215:26: note: format string is defined here 215 | #define _OFF_d "%lld" | ~~~^ | | | long long int | %ld mpeg.cxx:951:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 951 | "%s: Unhandled packet encountered (%x @" _OFF_x ") while seeking system headers\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 952 | FileName, mark, offset); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:990:5: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 990 | "%s: System Packet not preceded by a PACK [" _OFF_x | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 991 | "] start of pack : " _OFF_x " PACKlength : " _OFF_x | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 992 | " I'll probably crash but I love risk\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 993 | FileName, offset,startofpack,PACKlength); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:990:5: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 990 | "%s: System Packet not preceded by a PACK [" _OFF_x | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 991 | "] start of pack : " _OFF_x " PACKlength : " _OFF_x | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 992 | " I'll probably crash but I love risk\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 993 | FileName, offset,startofpack,PACKlength); | ~~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:990:5: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'off_t' {aka 'long int'} [-Wformat=] 990 | "%s: System Packet not preceded by a PACK [" _OFF_x | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 991 | "] start of pack : " _OFF_x " PACKlength : " _OFF_x | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 992 | " I'll probably crash but I love risk\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 993 | FileName, offset,startofpack,PACKlength); | ~~~~~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1018:8: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 1018 | "%s: Warning two or more audio sys header encountered [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1019 | FileName, offset); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1038:8: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 1038 | "%s: Warning two or more video sys header encountered [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1039 | FileName, offset); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1088:21: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 1088 | fprintf(stderr, "%s: Unknown system packet %x [" _OFF_x "]\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1089 | FileName, packettype, offset); | ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function 'void mpeg::ParseFramesInGOP(off_t)': mpeg.cxx:1837:12: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 1837 | printf("GOP ends at [" _OFF_x "]\n",off); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1852:12: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 1852 | printf("\n\n%c (%.2d) [" _OFF_x "]\n", type, pict_ref, off); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1856:22: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 1856 | case 0xba: printf(" PACK [" _OFF_x "]\n", off); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1857:26: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 1857 | case VideoPkt: printf(" Video [" _OFF_x "]\n", off); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1858:26: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 1858 | case AudioPkt: printf(" Audio [" _OFF_x "]\n", off); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx:1859:28: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 1859 | case PaddingPkt: printf(" Padding [" _OFF_x "]\n", off); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function 'long int mpeg::ReadPACKMuxRate(off_t)': mpeg.cxx:2104:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 2104 | "weird pack header while parsing muxrate (offset " _OFF_x ")\n", offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function 'void transport::PrintInfos()': mpeg.cxx:2653:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 2653 | programs[i].descs.PrintInfos(" "); | ^~~~~~~~ mpeg.cxx:2674:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 2674 | 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] 2683 | if (prefix==0) prefix = ""; | ^~ mpeg.cxx: In function 'header_buf* readHeader(FILE*, off_t, int)': mpeg.cxx:2751:37: warning: format '%qx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 2751 | fprintf(stderr,"Size of Fix: 0x%qx\n",size); | ~~^ ~~~~ | | | | | off_t {aka long int} | long long unsigned int | %lx mpeg.cxx: In member function 'void mpeg::print_all_ts(byte)': mpeg.cxx:2777:19: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 2777 | fprintf (stderr,"offset: " _OFF_x " TS: %lf\n",p,tsx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx mpeg.cxx: In member function 'int mpeg::CheckTimeline(byte)': mpeg.cxx:2800:11: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 2800 | printf("\tTime stamps jumped from %lf to %lf at position " _OFF_x "\n",tsx_prev,tsx,p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ | | | off_t {aka long int} In file included from mpeg.hh:11, from mpeg.cxx:9: common.hh:216:26: note: format string is defined here 216 | #define _OFF_x "%llx" | ~~~^ | | | long long unsigned int | %lx 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] 653 | 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] 1029 | fread( | ~~~~~^ 1030 | System->audio_system_header, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1031 | System->audio_system_header_length, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1032 | 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] 1081 | fread( | ~~~~~^ 1082 | System->video_system_header, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1083 | System->video_system_header_length, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1084 | 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] 1184 | 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] 2747 | 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 170 | typedef enum argtype {file,option,range,none}; | ^~~~~~~ commandline.cxx:171:1: warning: 'typedef' was ignored in this declaration 171 | typedef enum programname {mpgsplit,mpgcat,mpgjoin,mpginfo,mpgdemux,other,mp3tag}; | ^~~~~~~ commandline.cxx: In function 'int main(int, char**)': commandline.cxx:410:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 410 | Tab.ParseRange("]0-]"); | ^~~~~~ commandline.cxx:468:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 468 | if(!myoutfile) myoutfile="output.mpg"; | ^~~~~~~~~~~~ commandline.cxx:558:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 558 | Tab.ParseRange("]0-]"); | ^~~~~~ commandline.cxx:582:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 582 | Tab.ParseRange("]0-]"); | ^~~~~~ commandline.cxx:596:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 596 | Tab.ParseRange("]0-]"); | ^~~~~~ commandline.cxx:654:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 654 | mybasename="chunk"; | ^~~~~~~ commandline.cxx:764:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 764 | mybasename="chunk"; | ^~~~~~~ ---------------------------------------------------------------------- Success building mpgtx. Now type "make install" to install it ---------------------------------------------------------------------- + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bxhpdD + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64 + cd mpgtx-1.3.1 + '[' 1 -eq 1 ']' + find -type f + xargs chmod a+r + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64 'INSTALL=/usr/bin/install -p' MANDIR=/home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64//usr/share/man/man1 INSTALLDIR=/home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64//usr/bin MANDIRDE=/home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.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/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64//usr/bin install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64//usr/share/man/man1 install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/man/de/man1 install -m 755 mpgtx /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64//usr/bin cp -df mpgdemux mpgjoin mpgcat mpginfo mpgsplit tagmp3 /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64//usr/bin install -m 644 man/mpgtx.1 man/tagmp3.1 /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64//usr/share/man/man1 install -m 644 man/de/mpgtx.1 man/de/tagmp3.1 /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/man/de/man1 cd man ; make make[1]: Entering directory '/home/iurt/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/iurt/rpmbuild/BUILD/mpgtx-1.3.1/man' cd man/de ; make make[1]: Entering directory '/home/iurt/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/iurt/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/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.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/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/man/de/man1 + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.3.1-15.mga8 --unique-debug-suffix -1.3.1-15.mga8.x86_64 --unique-debug-src-base mpgtx-1.3.1-15.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/mpgtx-1.3.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/bin/mpgtx extracting debug info from /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/bin/mpgtx original debug info size: 400kB, size after compression: 372kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 400 blocks + /usr/lib/rpm/check-buildroot + '[' -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/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: mpgtx-1.3.1-15.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UzBGDD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpgtx-1.3.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/doc/mpgtx + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/doc/mpgtx + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/doc/mpgtx + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/doc/mpgtx + cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/doc/mpgtx + cp -pr README /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64/usr/share/doc/mpgtx + RPM_EC=0 ++ jobs -p + exit 0 Provides: mpgtx = 1.3.1-15.mga8 mpgtx(x86-64) = 1.3.1-15.mga8 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-15.mga8.x86_64 Provides: mpgtx-debugsource = 1.3.1-15.mga8 mpgtx-debugsource(x86-64) = 1.3.1-15.mga8 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-15.mga8.x86_64 Provides: debuginfo(build-id) = 00b4bf279f37fc30c1539b8bd06d7419800bc3eb mpgtx-debuginfo = 1.3.1-15.mga8 mpgtx-debuginfo(x86-64) = 1.3.1-15.mga8 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-15.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/mpgtx-1.3.1-15.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/mpgtx-debuginfo-1.3.1-15.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/mpgtx-debugsource-1.3.1-15.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zIJeJz + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd mpgtx-1.3.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/mpgtx-1.3.1-15.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mIN7OD + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf mpgtx-1.3.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!