The following packages will be installed: detox Fetching README... 0%100%100%100%100%100%Done Fetching detox.SlackBuild... 0%100%100%100%100%100%Done Fetching detox.info... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done detox-1.2.0/ detox-1.2.0/Makefile.in detox-1.2.0/CHANGES detox-1.2.0/LICENSE detox-1.2.0/config.h.in detox-1.2.0/README detox-1.2.0/clean_string.c detox-1.2.0/clean_string.h detox-1.2.0/config_file.h detox-1.2.0/config_file.l detox-1.2.0/config_file.y detox-1.2.0/config_file_dump.c detox-1.2.0/config_file_dump.h detox-1.2.0/config_file_spoof.c detox-1.2.0/config_file_spoof.h detox-1.2.0/configure detox-1.2.0/configure.in detox-1.2.0/detox.1 detox-1.2.0/detox.c detox-1.2.0/detox.h detox-1.2.0/detox.tbl.5 detox-1.2.0/detoxrc detox-1.2.0/detoxrc.5 detox-1.2.0/file-inline.c detox-1.2.0/file-inline.h detox-1.2.0/file.c detox-1.2.0/file.h detox-1.2.0/install-sh detox-1.2.0/iso8859_1.h detox-1.2.0/iso8859_1.tbl detox-1.2.0/parse_options_generic.c detox-1.2.0/parse_options_generic.h detox-1.2.0/parse_options_getopt.c detox-1.2.0/parse_options_getopt.h detox-1.2.0/parse_options_popt.c detox-1.2.0/parse_options_popt.h detox-1.2.0/parse_table.c detox-1.2.0/parse_table.h detox-1.2.0/safe.tbl detox-1.2.0/table.c detox-1.2.0/table.h detox-1.2.0/unicode.h detox-1.2.0/unicode.tbl detox-1.2.0/config_file_y.c detox-1.2.0/config_file_y.h detox-1.2.0/config_file_l.c 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 flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking for a BSD-compatible install... /usr/bin/ginstall -c checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for struct stat.st_blocks... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether closedir returns void... no checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether lstat accepts an empty string... no checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking whether stat accepts an empty string... no checking for memset... yes checking for setlocale... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for strtol... yes checking for getopt_long... yes checking for popt libraries... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h > detox_path.h echo "char default_etc_dir[]=\"/etc\";" >> detox_path.h echo "char default_data_dir[]=\"/usr/share/detox\";" >> detox_path.h gcc -c -O2 -march=i586 -mtune=i686 detox.c gcc -c -O2 -march=i586 -mtune=i686 file.c gcc -c -O2 -march=i586 -mtune=i686 clean_string.c gcc -c -O2 -march=i586 -mtune=i686 table.c gcc -c -O2 -march=i586 -mtune=i686 parse_table.c gcc -c -O2 -march=i586 -mtune=i686 config_file_l.c gcc -c -O2 -march=i586 -mtune=i686 config_file_y.c y.tab.c: In function ‘yyparse’: y.tab.c:748:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration] y.tab.c:1392:16: note: in expansion of macro ‘YYLEX’ gcc -c -O2 -march=i586 -mtune=i686 config_file_spoof.c gcc -c -O2 -march=i586 -mtune=i686 config_file_dump.c gcc -c -O2 -march=i586 -mtune=i686 parse_options_getopt.c gcc -c -O2 -march=i586 -mtune=i686 parse_options_generic.c gcc -o detox detox.o file.o clean_string.o table.o parse_table.o config_file_l.o config_file_y.o config_file_spoof.o config_file_dump.o parse_options_getopt.o parse_options_generic.o -lfl gcc -c -O2 -march=i586 -mtune=i686 -DINLINE_MODE detox.c -o detox-inline.o gcc -c -O2 -march=i586 -mtune=i686 file-inline.c gcc -c -O2 -march=i586 -mtune=i686 -DINLINE_MODE parse_options_getopt.c -o parse_options_getopt-inline.o gcc -c -O2 -march=i586 -mtune=i686 -DINLINE_MODE parse_options_generic.c -o parse_options_generic-inline.o gcc -o inline-detox detox-inline.o file-inline.o clean_string.o table.o parse_table.o config_file_l.o config_file_y.o config_file_spoof.o config_file_dump.o parse_options_getopt-inline.o parse_options_generic-inline.o -lfl /usr/bin/ginstall -c -m 755 -d /usr/src/slapt-src-i486/system/detox/package-detox/usr/bin /usr/bin/ginstall -c -m 755 -d /usr/src/slapt-src-i486/system/detox/package-detox/usr/man/man1 /usr/bin/ginstall -c -m 755 -d /usr/src/slapt-src-i486/system/detox/package-detox/usr/man/man5 /usr/bin/ginstall -c -m 755 -d /usr/src/slapt-src-i486/system/detox/package-detox/etc /usr/bin/ginstall -c -m 755 -d /usr/src/slapt-src-i486/system/detox/package-detox/usr/share/detox /usr/bin/ginstall -c -m 755 detox /usr/src/slapt-src-i486/system/detox/package-detox/usr/bin /usr/bin/ginstall -c -m 755 inline-detox /usr/src/slapt-src-i486/system/detox/package-detox/usr/bin /usr/bin/ginstall -c -m 644 detox.1 /usr/src/slapt-src-i486/system/detox/package-detox/usr/man/man1 /usr/bin/ginstall -c -m 644 detoxrc.5 detox.tbl.5 /usr/src/slapt-src-i486/system/detox/package-detox/usr/man/man5 /usr/bin/ginstall -c -m 644 detoxrc /usr/src/slapt-src-i486/system/detox/package-detox/etc/detoxrc.sample /usr/bin/ginstall -c -m 644 iso8859_1.tbl /usr/src/slapt-src-i486/system/detox/package-detox/usr/share/detox/iso8859_1.tbl.sample /usr/bin/ginstall -c -m 644 unicode.tbl /usr/src/slapt-src-i486/system/detox/package-detox/usr/share/detox/unicode.tbl.sample 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-i486/system/detox/detox-1.2.0-i586-1salix15.0.txz ./ etc/ etc/detoxrc.new etc/detoxrc.sample install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/detox usr/bin/inline-detox usr/doc/ usr/doc/detox-1.2.0/ usr/doc/detox-1.2.0/CHANGES usr/doc/detox-1.2.0/LICENSE usr/doc/detox-1.2.0/README usr/doc/detox-1.2.0/detox.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/detox.1.gz usr/man/man5/ usr/man/man5/detox.tbl.5.gz usr/man/man5/detoxrc.5.gz usr/share/ usr/share/detox/ usr/share/detox/iso8859_1.tbl usr/share/detox/iso8859_1.tbl.sample usr/share/detox/unicode.tbl usr/share/detox/unicode.tbl.sample Slackware package /usr/src/slapt-src-i486/system/detox/detox-1.2.0-i586-1salix15.0.txz created. Installing package detox-1.2.0-i586-1salix15.0... | detox (filename cleanup utility) | | Detox replaces difficult to work with characters, such as spaces, | with standard equivalents. It will also clean up filenames with | UTF-8 or Latin-1 (or CP-1252) characters in them. | | http://detox.sourceforge.net | | | | | |