The following packages will be installed: mp3wrap Fetching README... 0%100%100%100%100%100%Done Fetching mp3wrap.SlackBuild... 0%100%100%100%100%100%Done Fetching mp3wrap.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done mp3wrap-0.5/ mp3wrap-0.5/COPYING mp3wrap-0.5/doc/ mp3wrap-0.5/doc/faq.html mp3wrap-0.5/doc/man.html mp3wrap-0.5/ChangeLog mp3wrap-0.5/INSTALL mp3wrap-0.5/Makefile.am mp3wrap-0.5/Makefile.in mp3wrap-0.5/NEWS mp3wrap-0.5/README mp3wrap-0.5/aclocal.m4 mp3wrap-0.5/wrap.c mp3wrap-0.5/wrap.h mp3wrap-0.5/config.status mp3wrap-0.5/configure mp3wrap-0.5/configure.ac mp3wrap-0.5/depcomp mp3wrap-0.5/install-sh mp3wrap-0.5/missing mp3wrap-0.5/mkinstalldirs mp3wrap-0.5/autom4te.cache/ mp3wrap-0.5/autom4te.cache/requests mp3wrap-0.5/autom4te.cache/output.0 mp3wrap-0.5/autom4te.cache/traces.0 mp3wrap-0.5/AUTHORS mp3wrap-0.5/mp3wrap.1 mp3wrap-0.5/mp3wrap.c mp3wrap-0.5/mp3wrap.h mp3wrap-0.5/stamp-h.in mp3wrap-0.5/.deps/ mp3wrap-0.5/.deps/mp3wrap.Po mp3wrap-0.5/.deps/wrap.Po mp3wrap-0.5/.deps/crc.Po mp3wrap-0.5/crc.c mp3wrap-0.5/crc.h checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets ${MAKE}... yes checking for gcc... gcc checking for C compiler default output... 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 style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether byte ordering is bigendian... no checking for gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for inline... inline checking for memset... yes checking how to run the C preprocessor... gcc -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 for stdlib.h... (cached) yes checking for working malloc... yes configure: creating ./config.status config.status: creating Makefile config.status: executing default-1 commands source='mp3wrap.c' object='mp3wrap.o' libtool=no \ depfile='.deps/mp3wrap.Po' tmpdepfile='.deps/mp3wrap.TPo' \ depmode=gcc3 /bin/sh ./depcomp \ gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mp3wrap\" -DVERSION=\"0.5\" -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -I. -O2 -march=i486 -mtune=i686 -c `test -f mp3wrap.c || echo './'`mp3wrap.c source='wrap.c' object='wrap.o' libtool=no \ depfile='.deps/wrap.Po' tmpdepfile='.deps/wrap.TPo' \ depmode=gcc3 /bin/sh ./depcomp \ gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mp3wrap\" -DVERSION=\"0.5\" -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -I. -O2 -march=i486 -mtune=i686 -c `test -f wrap.c || echo './'`wrap.c wrap.c: In function ‘charat’: wrap.c:36:10: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] if (pos’ or provide a declaration of ‘strlen’ wrap.c: In function ‘cindexsize’: wrap.c:60:11: warning: incompatible implicit declaration of built-in function ‘strlen’ size += strlen(argv[i+2+optoffset])+1; ^ wrap.c:60:11: note: include ‘’ or provide a declaration of ‘strlen’ wrap.c:61:17: warning: incompatible implicit declaration of built-in function ‘strlen’ return (size + strlen(TAG)+(files+2)*4 + PADDING + CRCLEN); ^ wrap.c:61:17: note: include ‘’ or provide a declaration of ‘strlen’ wrap.c: In function ‘buildindex’: wrap.c:70:2: warning: implicit declaration of function ‘strncpy’ [-Wimplicit-function-declaration] strncpy(wrapindex, TAG, strlen(TAG)); ^ wrap.c:70:2: warning: incompatible implicit declaration of built-in function ‘strncpy’ wrap.c:70:2: note: include ‘’ or provide a declaration of ‘strncpy’ wrap.c:70:26: warning: incompatible implicit declaration of built-in function ‘strlen’ strncpy(wrapindex, TAG, strlen(TAG)); ^ wrap.c:70:26: note: include ‘’ or provide a declaration of ‘strlen’ source='crc.c' object='crc.o' libtool=no \ depfile='.deps/crc.Po' tmpdepfile='.deps/crc.TPo' \ depmode=gcc3 /bin/sh ./depcomp \ gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mp3wrap\" -DVERSION=\"0.5\" -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -I. -O2 -march=i486 -mtune=i686 -c `test -f crc.c || echo './'`crc.c gcc -O2 -march=i486 -mtune=i686 -o mp3wrap mp3wrap.o wrap.o crc.o make[1]: Entering directory '/usr/src/slapt-src/audio/mp3wrap/mp3wrap-0.5' /bin/sh ./mkinstalldirs /usr/src/slapt-src/audio/mp3wrap/package-mp3wrap/usr/bin mkdir /usr/src/slapt-src/audio/mp3wrap/package-mp3wrap/usr mkdir /usr/src/slapt-src/audio/mp3wrap/package-mp3wrap/usr/bin /usr/bin/ginstall -c mp3wrap /usr/src/slapt-src/audio/mp3wrap/package-mp3wrap/usr/bin/mp3wrap /bin/sh ./mkinstalldirs /usr/src/slapt-src/audio/mp3wrap/package-mp3wrap/usr/man/man1 mkdir /usr/src/slapt-src/audio/mp3wrap/package-mp3wrap/usr/man mkdir /usr/src/slapt-src/audio/mp3wrap/package-mp3wrap/usr/man/man1 /usr/bin/ginstall -c -m 644 ./mp3wrap.1 /usr/src/slapt-src/audio/mp3wrap/package-mp3wrap/usr/man/man1/mp3wrap.1 make[1]: Leaving directory '/usr/src/slapt-src/audio/mp3wrap/mp3wrap-0.5' 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/mp3wrap/mp3wrap-0.5-i486-1salix.txz ./ usr/ usr/bin/ usr/bin/mp3wrap usr/doc/ usr/doc/mp3wrap-0.5/ usr/doc/mp3wrap-0.5/README usr/doc/mp3wrap-0.5/faq.html usr/doc/mp3wrap-0.5/COPYING usr/doc/mp3wrap-0.5/NEWS usr/doc/mp3wrap-0.5/AUTHORS usr/doc/mp3wrap-0.5/mp3wrap.SlackBuild usr/doc/mp3wrap-0.5/ChangeLog usr/doc/mp3wrap-0.5/man.html usr/doc/mp3wrap-0.5/INSTALL usr/man/ usr/man/man1/ usr/man/man1/mp3wrap.1.gz install/ install/slack-desc WARNING: zero length file usr/doc/mp3wrap-0.5/NEWS Slackware package /usr/src/slapt-src/audio/mp3wrap/mp3wrap-0.5-i486-1salix.txz created. Installing package mp3wrap-0.5-i486-1salix... | mp3wrap (wrap multiple mp3 files into one) | | Mp3Wrap is a free independent alternative to AlbumWrap. It's a | command-line utility that wraps quickly two or more mp3 files in | one single large playable mp3, without losing filenames and ID3 | informations (and without need of decoding/encoding). Also with | the possibility of including other non mp3 files, such as | PlayLists, info files, cover images, inside the mp3. This means | that you obtain a large mp3 that you can split in any moment just | using mp3splt and in few seconds you have all original files | again! | |