The following packages will be installed: flac123 Fetching README... 0%100%100%100%100%100%Done Fetching flac123.SlackBuild... 0%100%100%100%100%100%Done Fetching flac123.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done flac123-0.0.12/ flac123-0.0.12/Makefile.in flac123-0.0.12/Makefile.am flac123-0.0.12/remote.c flac123-0.0.12/configure flac123-0.0.12/flac123.c flac123-0.0.12/NEWS flac123-0.0.12/missing flac123-0.0.12/depcomp flac123-0.0.12/vorbiscomment.c flac123-0.0.12/install-sh flac123-0.0.12/README flac123-0.0.12/aclocal.m4 flac123-0.0.12/configure.ac flac123-0.0.12/INSTALL flac123-0.0.12/AUTHORS flac123-0.0.12/BUGS flac123-0.0.12/README.remote flac123-0.0.12/autom4te.cache/ flac123-0.0.12/autom4te.cache/requests flac123-0.0.12/autom4te.cache/traces.0 flac123-0.0.12/autom4te.cache/output.0 flac123-0.0.12/flac123.h flac123-0.0.12/COPYING flac123-0.0.12/version.h flac123-0.0.12/acinclude.m4 flac123-0.0.12/ChangeLog checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for FLAC__stream_decoder_new in -lFLAC... yes checking for poptGetContext in -lpopt... yes checking for dlopen... no checking for dlopen in -ldl... yes checking for ao... yes checking for an ANSI C-conforming const... yes configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/src/slapt-src/audio/flac123/flac123-0.0.12/missing --run aclocal acinclude.m4:9: warning: underquoted definition of AM_PATH_AO acinclude.m4:9: run info Automake 'Extending aclocal' acinclude.m4:9: or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal cd . && /bin/sh /usr/src/slapt-src/audio/flac123/flac123-0.0.12/missing --run automake --gnu configure.ac:46: error: required file './compile' not found configure.ac:46: 'automake --add-missing' can install 'compile' WARNING: `automake' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/src/slapt-src/audio/flac123/flac123-0.0.12/missing --run autoconf /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr --libdir=/usr/lib --build=i586-slackware-linux build_alias=i586-slackware-linux CFLAGS=-O2 -march=i586 -mtune=i686 --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes /usr/src/slapt-src/audio/flac123/flac123-0.0.12/missing: Unknown `--is-lightweight' option Try `/usr/src/slapt-src/audio/flac123/flac123-0.0.12/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for FLAC__stream_decoder_new in -lFLAC... yes checking for poptGetContext in -lpopt... yes checking for dlopen... no checking for dlopen in -ldl... yes checking for ao... yes checking for an ANSI C-conforming const... yes checking that generated files are newer than configure... done configure: creating ./config.status /bin/sh ./config.status config.status: creating Makefile config.status: executing depfiles commands gcc -DPACKAGE_NAME=\"flac123\" -DPACKAGE_TARNAME=\"flac123\" -DPACKAGE_VERSION=\"0.0.12\" -DPACKAGE_STRING=\"flac123\ 0.0.12\" -DPACKAGE_BUGREPORT=\"hoesterholt-at-users-dot-sourceforge-dot-net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"flac123\" -DVERSION=\"0.0.12\" -DAUDIO_DEFAULT=\"oss\" -I. -O2 -march=i586 -mtune=i686 -I/usr/local/include -MT flac123.o -MD -MP -MF .deps/flac123.Tpo -c -o flac123.o flac123.c mv -f .deps/flac123.Tpo .deps/flac123.Po gcc -DPACKAGE_NAME=\"flac123\" -DPACKAGE_TARNAME=\"flac123\" -DPACKAGE_VERSION=\"0.0.12\" -DPACKAGE_STRING=\"flac123\ 0.0.12\" -DPACKAGE_BUGREPORT=\"hoesterholt-at-users-dot-sourceforge-dot-net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"flac123\" -DVERSION=\"0.0.12\" -DAUDIO_DEFAULT=\"oss\" -I. -O2 -march=i586 -mtune=i686 -I/usr/local/include -MT remote.o -MD -MP -MF .deps/remote.Tpo -c -o remote.o remote.c remote.c: In function ‘trim_whitespace’: remote.c:38:11: warning: implicit declaration of function ‘isspace’ [-Wimplicit-function-declaration] 38 | while(isspace(ptr[pos])) | ^~~~~~~ remote.c:28:1: note: include ‘’ or provide a declaration of ‘isspace’ 27 | #include "flac123.h" +++ |+#include 28 | mv -f .deps/remote.Tpo .deps/remote.Po gcc -DPACKAGE_NAME=\"flac123\" -DPACKAGE_TARNAME=\"flac123\" -DPACKAGE_VERSION=\"0.0.12\" -DPACKAGE_STRING=\"flac123\ 0.0.12\" -DPACKAGE_BUGREPORT=\"hoesterholt-at-users-dot-sourceforge-dot-net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"flac123\" -DVERSION=\"0.0.12\" -DAUDIO_DEFAULT=\"oss\" -I. -O2 -march=i586 -mtune=i686 -I/usr/local/include -MT vorbiscomment.o -MD -MP -MF .deps/vorbiscomment.Tpo -c -o vorbiscomment.o vorbiscomment.c mv -f .deps/vorbiscomment.Tpo .deps/vorbiscomment.Po gcc -O2 -march=i586 -mtune=i686 -I/usr/local/include -L/usr/local/lib -o flac123 flac123.o remote.o vorbiscomment.o -lFLAC -logg -lm -lpopt -L/lib -lao -ldl make[1]: Entering directory '/usr/src/slapt-src/audio/flac123/flac123-0.0.12' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src/audio/flac123/package-flac123/usr/bin" /usr/bin/ginstall -c flac123 '/usr/src/slapt-src/audio/flac123/package-flac123/usr/bin' make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/usr/src/slapt-src/audio/flac123/flac123-0.0.12' 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/flac123/flac123-0.0.12-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/flac123 usr/doc/ usr/doc/flac123-0.0.12/ usr/doc/flac123-0.0.12/AUTHORS usr/doc/flac123-0.0.12/BUGS usr/doc/flac123-0.0.12/COPYING usr/doc/flac123-0.0.12/ChangeLog usr/doc/flac123-0.0.12/INSTALL usr/doc/flac123-0.0.12/NEWS usr/doc/flac123-0.0.12/README usr/doc/flac123-0.0.12/README.remote usr/doc/flac123-0.0.12/flac123.SlackBuild Slackware package /usr/src/slapt-src/audio/flac123/flac123-0.0.12-i586-1salix15.0.txz created. Installing package flac123-0.0.12-i586-1salix15.0... | flac123 (a command line FLAC player) | | flac123 is a command line tool for playing audio files stored in the | lossless FLAC format. It fills a gap in the existing FLAC tools which | provide a standalone tool to encode and decode files, a tool to | manipulate metadata but no command line tool for playback. | | Homepage: http://flac-tools.sourceforge.net | | | | |