<86>Jan 5 02:04:34 userdel[25881]: delete user 'rooter' <86>Jan 5 02:04:34 userdel[25881]: removed group 'rooter' owned by 'rooter' <86>Jan 5 02:04:34 userdel[25881]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 5 02:04:34 groupadd[25895]: group added to /etc/group: name=rooter, GID=693 <86>Jan 5 02:04:34 groupadd[25895]: group added to /etc/gshadow: name=rooter <86>Jan 5 02:04:34 groupadd[25895]: new group: name=rooter, GID=693 <86>Jan 5 02:04:34 useradd[25909]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Jan 5 02:04:34 userdel[25984]: delete user 'builder' <86>Jan 5 02:04:34 userdel[25984]: removed group 'builder' owned by 'builder' <86>Jan 5 02:04:34 userdel[25984]: removed shadow group 'builder' owned by 'builder' <86>Jan 5 02:04:34 groupadd[26005]: group added to /etc/group: name=builder, GID=694 <86>Jan 5 02:04:34 groupadd[26005]: group added to /etc/gshadow: name=builder <86>Jan 5 02:04:34 groupadd[26005]: new group: name=builder, GID=694 <86>Jan 5 02:04:34 useradd[26021]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash warning: user victor does not exist - using root warning: group victor does not exist - using root warning: user victor does not exist - using root warning: group victor does not exist - using root <13>Jan 5 02:04:37 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Jan 5 02:04:38 rpmi: libstdc++8-devel-8.3.1-alt5 p9+240194.100.1.1 1572928343 installed <13>Jan 5 02:04:39 rpmi: gcc8-c++-8.3.1-alt5 p9+240194.100.1.1 1572928343 installed <13>Jan 5 02:04:39 rpmi: gcc-c++-8-alt1 sisyphus+222164.100.1.1 1550685957 installed <13>Jan 5 02:04:39 rpmi: libstdc++-devel-8-alt1 sisyphus+222164.100.1.1 1550685957 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mpgtx-1.3.1-alt1.nosrc.rpm Installing mpgtx-1.3.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.21800 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mpgtx-1.3.1 + echo 'Source #0 (mpgtx-1.3.1.tar.gz):' Source #0 (mpgtx-1.3.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/mpgtx-1.3.1.tar.gz + /bin/tar -xf - + cd mpgtx-1.3.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21800 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mpgtx-1.3.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) + make -j8 make: Entering directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' ---------------------------------------------------------------------- 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. ---------------------------------------------------------------------- make: Leaving directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' make: Entering directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 -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=] #define _OFF_d "%lld" ^ chunkTab.cxx:189:22: note: in expansion of macro '_OFF_d' if (sscanf(offset, _OFF_d "/" _OFF_d , &part, &nparts) == 2) { ^~~~~~ 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=] #define _OFF_d "%lld" ^ chunkTab.cxx:189:22: note: in expansion of macro '_OFF_d' if (sscanf(offset, _OFF_d "/" _OFF_d , &part, &nparts) == 2) { ^~~~~~ 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=] fprintf(stderr, "range %s results in invalid [" _OFF_d "-" _OFF_d "] range\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ range, tempchunk->from,tempchunk->to); ~~~~~~~~~~~~~~~ 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=] In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: 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=] #define _OFF_d "%lld" ^~~~~~ chunkTab.cxx:406:22: note: in expansion of macro '_OFF_d' if (sscanf(value, _OFF_d , translation) != 1) { ^~~~~~ 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=] "invalid range %s :boundary below end of file " _OFF_d "\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ boundaries, tc->to); ~~~~~~ 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=] "range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ boundaries, tc->from, tc->to); ~~~~~~~~ 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=] 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=] fprintf(stderr, "invalid range %s :boundary below end of file " _OFF_d "\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ boundaries, tc->to); ~~~~~~ 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=] fprintf(stderr,"range %s results in invalid range [" _OFF_d "-" _OFF_d "]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ boundaries, tc->from, tc->to); ~~~~~~~~ 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=] In file included from mpeg.hh:11, from chunkTab.hh:11, from chunkTab.cxx:8: 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=] #define _OFF_d "%lld" ^ chunkTab.cxx:575:11: note: in expansion of macro '_OFF_d' printf( _OFF_d "|" _OFF_d , TheTab[i]->from, TheTab[i]->to); ^~~~~~ 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=] #define _OFF_d "%lld" ^ chunkTab.cxx:575:11: note: in expansion of macro '_OFF_d' printf( _OFF_d "|" _OFF_d , TheTab[i]->from, TheTab[i]->to); ^~~~~~ 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=] printf("mpeg %.2d : %s [%p](" _OFF_d " bytes)\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i, MpegTab[i]->Name(), (void*)(MpegTab[i]), MpegTab[i]->Size()); ~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' make: Entering directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 -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); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ id3command.cxx: In function 'int ParseMov(int, char**, int)': id3command.cxx:359:31: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(temptracknum,"%02d",track); ^~~~~~ In file included from /usr/include/stdio.h:862, from id3command.hh:12, from id3command.cxx:9: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 11 bytes into a destination of size 10 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' make: Entering directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 -ansi -c mpegOut.cxx mpegOut.cxx: In member function 'long int mpegOutWithVideo::CorrectTS(long int)': mpegOut.cxx:693:7: warning: variable 'saved_i' set but not used [-Wunused-but-set-variable] long saved_i; ^~~~~~~ mpegOut.cxx: In function 'void print_ts(byte*)': mpegOut.cxx:1706:31: warning: variable 'drop' set but not used [-Wunused-but-set-variable] int hour, min, sec, pictures, drop, closed, broken; ^~~~ mpegOut.cxx:1706:37: warning: variable 'closed' set but not used [-Wunused-but-set-variable] int hour, min, sec, pictures, drop, closed, broken; ^~~~~~ mpegOut.cxx:1706:45: warning: variable 'broken' set but not used [-Wunused-but-set-variable] int hour, min, sec, pictures, drop, closed, broken; ^~~~~~ 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); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' make: Entering directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 -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=] fprintf(stderr, "could not get seek to offset (" _OFF_d ") in file %s (size:" _OFF_d ")\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ offset, FileName, FileSize); ~~~~~~ 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=] 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=] fprintf(stderr, "could not get offset " _OFF_d " in file %s [" _OFF_x "]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ offset, FileName, FileSize); ~~~~~~ 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=] 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=] fprintf(stderr,"could not get offset " _OFF_x " in file %s [" _OFF_x "]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ offset, FileName, FileSize); ~~~~~~ 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=] 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=] "%s: could not find first GOP after Video Sequence start [" _OFF_x " (decimal)]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FileName, header_start); ~~~~~~~~~~~~ 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=] "%s: Found video header but couldn't read it [" _OFF_x "-" _OFF_x "]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FileName, header_start, header_end); ~~~~~~~~~~~~ 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=] 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=] fprintf(stderr,"Skipped " _OFF_d " zeroes at start of file\n",offset); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ 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=] fprintf(stderr,"mmm, this file does not start with a pack, offset: " _OFF_d " \n",offset); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ mpeg.cxx:869:42: 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:42: 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:21: 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:951:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] "%s: Unhandled packet encountered (%x @" _OFF_x ") while seeking system headers\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FileName, mark, offset); ~~~~~~ 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=] "%s: System Packet not preceded by a PACK [" _OFF_x ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "] start of pack : " _OFF_x " PACKlength : " _OFF_x ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " I'll probably crash but I love risk\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FileName, offset,startofpack,PACKlength); ~~~~~~ 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=] 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=] 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=] "%s: Warning two or more audio sys header encountered [" _OFF_x "]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FileName, offset); ~~~~~~ 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=] "%s: Warning two or more video sys header encountered [" _OFF_x "]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FileName, offset); ~~~~~~ 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=] fprintf(stderr, "%s: Unknown system packet %x [" _OFF_x "]\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FileName, packettype, offset); ~~~~~~ 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=] printf("GOP ends at [" _OFF_x "]\n",off); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 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=] printf("\n\n%c (%.2d) [" _OFF_x "]\n", type, pict_ref, off); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 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=] case 0xba: printf(" PACK [" _OFF_x "]\n", off); break; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 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=] case VideoPkt: printf(" Video [" _OFF_x "]\n", off); break; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 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=] case AudioPkt: printf(" Audio [" _OFF_x "]\n", off); break; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 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=] case PaddingPkt: printf(" Padding [" _OFF_x "]\n", off); break; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ 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=] "weird pack header while parsing muxrate (offset " _OFF_x ")\n", offset); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ mpeg.cxx: In member function 'bool mpeg::ParseTransportStream(off_t)': mpeg.cxx:2477:11: warning: variable 'scramble' set but not used [-Wunused-but-set-variable] int pid, scramble, adaptation; ^~~~~~~~ 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:19: 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:19: 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:2766:8: warning: variable 'nix' set but not used [-Wunused-but-set-variable] byte *nix; ^~~ 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=] 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); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' make: Entering directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' g++ -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 -ansi -o mpgtx commandline.cxx mpegOut.o mpeg.o chunkTab.o id3command.o -s 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"; ^~~~~~~ commandline.cxx:316:7: warning: variable 'Id3Tag' set but not used [-Wunused-but-set-variable] bool Id3Tag=false; ^~~~~~ commandline.cxx:318:7: warning: variable 'catch_sigsegv' set but not used [-Wunused-but-set-variable] bool catch_sigsegv=true; ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' make: Entering directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' ---------------------------------------------------------------------- Success building mpgtx. Now type "make install" to install it ---------------------------------------------------------------------- make: Leaving directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.43010 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mpgtx-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mpgtx-buildroot + cd mpgtx-1.3.1 + /usr/bin/make install PREFIX=/usr/src/tmp/mpgtx-buildroot/usr manprefix=/usr/src/tmp/mpgtx-buildroot/usr/share make: Entering directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' 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 /usr/src/tmp/mpgtx-buildroot/usr/bin install -d -m 755 /usr/src/tmp/mpgtx-buildroot/usr/share/man/man1 install -d -m 755 /usr/src/tmp/mpgtx-buildroot/usr/share/man/de/man1 install -s -m 755 mpgtx /usr/src/tmp/mpgtx-buildroot/usr/bin cp -df mpgdemux mpgjoin mpgcat mpginfo mpgsplit tagmp3 /usr/src/tmp/mpgtx-buildroot/usr/bin install -m 644 man/mpgtx.1 man/tagmp3.1 /usr/src/tmp/mpgtx-buildroot/usr/share/man/man1 install -m 644 man/de/mpgtx.1 man/de/tagmp3.1 /usr/src/tmp/mpgtx-buildroot/usr/share/man/de/man1 cd man ; make make[1]: Entering directory '/usr/src/RPM/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 '/usr/src/RPM/BUILD/mpgtx-1.3.1/man' cd man/de ; make make[1]: Entering directory '/usr/src/RPM/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 '/usr/src/RPM/BUILD/mpgtx-1.3.1/man/de' cp -df man/mpgdemux.1 man/mpgjoin.1 man/mpgsplit.1 man/mpgcat.1 man/mpginfo.1 /usr/src/tmp/mpgtx-buildroot/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 /usr/src/tmp/mpgtx-buildroot/usr/share/man/de/man1 make: Leaving directory '/usr/src/RPM/BUILD/mpgtx-1.3.1' + rm -rf /usr/src/tmp/mpgtx-buildroot/usr/share/man/de + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mpgtx-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mpgtx-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/mpgtx-buildroot/ (default) Compressing files in /usr/src/tmp/mpgtx-buildroot (auto) removed '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpginfo.1' '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpginfo.1.xz' -> 'mpgtx.1.xz' removed '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpgcat.1' '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpgcat.1.xz' -> 'mpgtx.1.xz' removed '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpgsplit.1' '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpgsplit.1.xz' -> 'mpgtx.1.xz' removed '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpgjoin.1' '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpgjoin.1.xz' -> 'mpgtx.1.xz' removed '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpgdemux.1' '/usr/src/tmp/mpgtx-buildroot/usr/share/man/man1/mpgdemux.1.xz' -> 'mpgtx.1.xz' Verifying ELF objects in /usr/src/tmp/mpgtx-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: mpgtx-1.3.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.78272 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mpgtx-1.3.1 + DOCDIR=/usr/src/tmp/mpgtx-buildroot/usr/share/doc/mpgtx-1.3.1 + export DOCDIR + rm -rf /usr/src/tmp/mpgtx-buildroot/usr/share/doc/mpgtx-1.3.1 + /bin/mkdir -p /usr/src/tmp/mpgtx-buildroot/usr/share/doc/mpgtx-1.3.1 + cp -prL AUTHORS ChangeLog README TODO /usr/src/tmp/mpgtx-buildroot/usr/share/doc/mpgtx-1.3.1 + chmod -R go-w /usr/src/tmp/mpgtx-buildroot/usr/share/doc/mpgtx-1.3.1 + chmod -R a+rX /usr/src/tmp/mpgtx-buildroot/usr/share/doc/mpgtx-1.3.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S1xChJ 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.ilLoT5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, 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(GCC_3.0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8JUjIB Wrote: /usr/src/RPM/RPMS/x86_64/mpgtx-1.3.1-alt1.x86_64.rpm 6.28user 1.52system 0:11.92elapsed 65%CPU (0avgtext+0avgdata 51772maxresident)k 0inputs+0outputs (0major+360945minor)pagefaults 0swaps 13.27user 5.74system 0:24.97elapsed 76%CPU (0avgtext+0avgdata 115000maxresident)k 8inputs+0outputs (0major+634305minor)pagefaults 0swaps --- mpgtx-1.3.1-alt1.x86_64.rpm.repo 2006-01-26 06:12:01.000000000 +0000 +++ mpgtx-1.3.1-alt1.x86_64.rpm.hasher 2020-01-05 02:04:55.401286503 +0000 @@ -12,16 +12,19 @@ /usr/share/doc/mpgtx-1.3.1/TODO 100644 -/usr/share/man/man1/mpgcat.1.gz 120777 mpgtx.1.gz -/usr/share/man/man1/mpgdemux.1.gz 120777 mpgtx.1.gz -/usr/share/man/man1/mpginfo.1.gz 120777 mpgtx.1.gz -/usr/share/man/man1/mpgjoin.1.gz 120777 mpgtx.1.gz -/usr/share/man/man1/mpgsplit.1.gz 120777 mpgtx.1.gz -/usr/share/man/man1/mpgtx.1.gz 100644 -/usr/share/man/man1/tagmp3.1.gz 100644 -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 +/usr/share/man/man1/mpgcat.1.xz 120777 mpgtx.1.xz +/usr/share/man/man1/mpgdemux.1.xz 120777 mpgtx.1.xz +/usr/share/man/man1/mpginfo.1.xz 120777 mpgtx.1.xz +/usr/share/man/man1/mpgjoin.1.xz 120777 mpgtx.1.xz +/usr/share/man/man1/mpgsplit.1.xz 120777 mpgtx.1.xz +/usr/share/man/man1/mpgtx.1.xz 100644 +/usr/share/man/man1/tagmp3.1.xz 100644 +Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: libgcc_s.so.1(GCC_3.0)(64bit) -Requires: libm.so.6()(64bit) Requires: libstdc++.so.6(CXXABI_1.3)(64bit) Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit) +Requires: rtld(GNU_HASH) +Requires: rpmlib(PayloadIsLzma) Provides: mpgtx = 1.3.1-alt1