The following packages will be installed: shorten Fetching README... 0%100%100%100%100%100%Done Fetching shorten.SlackBuild... 0%100%100%100%100%100%Done Fetching shorten.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done shorten-3.6.1/ shorten-3.6.1/include/ shorten-3.6.1/include/config.h.in shorten-3.6.1/include/binary.h shorten-3.6.1/include/shorten.h shorten-3.6.1/include/config.h shorten-3.6.1/include/stamp-h1 shorten-3.6.1/README shorten-3.6.1/configure.ac shorten-3.6.1/aclocal.m4 shorten-3.6.1/Makefile.am shorten-3.6.1/Makefile.in shorten-3.6.1/configure shorten-3.6.1/AUTHORS shorten-3.6.1/COPYING shorten-3.6.1/ChangeLog shorten-3.6.1/INSTALL shorten-3.6.1/NEWS shorten-3.6.1/config.guess shorten-3.6.1/config.sub shorten-3.6.1/depcomp shorten-3.6.1/install-sh shorten-3.6.1/missing shorten-3.6.1/doc/ shorten-3.6.1/doc/tr156.ps shorten-3.6.1/doc/LICENSE shorten-3.6.1/doc/TODO shorten-3.6.1/doc/tr156.tex shorten-3.6.1/man/ shorten-3.6.1/man/Makefile.am shorten-3.6.1/man/Makefile.in shorten-3.6.1/man/shorten.1 shorten-3.6.1/utils/ shorten-3.6.1/utils/Makefile.am shorten-3.6.1/utils/Makefile.in shorten-3.6.1/utils/Sulawalaw.c shorten-3.6.1/utils/array.c shorten-3.6.1/utils/exit.c shorten-3.6.1/utils/mkbshift.c shorten-3.6.1/src/ shorten-3.6.1/src/Makefile.am shorten-3.6.1/src/Makefile.in shorten-3.6.1/src/aiff.c shorten-3.6.1/src/dupfinfo.c shorten-3.6.1/src/fixio.c shorten-3.6.1/src/hsgetopt.c shorten-3.6.1/src/license.c shorten-3.6.1/src/lpc.c shorten-3.6.1/src/main.c shorten-3.6.1/src/poly.c shorten-3.6.1/src/riffwave.c shorten-3.6.1/src/shorten.c shorten-3.6.1/src/vario.c shorten-3.6.1/tests/ shorten-3.6.1/tests/Makefile.am shorten-3.6.1/tests/Makefile.in shorten-3.6.1/tests/test-errors.sh shorten-3.6.1/tests/test-general.sh shorten-3.6.1/tests/test-seek.sh shorten-3.6.1/tests/mono/ shorten-3.6.1/tests/mono/seekable.shn shorten-3.6.1/tests/mono/test.aiff shorten-3.6.1/tests/mono/test.aiff.shn shorten-3.6.1/tests/mono/test.shn shorten-3.6.1/tests/mono/test.skt shorten-3.6.1/tests/mono/test.wav shorten-3.6.1/tests/stereo/ shorten-3.6.1/tests/stereo/test.aiff.shn shorten-3.6.1/tests/stereo/seekable.shn shorten-3.6.1/tests/stereo/test.aiff shorten-3.6.1/tests/stereo/test.shn shorten-3.6.1/tests/stereo/test.skt shorten-3.6.1/tests/stereo/test.wav checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu 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 for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 a BSD-compatible install... /usr/bin/ginstall -c checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for main in -lm... yes configure: checking for headers checking for ANSI C header files... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for inttypes.h... (cached) yes configure: checking for win32 environment checking windows.h usability... no checking windows.h presence... no checking for windows.h... no configure: checking for data types checking for unsigned long... yes checking size of unsigned long... 4 configure: checking for library functions checking for strerror... yes checking for truncate... yes configure: creating ./config.status config.status: creating man/Makefile config.status: creating utils/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating include/config.h config.status: include/config.h is unchanged config.status: executing depfiles commands configure: ready to compile. shorten is now configured with the following options: version: 3.6.1 install: /usr/bin Type 'make' to build shorten. Afterwards, type 'make check' to run some verification tests. Making all in man make[1]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/man' Making all in utils make[1]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/utils' gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT Sulawalaw.o -MD -MP -MF .deps/Sulawalaw.Tpo -c -o Sulawalaw.o Sulawalaw.c mv -f .deps/Sulawalaw.Tpo .deps/Sulawalaw.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c mv -f .deps/array.Tpo .deps/array.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT exit.o -MD -MP -MF .deps/exit.Tpo -c -o exit.o exit.c mv -f .deps/exit.Tpo .deps/exit.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT mkbshift.o -MD -MP -MF .deps/mkbshift.Tpo -c -o mkbshift.o mkbshift.c mv -f .deps/mkbshift.Tpo .deps/mkbshift.Po gcc -O2 -march=i486 -mtune=i686 -o mkbshift Sulawalaw.o array.o exit.o mkbshift.o -lm make[1]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/utils' Making all in src make[1]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' make all-am make[2]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT aiff.o -MD -MP -MF .deps/aiff.Tpo -c -o aiff.o aiff.c mv -f .deps/aiff.Tpo .deps/aiff.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT dupfinfo.o -MD -MP -MF .deps/dupfinfo.Tpo -c -o dupfinfo.o dupfinfo.c mv -f .deps/dupfinfo.Tpo .deps/dupfinfo.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT fixio.o -MD -MP -MF .deps/fixio.Tpo -c -o fixio.o fixio.c fixio.c: In function ‘fread_type’: fixio.c:101:7: warning: implicit declaration of function ‘swab’ [-Wimplicit-function-declaration] swab(readfub, readbuf, nbyte); ^ mv -f .deps/fixio.Tpo .deps/fixio.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT hsgetopt.o -MD -MP -MF .deps/hsgetopt.Tpo -c -o hsgetopt.o hsgetopt.c mv -f .deps/hsgetopt.Tpo .deps/hsgetopt.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT license.o -MD -MP -MF .deps/license.Tpo -c -o license.o license.c mv -f .deps/license.Tpo .deps/license.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT lpc.o -MD -MP -MF .deps/lpc.Tpo -c -o lpc.o lpc.c mv -f .deps/lpc.Tpo .deps/lpc.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT poly.o -MD -MP -MF .deps/poly.Tpo -c -o poly.o poly.c mv -f .deps/poly.Tpo .deps/poly.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT riffwave.o -MD -MP -MF .deps/riffwave.Tpo -c -o riffwave.o riffwave.c mv -f .deps/riffwave.Tpo .deps/riffwave.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT shorten.o -MD -MP -MF .deps/shorten.Tpo -c -o shorten.o shorten.c mv -f .deps/shorten.Tpo .deps/shorten.Po gcc -DHAVE_CONFIG_H -I. -I../include -O2 -march=i486 -mtune=i686 -MT vario.o -MD -MP -MF .deps/vario.Tpo -c -o vario.o vario.c mv -f .deps/vario.Tpo .deps/vario.Po gcc -O2 -march=i486 -mtune=i686 -o shorten aiff.o dupfinfo.o fixio.o hsgetopt.o license.o lpc.o main.o poly.o riffwave.o shorten.o vario.o ../utils/Sulawalaw.o ../utils/array.o ../utils/exit.o -lm make[2]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' make[1]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' Making all in tests make[1]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/tests' make[1]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1' make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/audio/shorten/shorten-3.6.1/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/audio/shorten/shorten-3.6.1/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install make[1]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1' Making install in man make[2]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/man' make[3]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/man' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src/audio/shorten/package-shorten/usr/man/man1" /usr/bin/ginstall -c -m 644 './shorten.1' '/usr/src/slapt-src/audio/shorten/package-shorten/usr/man/man1/shorten.1' make[3]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/man' make[2]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/man' Making install in utils make[2]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/utils' make[3]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/utils' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/utils' make[2]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/utils' Making install in src make[2]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' make install-am make[3]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' make[4]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src/audio/shorten/package-shorten/usr/bin" /bin/sh /usr/src/slapt-src/audio/shorten/shorten-3.6.1/install-sh -c -s 'shorten' '/usr/src/slapt-src/audio/shorten/package-shorten/usr/bin/shorten' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' make[3]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' make[2]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/src' Making install in tests make[2]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/tests' make[3]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/tests' make[2]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1/tests' make[2]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1' make[3]: Entering directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1' make[2]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1' make[1]: Leaving directory '/usr/src/slapt-src/audio/shorten/shorten-3.6.1' Slackware package maker, version 3.141593. 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/shorten/shorten-3.6.1-i486-1salix.txz ./ usr/ usr/bin/ usr/bin/shorten usr/doc/ usr/doc/shorten-3.6.1/ usr/doc/shorten-3.6.1/README usr/doc/shorten-3.6.1/shorten.SlackBuild usr/doc/shorten-3.6.1/COPYING usr/doc/shorten-3.6.1/NEWS usr/doc/shorten-3.6.1/AUTHORS usr/doc/shorten-3.6.1/ChangeLog usr/doc/shorten-3.6.1/INSTALL usr/man/ usr/man/man1/ usr/man/man1/shorten.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/audio/shorten/shorten-3.6.1-i486-1salix.txz created. Installing package shorten-3.6.1-i486-1salix... | shorten (audio de/compression tool) | | shorten reduces the size of waveform files (such as audio) using | Huffman coding of prediction residuals and optional additional | quantisation. It can do so with both lossy and lossless methods. | | Homepage: http://shnutils.freeshell.org/shorten/ | | | | | |