The following packages will be installed: mp3check Fetching README... 0%100%100%100%100%100%Done Fetching mp3check.SlackBuild... 0%100%100%100%100%100%Done Fetching mp3check.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done mp3check-0.8.7/ mp3check-0.8.7/configure mp3check-0.8.7/COPYING mp3check-0.8.7/crc16.cc mp3check-0.8.7/crc16.h mp3check-0.8.7/id3tag.cc mp3check-0.8.7/id3tag.h mp3check-0.8.7/INSTALL mp3check-0.8.7/Makefile mp3check-0.8.7/mp3check.1 mp3check-0.8.7/mp3check.cc mp3check-0.8.7/tappconfig.cc mp3check-0.8.7/tappconfig.h mp3check-0.8.7/TARGET mp3check-0.8.7/texception.h mp3check-0.8.7/tfiletools.cc mp3check-0.8.7/tfiletools.h mp3check-0.8.7/tmap.h mp3check-0.8.7/tregex.cc mp3check-0.8.7/tregex.h mp3check-0.8.7/tstring.cc mp3check-0.8.7/tstring.h mp3check-0.8.7/tvector.h g++ -MM -MT ".dep.tstring tstring.o" tstring.cc -o .dep.tstring g++ -MM -MT ".dep.tregex tregex.o" tregex.cc -o .dep.tregex g++ -MM -MT ".dep.tfiletools tfiletools.o" tfiletools.cc -o .dep.tfiletools g++ -MM -MT ".dep.tappconfig tappconfig.o" tappconfig.cc -o .dep.tappconfig g++ -MM -MT ".dep.mp3check mp3check.o" mp3check.cc -o .dep.mp3check g++ -MM -MT ".dep.id3tag id3tag.o" id3tag.cc -o .dep.id3tag g++ -MM -MT ".dep.crc16 crc16.o" crc16.cc -o .dep.crc16 g++ -Wall -W -g -O2 -march=i586 -mtune=i686 -fpermissive -c -o mp3check.o mp3check.cc g++ -Wall -W -g -O2 -march=i586 -mtune=i686 -fpermissive -c -o crc16.o crc16.cc g++ -Wall -W -g -O2 -march=i586 -mtune=i686 -fpermissive -c -o id3tag.o id3tag.cc g++ -Wall -W -g -O2 -march=i586 -mtune=i686 -fpermissive -c -o tappconfig.o tappconfig.cc tappconfig.cc: In member function ‘void TAppConfigItem::setValue(const tstring&, TAppConfigItem::TACO_SET_IN, bool, const tstring&, const tstring&, const tstring&)’: tappconfig.cc:973:25: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] 973 | if(only_cl && (!setin==COMMAND_LINE)) | ^~ tappconfig.cc:973:19: note: add parentheses around left hand side expression to silence this warning 973 | if(only_cl && (!setin==COMMAND_LINE)) | ^~~~~~ | ( ) tappconfig.cc:973:25: warning: comparison of constant ‘TAppConfigItem::COMMAND_LINE’ with boolean expression is always false [-Wbool-compare] 973 | if(only_cl && (!setin==COMMAND_LINE)) | ~~~~~~^~~~~~~~~~~~~~ g++ -Wall -W -g -O2 -march=i586 -mtune=i686 -fpermissive -c -o tfiletools.o tfiletools.cc g++ -Wall -W -g -O2 -march=i586 -mtune=i686 -fpermissive -c -o tregex.o tregex.cc g++ -Wall -W -g -O2 -march=i586 -mtune=i686 -fpermissive -c -o tstring.o tstring.cc tstring.cc: In static member function ‘static tstring::Rep* tstring::Rep::create(size_t)’: tstring.cc:114:39: warning: exception cleanup for this placement new selects non-placement ‘operator delete’ [-fpermissive] 114 | Rep *p = new (m - 1 - sizeof(Rep)) Rep; | ^~~ In file included from tstring.cc:26: tstring.h:76:19: note: ‘static void tstring::Rep::operator delete(void*, size_t)’ is a usual (non-placement) deallocation function 76 | static void operator delete (void *p, size_t) { | ^~~~~~~~ g++ mp3check.o crc16.o id3tag.o tappconfig.o tfiletools.o tregex.o tstring.o -o mp3check strip mp3check cp mp3check /usr/src/slapt-src/audio/mp3check/package-mp3check/usr/bin Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/audio/mp3check/mp3check-0.8.7-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/mp3check usr/doc/ usr/doc/mp3check-0.8.7/ usr/doc/mp3check-0.8.7/COPYING usr/doc/mp3check-0.8.7/mp3check.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/mp3check.1.gz Slackware package /usr/src/slapt-src/audio/mp3check/mp3check-0.8.7-i586-1salix15.0.txz created. Installing package mp3check-0.8.7-i586-1salix15.0... | mp3check (check MP3 files for integrity) | | mp3check can check MP3 files for consistency and print several | errors and warnings, list stream attributes (in color). | Layer 1, 2, 3, and MPEG1.0+2.0 are currently supported. | CRC check for layer 3. Can process directories recursively. | Can also fix certain errors. | | Homepage: https://code.google.com/archive/p/mp3check/ | | | |