>>> mp3val: Building testing/mp3val 0.1.8-r0 (using abuild 3.9.0-r0) started Tue, 08 Mar 2022 05:50:09 +0000 >>> mp3val: Checking sanity of /home/buildozer/aports/testing/mp3val/APKBUILD... >>> mp3val: Analyzing dependencies... >>> mp3val: Installing for build: build-base (1/1) Installing .makedepends-mp3val (20220308.055010) OK: 331 MiB in 100 packages >>> mp3val: Cleaning up srcdir >>> mp3val: Cleaning up pkgdir >>> mp3val: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mp3val-0.1.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> mp3val: Fetching mp3val-0.1.8.tar.gz::http://downloads.sourceforge.net/mp3val/mp3val-0.1.8-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 398 100 398 0 0 1253 0 --:--:-- --:--:-- --:--:-- 1255 100 373 100 373 0 0 781 0 --:--:-- --:--:-- --:--:-- 781 53 21406 53 11346 0 0 19349 0 0:00:01 --:--:-- 0:00:01 19349 100 21406 100 21406 0 0 36242 0 --:--:-- --:--:-- --:--:-- 2456k >>> mp3val: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mp3val-0.1.8.tar.gz >>> mp3val: Checking sha512sums... mp3val-0.1.8.tar.gz: OK >>> mp3val: Unpacking /var/cache/distfiles/edge/mp3val-0.1.8.tar.gz... g++ -Wall -O2 -Os -fomit-frame-pointer -c -o main.o main.cpp g++ -Wall -O2 -Os -fomit-frame-pointer -c -o mpegparse.o mpegparse.cpp g++ -Wall -O2 -Os -fomit-frame-pointer -c -o out.o out.cpp g++ -Wall -O2 -Os -fomit-frame-pointer -c -o report.o report.cpp g++ -Wall -O2 -Os -fomit-frame-pointer -c -o crossapi.o crossapi.cpp g++ -Wall -O2 -Os -fomit-frame-pointer -c -o crc.o crc.cpp mpegparse.cpp: In function 'int ValidateFile(unsigned char*, int, MPEGINFO*, std::ostream*, char*, bool, int)': mpegparse.cpp:177:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 177 | if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the beginning of the file",mpginfo->garbage_at_the_begin); | ^~~~~~~~~ mpegparse.cpp:177:70: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 177 | if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the beginning of the file",mpginfo->garbage_at_the_begin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpegparse.cpp:185:59: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 185 | if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the end of the file",mpginfo->garbage_at_the_end); | ^~~~~~~~~ mpegparse.cpp:185:78: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 185 | if(!fix) PrintMessage(out,"WARNING",filename,"Garbage at the end of the file",mpginfo->garbage_at_the_end); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpegparse.cpp:190:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 190 | if(!fix) PrintMessage(out,"WARNING",filename,"MPEG stream error, resynchronized successfully",mpginfo->mpeg_stream_error); | ^~~~~~~~~ mpegparse.cpp:190:70: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 190 | if(!fix) PrintMessage(out,"WARNING",filename,"MPEG stream error, resynchronized successfully",mpginfo->mpeg_stream_error); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp: In function 'int ProcessFile(char*, char*)': main.cpp:249:112: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 249 | if(CrossAPI_GetFullPathName(szFileName,(char *)pcBuffer,CROSSAPI_MAX_PATH+1)) PrintMessage(out,"FIXED",pcBuffer,"File was rebuilt",-1); | ^~~~~~~ main.cpp:249:129: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 249 | if(CrossAPI_GetFullPathName(szFileName,(char *)pcBuffer,CROSSAPI_MAX_PATH+1)) PrintMessage(out,"FIXED",pcBuffer,"File was rebuilt",-1); | ^~~~~~~~~~~~~~~~~~ main.cpp:250:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 250 | else PrintMessage(out,"FIXED",szFileName,"File was rebuilt",-1); | ^~~~~~~ main.cpp:250:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 250 | else PrintMessage(out,"FIXED",szFileName,"File was rebuilt",-1); | ^~~~~~~~~~~~~~~~~~ main.cpp: In function 'int SplitFileName(char*, char**, char**)': main.cpp:272:39: warning: value computed is not used [-Wunused-value] 272 | if(**szPathOut=='\"') *szPathOut++; | ^~~~~~~~~~~~ main.cpp:280:17: warning: value computed is not used [-Wunused-value] 280 | *szFileNameOut++; | ^~~~~~~~~~~~~~~~ report.cpp: In function 'int PrintReport(std::ostream*, char*, MPEGINFO*)': report.cpp:49:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | PrintMessage(out,"ERROR",filename,"Unknown file format",-1); | ^~~~~~~ report.cpp:49:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 49 | PrintMessage(out,"ERROR",filename,"Unknown file format",-1); | ^~~~~~~~~~~~~~~~~~~~~ report.cpp:55:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | PrintMessage(out,"WARNING",filename,"Too few MPEG frames (it's unlikely that this is a MPEG audio file)",-1); | ^~~~~~~~~ report.cpp:55:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 55 | PrintMessage(out,"WARNING",filename,"Too few MPEG frames (it's unlikely that this is a MPEG audio file)",-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ report.cpp:59:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | PrintMessage(out,"WARNING",filename,"This is a RIFF file, not MPEG stream",-1); | ^~~~~~~~~ report.cpp:59:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 59 | PrintMessage(out,"WARNING",filename,"This is a RIFF file, not MPEG stream",-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ report.cpp:64:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 64 | PrintMessage(out,"WARNING",filename,"It seems that file is truncated or there is garbage at the end of the file",mpginfo->truncated); | ^~~~~~~~~ report.cpp:64:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 64 | PrintMessage(out,"WARNING",filename,"It seems that file is truncated or there is garbage at the end of the file",mpginfo->truncated); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ report.cpp:70:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 70 | PrintMessage(out,"WARNING",filename,szMsgBuf,-1); | ^~~~~~~~~ report.cpp:90:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 90 | PrintMessage(out,"WARNING",filename,szMsgBuf,-1); | ^~~~~~~~~ report.cpp:95:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 95 | PrintMessage(out,"WARNING",filename,szMsgBuf,-1); | ^~~~~~~~~ report.cpp:102:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 102 | PrintMessage(out,"WARNING",filename,szMsgBuf,-1); | ^~~~~~~~~ report.cpp:107:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 107 | PrintMessage(out,"WARNING",filename,szMsgBuf,-1); | ^~~~~~~~~ report.cpp:114:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 114 | PrintMessage(out,"WARNING",filename,"VBR detected, but no VBR header is present. Seeking may not work properly.",-1); | ^~~~~~~~~ report.cpp:114:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 114 | PrintMessage(out,"WARNING",filename,"VBR detected, but no VBR header is present. Seeking may not work properly.",-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ report.cpp:123:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 123 | PrintMessage(out,"WARNING",filename,"Non-layer-III frame encountered. See related INFO message for details.",-1); | ^~~~~~~~~ report.cpp:123:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 123 | PrintMessage(out,"WARNING",filename,"Non-layer-III frame encountered. See related INFO message for details.",-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ report.cpp:138:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 138 | PrintMessage(out,"WARNING",filename,"Different MPEG versions or layers in one file. See related INFO message for details.",-1); | ^~~~~~~~~ report.cpp:138:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 138 | PrintMessage(out,"WARNING",filename,"Different MPEG versions or layers in one file. See related INFO message for details.",-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ report.cpp:142:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 142 | PrintMessage(out,"WARNING",filename,"Several APEv2 tags in one file. See related INFO message for details.",-1); | ^~~~~~~~~ report.cpp:142:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 142 | PrintMessage(out,"WARNING",filename,"Several APEv2 tags in one file. See related INFO message for details.",-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ report.cpp:147:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 147 | PrintMessage(out,"WARNING",filename,"No supported tags in the file",-1); | ^~~~~~~~~ report.cpp:147:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 147 | PrintMessage(out,"WARNING",filename,"No supported tags in the file",-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Wall -O2 main.o mpegparse.o out.o report.o crossapi.o crc.o -o mp3val Check: MP3val 0.1.8 >>> mp3val: Entering fakeroot... >>> mp3val*: Running postcheck for mp3val >>> mp3val*: Preparing package mp3val... >>> mp3val*: Stripping binaries >>> mp3val*: Scanning shared objects >>> mp3val*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> mp3val*: Package size: 44.0 KB >>> mp3val*: Compressing data... >>> mp3val*: Create checksum... >>> mp3val*: Create mp3val-0.1.8-r0.apk >>> mp3val: Build complete at Tue, 08 Mar 2022 05:50:12 +0000 elapsed time 0h 0m 3s >>> mp3val: Cleaning up srcdir >>> mp3val: Cleaning up pkgdir >>> mp3val: Uninstalling dependencies... (1/1) Purging .makedepends-mp3val (20220308.055010) OK: 331 MiB in 99 packages >>> mp3val: Updating the testing/x86_64 repository index... >>> mp3val: Signing the index...