The following packages will be installed: flake Fetching 1001-buffer_overrun.patch... 0%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching flake.1... 0%100%100%100%100%100%Done Fetching flake.SlackBuild... 0%100%100%100%100%100%Done Fetching flake.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done flake-0.11/ flake-0.11/libflake/ flake-0.11/libflake/bitio.h flake-0.11/libflake/encode.c flake-0.11/libflake/rice.h flake-0.11/libflake/crc.h flake-0.11/libflake/flake.h flake-0.11/libflake/crc.c flake-0.11/libflake/vbs.h flake-0.11/libflake/lpc.c flake-0.11/libflake/encode.h flake-0.11/libflake/optimize.c flake-0.11/libflake/lpc.h flake-0.11/libflake/md5.h flake-0.11/libflake/Makefile flake-0.11/libflake/md5.c flake-0.11/libflake/vbs.c flake-0.11/libflake/optimize.h flake-0.11/libflake/rice.c flake-0.11/Changelog flake-0.11/README flake-0.11/util/ flake-0.11/util/wavinfo.c flake-0.11/util/all-test.sh flake-0.11/util/flac-test.sh flake-0.11/util/flake-test.sh flake-0.11/util/Makefile flake-0.11/bswap.h flake-0.11/Makefile flake-0.11/common.h flake-0.11/flake/ flake-0.11/flake/flake.c flake-0.11/flake/wav.c flake-0.11/flake/wav.h flake-0.11/flake/Makefile flake-0.11/configure flake-0.11/COPYING patching file libflake/lpc.c install prefix /usr source path /usr/src/slapt-src/audio/flake/flake-0.11 C compiler gcc make make CPU x86 (generic) big-endian no inttypes.h yes lrintf() yes strnlen() yes gprof enabled no debug symbols yes strip symbols yes optimize yes Creating config.mak and config.h... make -C libflake all make[1]: Entering directory '/usr/src/slapt-src/audio/flake/flake-0.11/libflake' gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o crc.o crc.c In file included from crc.c:20:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from crc.c:20: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o encode.o encode.c In file included from encode.c:20:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from encode.c:20: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ encode.c: In function ‘select_blocksize’: encode.c:187:37: warning: iteration 15u invokes undefined behavior [-Waggressive-loop-optimizations] if(target >= flac_blocksizes[i] && flac_blocksizes[i] > blocksize) { ^ encode.c:186:5: note: containing loop for(i=0; i<16; i++) { ^ gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o lpc.o lpc.c In file included from lpc.c:20:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from lpc.c:20: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o md5.o md5.c In file included from md5.c:12:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from md5.c:12: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o optimize.o optimize.c In file included from optimize.c:20:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from optimize.c:20: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o rice.o rice.c In file included from rice.c:25:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from rice.c:25: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o vbs.o vbs.c In file included from vbs.c:20:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from vbs.c:20: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ rm -f libflake.a ar rc libflake.a crc.o encode.o lpc.o md5.o optimize.o rice.o vbs.o ranlib libflake.a make[1]: Leaving directory '/usr/src/slapt-src/audio/flake/flake-0.11/libflake' make -C flake all make[1]: Entering directory '/usr/src/slapt-src/audio/flake/flake-0.11/flake' gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o flake.o flake.c In file included from flake.c:20:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from flake.c:20: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/libflake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o wav.o wav.c In file included from wav.c:25:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from wav.c:25: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ gcc -L/usr/src/slapt-src/audio/flake/flake-0.11/libflake -Wl,--warn-common -g -o flake_g flake.o wav.o -lflake -lm cp -p flake_g flake strip flake make[1]: Leaving directory '/usr/src/slapt-src/audio/flake/flake-0.11/flake' make -C util all make[1]: Entering directory '/usr/src/slapt-src/audio/flake/flake-0.11/util' gcc -O2 -march=i686 -mtune=i686 -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline -O3 -I. -I.. -I/usr/src/slapt-src/audio/flake/flake-0.11/flake -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_CONFIG_H -c -o wavinfo.o wavinfo.c In file included from wavinfo.c:7:0: ../common.h:90:15: warning: redundant redeclaration of ‘strnlen’ [-Wredundant-decls] extern size_t strnlen(const char *s, size_t maxlen); ^ In file included from ../common.h:78:0, from wavinfo.c:7: /usr/include/string.h:401:15: note: previous declaration of ‘strnlen’ was here extern size_t strnlen (const char *__string, size_t __maxlen) ^ gcc -Wl,--warn-common -g -o wavinfo wavinfo.o /usr/src/slapt-src/audio/flake/flake-0.11/flake/wav.o -lm make[1]: Leaving directory '/usr/src/slapt-src/audio/flake/flake-0.11/util' make -C flake all make[1]: Entering directory '/usr/src/slapt-src/audio/flake/flake-0.11/flake' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src/audio/flake/flake-0.11/flake' make -C flake install make[1]: Entering directory '/usr/src/slapt-src/audio/flake/flake-0.11/flake' install -d "/usr/src/slapt-src/audio/flake/package-flake/usr/bin" install -c -s -m 755 flake "/usr/src/slapt-src/audio/flake/package-flake/usr/bin" make[1]: Leaving directory '/usr/src/slapt-src/audio/flake/flake-0.11/flake' make -C libflake install-libs make[1]: Entering directory '/usr/src/slapt-src/audio/flake/flake-0.11/libflake' install -d "/usr/src/slapt-src/audio/flake/package-flake/usr/lib" install -m 644 libflake.a "/usr/src/slapt-src/audio/flake/package-flake/usr/lib" ranlib "/usr/src/slapt-src/audio/flake/package-flake/usr/lib/libflake.a" make[1]: Leaving directory '/usr/src/slapt-src/audio/flake/flake-0.11/libflake' make -C libflake install-headers make[1]: Entering directory '/usr/src/slapt-src/audio/flake/flake-0.11/libflake' install -d "/usr/src/slapt-src/audio/flake/package-flake/usr/include" install -m 644 "/usr/src/slapt-src/audio/flake/flake-0.11/libflake"/flake.h "/usr/src/slapt-src/audio/flake/package-flake/usr/include" make[1]: Leaving directory '/usr/src/slapt-src/audio/flake/flake-0.11/libflake' 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/flake/flake-0.11-i486-2salix.txz ./ usr/ usr/include/ usr/include/flake.h usr/lib/ usr/lib/libflake.a usr/bin/ usr/bin/flake usr/doc/ usr/doc/flake-0.11/ usr/doc/flake-0.11/README usr/doc/flake-0.11/flake-SlackBuild usr/doc/flake-0.11/COPYING usr/doc/flake-0.11/Changelog usr/man/ usr/man/man1/ usr/man/man1/flake.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/audio/flake/flake-0.11-i486-2salix.txz created. Installing package flake-0.11-i486-2salix... | flake (open-souce FLAC audio encoder) | | Flake is an open-souce FLAC audio encoder. It was developed as an | independent implementation of the FLAC specification, and is meant | to be an alternative to the FLAC reference encoder. | | Home Page: http://flake-enc.sourceforge.net/ | | | | | |