The following packages will be installed: fIcy Fetching README... 0%100%100%100%100%100%Done Fetching fIcy.1... 0%100%100%100%100%100%Done Fetching fIcy.SlackBuild... 0%100%100%100%100%100%Done Fetching fIcy.info... 0%100%100%100%100%100%Done Fetching fIcy.pod... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done fIcy-1.0.21/ fIcy-1.0.21/hdrparse.hh fIcy-1.0.21/match.hh fIcy-1.0.21/README.rst fIcy-1.0.21/urlparse.cc fIcy-1.0.21/htfollow.cc fIcy-1.0.21/plsparse.cc fIcy-1.0.21/fIcy.cc fIcy-1.0.21/COPYING.txt fIcy-1.0.21/rewrite.hh fIcy-1.0.21/htfollow.hh fIcy-1.0.21/copy.cc fIcy-1.0.21/fIcy.hh fIcy-1.0.21/mpeg.hh fIcy-1.0.21/msg.hh fIcy-1.0.21/sanitize.cc fIcy-1.0.21/mpeg.cc fIcy-1.0.21/TODO.rst fIcy-1.0.21/FAQ.rst fIcy-1.0.21/authparse.cc fIcy-1.0.21/NEWS.rst fIcy-1.0.21/base64.hh fIcy-1.0.21/Makefile fIcy-1.0.21/urlparse.hh fIcy-1.0.21/tmparse.cc fIcy-1.0.21/sanitize.hh fIcy-1.0.21/http.hh fIcy-1.0.21/resolver.cc fIcy-1.0.21/socket.cc fIcy-1.0.21/hdrparse.cc fIcy-1.0.21/tmparse.hh fIcy-1.0.21/resolver.hh fIcy-1.0.21/urlencode.hh fIcy-1.0.21/rewrite.cc fIcy-1.0.21/urlencode.cc fIcy-1.0.21/copy.hh fIcy-1.0.21/msg.cc fIcy-1.0.21/http.cc fIcy-1.0.21/authparse.hh fIcy-1.0.21/socket.hh fIcy-1.0.21/base64.cc fIcy-1.0.21/match.cc fIcy-1.0.21/icy.hh fIcy-1.0.21/plsparse.hh fIcy-1.0.21/fPls.cc fIcy-1.0.21/fResync.cc fIcy-1.0.21/icy.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o msg.o msg.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o resolver.o resolver.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o socket.o socket.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o http.o http.cc http.cc: In member function ‘Socket* Http::Http::gen(const char*, const char*, Http::Reply&, const Header*)’: http.cc:131:5: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 131 | auto_ptr s(new Socket(host, port, timeout)); | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from http.cc:16: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o tmparse.o tmparse.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o urlencode.o urlencode.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o base64.o base64.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o urlparse.o urlparse.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o hdrparse.o hdrparse.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o sanitize.o sanitize.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o htfollow.o htfollow.cc htfollow.cc: In function ‘Socket* htFollow(std::map, std::__cxx11::basic_string >&, const URL&, Http::Header, size_t, time_t, size_t, size_t)’: htfollow.cc:51:3: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 51 | auto_ptr s; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from htfollow.cc:16: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o authparse.o authparse.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o match.o match.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o icy.o icy.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o rewrite.o rewrite.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o fIcy.o fIcy.cc fIcy.cc: In function ‘int main(int, char* const*)’: fIcy.cc:438:3: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 438 | auto_ptr rewrite(rewriteArg? | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from fIcy.cc:32: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ fIcy.cc:499:3: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 499 | auto_ptr s(htFollow(pReply, url, qHeaders, maxFollow, idleTime)); | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from fIcy.cc:32: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ fIcy.cc:529:3: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 529 | auto_ptr out; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from fIcy.cc:32: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ g++ -O2 -march=i586 -mtune=i686 -o fIcy msg.o resolver.o socket.o http.o tmparse.o urlencode.o base64.o urlparse.o hdrparse.o sanitize.o htfollow.o authparse.o match.o icy.o rewrite.o fIcy.o g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o mpeg.o mpeg.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o copy.o copy.cc copy.cc: In function ‘bool copy(std::ostream&, std::istream&, const size_t&, const size_t&)’: copy.cc:26:3: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 26 | auto_ptr buf(new char[bufSz]); | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from copy.cc:14: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o fResync.o fResync.cc fResync.cc: In function ‘bool search_sync(std::ifstream&, const params_t&, region_t&)’: fResync.cc:152:3: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 152 | auto_ptr buf(new char[mlen]); | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from fResync.cc:22: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ g++ -O2 -march=i586 -mtune=i686 -o fResync msg.o mpeg.o copy.o fResync.o g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o plsparse.o plsparse.cc g++ -MD -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -c -o fPls.o fPls.cc fPls.cc: In function ‘void load_url(std::string&, const URL&, const Params&)’: fPls.cc:245:3: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 245 | auto_ptr s(htFollow(pReply, url, qHeaders, | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from fPls.cc:28: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ g++ -O2 -march=i586 -mtune=i686 -o fPls msg.o resolver.o socket.o http.o tmparse.o urlencode.o base64.o urlparse.o hdrparse.o sanitize.o htfollow.o authparse.o plsparse.o fPls.o Slackware package maker, version 3.14159265. Searching for symbolic links: usr/man/man1/fPls.1.gz fIcy.1.gz usr/man/man1/fResync.1.gz fIcy.1.gz Making symbolic link creation script: ( cd usr/man/man1 ; rm -rf fPls.1.gz ) ( cd usr/man/man1 ; ln -sf fIcy.1.gz fPls.1.gz ) ( cd usr/man/man1 ; rm -rf fResync.1.gz ) ( cd usr/man/man1 ; ln -sf fIcy.1.gz fResync.1.gz ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/man/man1/fResync.1.gz' removed './usr/man/man1/fPls.1.gz' Creating your new ./install/doinst.sh... 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/fIcy/fIcy-1.0.21-i586-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/fIcy usr/bin/fPls usr/bin/fResync usr/doc/ usr/doc/fIcy-1.0.21/ usr/doc/fIcy-1.0.21/COPYING.txt usr/doc/fIcy-1.0.21/FAQ.rst usr/doc/fIcy-1.0.21/NEWS.rst usr/doc/fIcy-1.0.21/README.rst usr/doc/fIcy-1.0.21/TODO.rst usr/doc/fIcy-1.0.21/fIcy.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/fIcy.1.gz Slackware package /usr/src/slapt-src/audio/fIcy/fIcy-1.0.21-i586-1salix15.0.txz created. Installing package fIcy-1.0.21-i586-1salix15.0... | fIcy (icecast/shoutcast stream grabber suite) | | fIcy is a small icecast/shoutcast stream grabber suite for use under | shell environment. Its goal is to automatically rip a stream into user | customisable files. It will work with ICY compatible streams, allowing | you to either to save the stream to disk or to pipe the output to | a media player, or even both. fIcy, among other uses, is ideal for | batch/unattended recording of radio programs and stream debugging. | | | | |