tar -xf bogofilter-1.2.1.tar.bz2 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 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-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 style of include used by make... GNU checking dependency style of gcc... gcc3 checking for gawk... (cached) gawk checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for ar... ar checking for ranlib... ranlib checking for perl... /usr/bin/perl checking for onsgmls... no checking for nsgmls... no checking for rpmbuild... no checking for rpm... no checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for extern inline... yes checking for a working shell...... /bin/sh checking if gcc is really Intel C++... no checking for additional compiler options... ignoring -mieee -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for cos in -lm... yes checking whether getopt is declared... yes checking whether optreset is declared... no checking whether O_DSYNC is declared... yes checking whether O_SYNC is declared... yes checking whether O_FSYNC is declared... yes checking for ld used by GCC... /usr/x86_64-slackware-linux/bin/ld checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for inttypes.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdint.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for sys/select.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for uint... yes checking for ulong... yes checking for uint32_t... yes checking for u_int32_t... yes checking for int32_t... yes checking for int16_t... yes checking for u_int16_t... yes checking for uint16_t... yes checking for u_int8_t... yes checking for ssize_t... yes checking for u_long... yes checking for sig_atomic_t... yes checking for rlim_t... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of size_t... 8 checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for vprintf... yes checking for _doprnt... no checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for snprintf... yes checking for vsnprintf... yes checking for getopt_long... yes checking for strlcpy... no checking for strlcat... no checking for strerror... yes checking for strtoul... yes checking for shared library run path origin... (cached) done checking how to link with libdb... /usr/lib64/libdb.so checking db and dependent libraries... /usr/lib64/libdb.so checking if a program can be linked against Berkeley DB and run... yes checking if Berkeley DB header and library versions match... yes checking whether db_create is declared... yes checking if Berkeley DB supports shared environments... yes checking for xmlto... no checking whether xmlto is available... no checking for extended floating point registers... yes configure: ------------------------------------------------------------- configure: If you have multiple versions of GSL installed, this configure: configure script will prefer the one in /lib or /usr/lib configure: to work around a bug in Linux ldconfig. configure: Deinstall the older GSL version if this behaviour annoys you. configure: ------------------------------------------------------------- checking for gsl-config... /usr/bin/gsl-config checking for GSL - version >= 1.4... yes checking for gsl-config... (cached) /usr/bin/gsl-config checking for GSL - version >= 1.0... yes configure: creating ./config.status config.status: creating Makefile config.status: creating bogofilter.spec config.status: creating trio/Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/tests/Makefile config.status: creating src/bf_compact config.status: creating src/bf_copy config.status: creating src/bf_tar config.status: creating src/config.h config.status: executing depfiles commands configure: Using these settings: configure: --------------------- configure: CPPFLAGS= configure: CFLAGS=-O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat configure: LDFLAGS= configure: LIBS=-lm configure: LIBDB=/usr/lib64/libdb.so configure: GSL_LIBS=-L/usr/lib64 -lgsl -lgslcblas -lm configure: LIBICONV= Making all in trio make[1]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/trio' make[1]: Für das Ziel »all« ist nichts zu tun. make[1]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/trio' Making all in src make[1]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' rm -f directories.c echo "const char *const system_config_file = \"/etc/bogofilter.cf\";" >"directories.c" \ || { rm -f "directories.c" ; false ; } make all-recursive make[2]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' Making all in . make[3]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT globals.o -MD -MP -MF .deps/globals.Tpo -c -o globals.o globals.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c mv -f .deps/globals.Tpo .deps/globals.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bf_exit.o -MD -MP -MF .deps/bf_exit.Tpo -c -o bf_exit.o bf_exit.c mv -f .deps/base64.Tpo .deps/base64.Po mv -f .deps/version.Tpo .deps/version.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogoconfig.o -MD -MP -MF .deps/bogoconfig.Tpo -c -o bogoconfig.o bogoconfig.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogomain.o -MD -MP -MF .deps/bogomain.Tpo -c -o bogomain.o bogomain.c mv -f .deps/bf_exit.Tpo .deps/bf_exit.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogoreader.o -MD -MP -MF .deps/bogoreader.Tpo -c -o bogoreader.o bogoreader.c mv -f .deps/bogomain.Tpo .deps/bogomain.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bool.o -MD -MP -MF .deps/bool.Tpo -c -o bool.o bool.c mv -f .deps/bogoreader.Tpo .deps/bogoreader.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT buff.o -MD -MP -MF .deps/buff.Tpo -c -o buff.o buff.c mv -f .deps/bool.Tpo .deps/bool.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT charset.o -MD -MP -MF .deps/charset.Tpo -c -o charset.o charset.c mv -f .deps/bogoconfig.Tpo .deps/bogoconfig.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT convert_unicode.o -MD -MP -MF .deps/convert_unicode.Tpo -c -o convert_unicode.o convert_unicode.c mv -f .deps/buff.Tpo .deps/buff.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT iconvert.o -MD -MP -MF .deps/iconvert.Tpo -c -o iconvert.o iconvert.c mv -f .deps/convert_unicode.Tpo .deps/convert_unicode.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT collect.o -MD -MP -MF .deps/collect.Tpo -c -o collect.o collect.c mv -f .deps/charset.Tpo .deps/charset.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT configfile.o -MD -MP -MF .deps/configfile.Tpo -c -o configfile.o configfile.c mv -f .deps/iconvert.Tpo .deps/iconvert.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT datastore.o -MD -MP -MF .deps/datastore.Tpo -c -o datastore.o datastore.c mv -f .deps/configfile.Tpo .deps/configfile.Po mv -f .deps/collect.Tpo .deps/collect.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT db_lock.o -MD -MP -MF .deps/db_lock.Tpo -c -o db_lock.o db_lock.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c mv -f .deps/datastore.Tpo .deps/datastore.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c mv -f .deps/debug.Tpo .deps/debug.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT fgetsl.o -MD -MP -MF .deps/fgetsl.Tpo -c -o fgetsl.o fgetsl.c mv -f .deps/db_lock.Tpo .deps/db_lock.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT find_home.o -MD -MP -MF .deps/find_home.Tpo -c -o find_home.o find_home.c mv -f .deps/error.Tpo .deps/error.Po mv -f .deps/fgetsl.Tpo .deps/fgetsl.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT find_home_user.o -MD -MP -MF .deps/find_home_user.Tpo -c -o find_home_user.o find_home_user.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT find_home_tildeexpand.o -MD -MP -MF .deps/find_home_tildeexpand.Tpo -c -o find_home_tildeexpand.o find_home_tildeexpand.c mv -f .deps/find_home.Tpo .deps/find_home.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT format.o -MD -MP -MF .deps/format.Tpo -c -o format.o format.c mv -f .deps/find_home_user.Tpo .deps/find_home_user.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT lexer.o -MD -MP -MF .deps/lexer.Tpo -c -o lexer.o lexer.c mv -f .deps/find_home_tildeexpand.Tpo .deps/find_home_tildeexpand.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT lexer_v3.o -MD -MP -MF .deps/lexer_v3.Tpo -c -o lexer_v3.o lexer_v3.c lexer_v3.c:3325: Warnung: »input« definiert, aber nicht verwendet mv -f .deps/format.Tpo .deps/format.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT listsort.o -MD -MP -MF .deps/listsort.Tpo -c -o listsort.o listsort.c mv -f .deps/lexer.Tpo .deps/lexer.Po mv -f .deps/listsort.Tpo .deps/listsort.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT maint.o -MD -MP -MF .deps/maint.Tpo -c -o maint.o maint.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT memstr.o -MD -MP -MF .deps/memstr.Tpo -c -o memstr.o memstr.c mv -f .deps/memstr.Tpo .deps/memstr.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT mime.o -MD -MP -MF .deps/mime.Tpo -c -o mime.o mime.c mv -f .deps/maint.Tpo .deps/maint.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT msgcounts.o -MD -MP -MF .deps/msgcounts.Tpo -c -o msgcounts.o msgcounts.c mv -f .deps/mime.Tpo .deps/mime.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT mxcat.o -MD -MP -MF .deps/mxcat.Tpo -c -o mxcat.o mxcat.c mv -f .deps/mxcat.Tpo .deps/mxcat.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT passthrough.o -MD -MP -MF .deps/passthrough.Tpo -c -o passthrough.o passthrough.c mv -f .deps/msgcounts.Tpo .deps/msgcounts.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT paths.o -MD -MP -MF .deps/paths.Tpo -c -o paths.o paths.c mv -f .deps/lexer_v3.Tpo .deps/lexer_v3.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT prob.o -MD -MP -MF .deps/prob.Tpo -c -o prob.o prob.c mv -f .deps/prob.Tpo .deps/prob.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT qp.o -MD -MP -MF .deps/qp.Tpo -c -o qp.o qp.c mv -f .deps/passthrough.Tpo .deps/passthrough.Po mv -f .deps/paths.Tpo .deps/paths.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT rand_sleep.o -MD -MP -MF .deps/rand_sleep.Tpo -c -o rand_sleep.o rand_sleep.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT register.o -MD -MP -MF .deps/register.Tpo -c -o register.o register.c mv -f .deps/rand_sleep.Tpo .deps/rand_sleep.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT robx.o -MD -MP -MF .deps/robx.Tpo -c -o robx.o robx.c mv -f .deps/qp.Tpo .deps/qp.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT rstats.o -MD -MP -MF .deps/rstats.Tpo -c -o rstats.o rstats.c mv -f .deps/register.Tpo .deps/register.Po mv -f .deps/robx.Tpo .deps/robx.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT score.o -MD -MP -MF .deps/score.Tpo -c -o score.o score.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT sighandler.o -MD -MP -MF .deps/sighandler.Tpo -c -o sighandler.o sighandler.c mv -f .deps/sighandler.Tpo .deps/sighandler.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT swap_32bit.o -MD -MP -MF .deps/swap_32bit.Tpo -c -o swap_32bit.o swap_32bit.c mv -f .deps/rstats.Tpo .deps/rstats.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT system.o -MD -MP -MF .deps/system.Tpo -c -o system.o system.c mv -f .deps/system.Tpo .deps/system.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT textblock.o -MD -MP -MF .deps/textblock.Tpo -c -o textblock.o textblock.c mv -f .deps/swap_32bit.Tpo .deps/swap_32bit.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT token.o -MD -MP -MF .deps/token.Tpo -c -o token.o token.c mv -f .deps/textblock.Tpo .deps/textblock.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT transaction.o -MD -MP -MF .deps/transaction.Tpo -c -o transaction.o transaction.c mv -f .deps/score.Tpo .deps/score.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT uudecode.o -MD -MP -MF .deps/uudecode.Tpo -c -o uudecode.o uudecode.c mv -f .deps/uudecode.Tpo .deps/uudecode.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT word.o -MD -MP -MF .deps/word.Tpo -c -o word.o word.c mv -f .deps/transaction.Tpo .deps/transaction.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT wordhash.o -MD -MP -MF .deps/wordhash.Tpo -c -o wordhash.o wordhash.c mv -f .deps/word.Tpo .deps/word.Po mv -f .deps/token.Tpo .deps/token.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT wordlists.o -MD -MP -MF .deps/wordlists.Tpo -c -o wordlists.o wordlists.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT wordlists_base.o -MD -MP -MF .deps/wordlists_base.Tpo -c -o wordlists_base.o wordlists_base.c mv -f .deps/wordhash.Tpo .deps/wordhash.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xcalloc.o -MD -MP -MF .deps/xcalloc.Tpo -c -o xcalloc.o xcalloc.c mv -f .deps/xcalloc.Tpo .deps/xcalloc.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xmem_error.o -MD -MP -MF .deps/xmem_error.Tpo -c -o xmem_error.o xmem_error.c mv -f .deps/wordlists_base.Tpo .deps/wordlists_base.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xrealloc.o -MD -MP -MF .deps/xrealloc.Tpo -c -o xrealloc.o xrealloc.c mv -f .deps/xmem_error.Tpo .deps/xmem_error.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xmemrchr.o -MD -MP -MF .deps/xmemrchr.Tpo -c -o xmemrchr.o xmemrchr.c mv -f .deps/wordlists.Tpo .deps/wordlists.Po mv -f .deps/xrealloc.Tpo .deps/xrealloc.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xstrdup.o -MD -MP -MF .deps/xstrdup.Tpo -c -o xstrdup.o xstrdup.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xstrlcat.o -MD -MP -MF .deps/xstrlcat.Tpo -c -o xstrlcat.o xstrlcat.c mv -f .deps/xstrdup.Tpo .deps/xstrdup.Po mv -f .deps/xmemrchr.Tpo .deps/xmemrchr.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xstrlcpy.o -MD -MP -MF .deps/xstrlcpy.Tpo -c -o xstrlcpy.o xstrlcpy.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xatof.o -MD -MP -MF .deps/xatof.Tpo -c -o xatof.o xatof.c mv -f .deps/xstrlcat.Tpo .deps/xstrlcat.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT xatoi.o -MD -MP -MF .deps/xatoi.Tpo -c -o xatoi.o xatoi.c mv -f .deps/xatof.Tpo .deps/xatof.Po mv -f .deps/xatoi.Tpo .deps/xatoi.Po mv -f .deps/xstrlcpy.Tpo .deps/xstrlcpy.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT datastore_db.o -MD -MP -MF .deps/datastore_db.Tpo -c -o datastore_db.o datastore_db.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT datastore_db_trans.o -MD -MP -MF .deps/datastore_db_trans.Tpo -c -o datastore_db_trans.o datastore_db_trans.c gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT directories.o -MD -MP -MF .deps/directories.Tpo -c -o directories.o directories.c mv -f .deps/directories.Tpo .deps/directories.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogofilter.o -MD -MP -MF .deps/bogofilter.Tpo -c -o bogofilter.o bogofilter.c mv -f .deps/bogofilter.Tpo .deps/bogofilter.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -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. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT strlcpy.o -MD -MP -MF .deps/strlcpy.Tpo -c -o strlcpy.o strlcpy.c mv -f .deps/strlcpy.Tpo .deps/strlcpy.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT strlcat.o -MD -MP -MF .deps/strlcat.Tpo -c -o strlcat.o strlcat.c mv -f .deps/strlcat.Tpo .deps/strlcat.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogoutil.o -MD -MP -MF .deps/bogoutil.Tpo -c -o bogoutil.o bogoutil.c mv -f .deps/bogoutil.Tpo .deps/bogoutil.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogohist.o -MD -MP -MF .deps/bogohist.Tpo -c -o bogohist.o bogohist.c mv -f .deps/datastore_db_trans.Tpo .deps/datastore_db_trans.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogolexer.o -MD -MP -MF .deps/bogolexer.Tpo -c -o bogolexer.o bogolexer.c mv -f .deps/datastore_db.Tpo .deps/datastore_db.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogotune.o -MD -MP -MF .deps/bogotune.Tpo -c -o bogotune.o bogotune.c mv -f .deps/bogohist.Tpo .deps/bogohist.Po gcc -DHAVE_CONFIG_H -I. -iquote../gnugetopt -iquote../trio -I. -I/usr/include -I../gsl/specfunc -I.. -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT tunelist.o -MD -MP -MF .deps/tunelist.Tpo -c -o tunelist.o tunelist.c mv -f .deps/bogolexer.Tpo .deps/bogolexer.Po rm -f bogoupgrade sed 's}[@]PERL@}/usr/bin/perl}' <./bogoupgrade.in >bogoupgrade || rm -f bogoupgrade chmod +x bogoupgrade rm -f libbogofilter.a ar cru libbogofilter.a version.o globals.o base64.o bf_exit.o bogoconfig.o bogomain.o bogoreader.o bool.o buff.o charset.o convert_unicode.o iconvert.o collect.o configfile.o datastore.o db_lock.o debug.o error.o fgetsl.o find_home.o find_home_user.o find_home_tildeexpand.o format.o lexer.o lexer_v3.o listsort.o maint.o memstr.o mime.o msgcounts.o mxcat.o passthrough.o paths.o prob.o qp.o rand_sleep.o register.o robx.o rstats.o score.o sighandler.o swap_32bit.o system.o textblock.o token.o transaction.o uudecode.o word.o wordhash.o wordlists.o wordlists_base.o xcalloc.o xmalloc.o xmem_error.o xrealloc.o xmemrchr.o xstrdup.o xstrlcat.o xstrlcpy.o xatof.o xatoi.o datastore_db.o datastore_db_trans.o directories.o ranlib libbogofilter.a gcc -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogofilter bogofilter.o main.o libbogofilter.a strlcpy.o strlcat.o /usr/lib64/libdb.so -L/usr/lib64 -lgsl -lgslcblas -lm -lm gcc -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogoutil bogoutil.o bogohist.o libbogofilter.a strlcpy.o strlcat.o /usr/lib64/libdb.so -lm mv -f .deps/tunelist.Tpo .deps/tunelist.Po gcc -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogolexer bogolexer.o libbogofilter.a strlcpy.o strlcat.o -lm mv -f .deps/bogotune.Tpo .deps/bogotune.Po gcc -DBOGOFILTER -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogotune bogotune.o tunelist.o libbogofilter.a strlcpy.o strlcat.o /usr/lib64/libdb.so -L/usr/lib64 -lgsl -lgslcblas -lm -lm make[3]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' Making all in tests make[3]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' ( echo >t.config 'EXE_EXT=""' ; \ echo >>t.config 'DB_EXT=".db"' ; \ echo >>t.config 'DB_TYPE="db"'; \ echo >>t.config 'USE_TRANSACTIONS="YES"' ; \ echo >>t.config 'USE_UNICODE=""' ) || rm -f t.config rm -f t.query.config cat ./t.query.config.in | \ sed 's/[@]ENCODING[@]/utf-8/' | \ sed 's/[@]DEFAULT_CHARSET[@]/iso-8859-1/' > t.query.config || rm -f t.query.config chmod +x t.query.config make all-am make[4]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make[3]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make[2]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' make[1]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' Making all in . make[1]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1' gcc -DHAVE_CONFIG_H -I. -I./src -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -MT bogogrep.o -MD -MP -MF .deps/bogogrep.Tpo -c -o bogogrep.o `test -f 'contrib/bogogrep.c' || echo './'`contrib/bogogrep.c mv -f .deps/bogogrep.Tpo .deps/bogogrep.Po gcc -O2 -fPIC -Wpointer-arith -ggdb -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wsequence-point -Wreturn-type -Wno-system-headers -Wformat -o bogogrep bogogrep.o -lm make[1]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1' Making all in doc make[1]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/doc' sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogofilter.1 \ || { rm -f bogofilter.1 ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogoutil.1 \ || { rm -f bogoutil.1 ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogoupgrade.1 \ || { rm -f bogoupgrade.1 ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogolexer.1 \ || { rm -f bogolexer.1 ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogotune.1 \ || { rm -f bogotune.1 ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bf_copy.1 \ || { rm -f bf_copy.1 ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bf_tar.1 \ || { rm -f bf_tar.1 ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bf_compact.1 \ || { rm -f bf_compact.1 ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogofilter.html \ || { rm -f bogofilter.html ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogoutil.html \ || { rm -f bogoutil.html ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogoupgrade.html \ || { rm -f bogoupgrade.html ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogolexer.html \ || { rm -f bogolexer.html ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bogotune.html \ || { rm -f bogotune.html ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bf_copy.html \ || { rm -f bf_copy.html ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bf_tar.html \ || { rm -f bf_tar.html ; exit 1 ; } sed -e "s|[@]sysconfdir@|/etc|g" \ -e "s|[@]bindir@|/usr/bin|g" bf_compact.html \ || { rm -f bf_compact.html ; exit 1 ; } make[1]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/doc' Making install in trio make[1]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/trio' make[2]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/trio' make[2]: Für das Ziel »install-exec-am« ist nichts zu tun. make[2]: Für das Ziel »install-data-am« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/trio' make[1]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/trio' Making install in src make[1]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' make install-recursive make[2]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' Making install in . make[3]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' make[4]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin" /usr/bin/ginstall -c 'bogofilter' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin/bogofilter' /usr/bin/ginstall -c 'bogoutil' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin/bogoutil' /usr/bin/ginstall -c 'bogolexer' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin/bogolexer' /usr/bin/ginstall -c 'bogotune' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin/bogotune' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin" /usr/bin/ginstall -c 'bogoupgrade' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin/bogoupgrade' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin" /usr/bin/ginstall -c 'bf_copy' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin/bf_copy' /usr/bin/ginstall -c 'bf_compact' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin/bf_compact' /usr/bin/ginstall -c 'bf_tar' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/bin/bf_tar' make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' make[3]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' Making install in tests make[3]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make install-am make[4]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make[5]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make[5]: Für das Ziel »install-exec-am« ist nichts zu tun. make[5]: Für das Ziel »install-data-am« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make[4]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make[3]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src/tests' make[2]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' make[1]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/src' Making install in . make[1]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1' make[2]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1' test -z "/etc" || /usr/bin/mkdir -p "/home/slkbuilds/x86_64/ap/bogofilter/pkg//etc" /usr/bin/ginstall -c -m 644 'bogofilter.cf.example' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//etc/bogofilter.cf.example' make[2]: Für das Ziel »install-data-am« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1' make[1]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1' Making install in doc make[1]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/doc' make[2]: Entering directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/doc' make[2]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1" /usr/bin/ginstall -c -m 644 'bogofilter.1' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1/bogofilter.1' /usr/bin/ginstall -c -m 644 'bogoutil.1' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1/bogoutil.1' /usr/bin/ginstall -c -m 644 'bogoupgrade.1' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1/bogoupgrade.1' /usr/bin/ginstall -c -m 644 'bogolexer.1' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1/bogolexer.1' /usr/bin/ginstall -c -m 644 'bogotune.1' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1/bogotune.1' /usr/bin/ginstall -c -m 644 'bf_copy.1' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1/bf_copy.1' /usr/bin/ginstall -c -m 644 'bf_tar.1' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1/bf_tar.1' /usr/bin/ginstall -c -m 644 'bf_compact.1' '/home/slkbuilds/x86_64/ap/bogofilter/pkg//usr/share/man/man1/bf_compact.1' make[2]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/doc' make[1]: Leaving directory `/home/slkbuilds/x86_64/ap/bogofilter/src/bogofilter-1.2.1/doc' /home/slkbuilds/x86_64/ap/bogofilter/pkg: insgesamt 12 drwxr-xr-x 2 root root 4096 2009-12-23 01:58 etc drwxr-xr-x 2 root root 4096 2009-12-23 01:58 install drwxr-xr-x 6 root root 4096 2009-12-23 01:58 usr /home/slkbuilds/x86_64/ap/bogofilter/pkg/etc: insgesamt 8 -rw-r--r-- 1 root root 7439 2009-12-23 01:58 bogofilter.cf.example /home/slkbuilds/x86_64/ap/bogofilter/pkg/install: insgesamt 4 -rw-r--r-- 1 root root 405 2009-12-23 01:58 slack-desc /home/slkbuilds/x86_64/ap/bogofilter/pkg/usr: insgesamt 16 drwxr-xr-x 2 root root 4096 2009-12-23 01:58 bin drwxr-xr-x 3 root root 4096 2009-12-23 01:58 doc drwxr-xr-x 3 root root 4096 2009-12-23 01:58 man drwxr-xr-x 3 root root 4096 2009-12-23 01:57 src /home/slkbuilds/x86_64/ap/bogofilter/pkg/usr/bin: insgesamt 668 -rwxr-xr-x 1 root root 2159 2009-12-23 01:58 bf_compact -rwxr-xr-x 1 root root 1266 2009-12-23 01:58 bf_copy -rwxr-xr-x 1 root root 1719 2009-12-23 01:58 bf_tar -rwxr-xr-x 1 root root 222520 2009-12-23 01:58 bogofilter -rwxr-xr-x 1 root root 126984 2009-12-23 01:58 bogolexer -rwxr-xr-x 1 root root 210512 2009-12-23 01:58 bogotune -rwxr-xr-x 1 root root 5825 2009-12-23 01:58 bogoupgrade -rwxr-xr-x 1 root root 90864 2009-12-23 01:58 bogoutil /home/slkbuilds/x86_64/ap/bogofilter/pkg/usr/doc: insgesamt 4 drwxr-xr-x 2 root root 4096 2009-12-23 01:58 bogofilter-1.2.1 /home/slkbuilds/x86_64/ap/bogofilter/pkg/usr/doc/bogofilter-1.2.1: insgesamt 96 -rw-r--r-- 1 root root 1596 2009-12-23 01:58 AUTHORS -rw-r--r-- 1 root root 18330 2009-12-23 01:58 COPYING -rw-r--r-- 1 root root 10101 2009-12-23 01:58 GETTING.STARTED -rw-r--r-- 1 root root 11387 2009-12-23 01:58 INSTALL -rw-r--r-- 1 root root 15086 2009-12-23 01:58 NEWS -rw-r--r-- 1 root root 1276 2009-12-23 01:58 README -rw-r--r-- 1 root root 24377 2009-12-23 01:58 RELEASE.NOTES -rw-r--r-- 1 root root 3312 2009-12-23 01:58 TODO /home/slkbuilds/x86_64/ap/bogofilter/pkg/usr/man: insgesamt 4 drwxr-xr-x 2 root root 4096 2009-12-23 01:58 man1 /home/slkbuilds/x86_64/ap/bogofilter/pkg/usr/man/man1: insgesamt 40 -rw-r--r-- 1 root root 775 2009-12-23 01:58 bf_compact.1.gz -rw-r--r-- 1 root root 784 2009-12-23 01:58 bf_copy.1.gz -rw-r--r-- 1 root root 1029 2009-12-23 01:58 bf_tar.1.gz -rw-r--r-- 1 root root 8199 2009-12-23 01:58 bogofilter.1.gz -rw-r--r-- 1 root root 966 2009-12-23 01:58 bogolexer.1.gz -rw-r--r-- 1 root root 1915 2009-12-23 01:58 bogotune.1.gz -rw-r--r-- 1 root root 1445 2009-12-23 01:58 bogoupgrade.1.gz -rw-r--r-- 1 root root 3068 2009-12-23 01:58 bogoutil.1.gz /home/slkbuilds/x86_64/ap/bogofilter/pkg/usr/src: insgesamt 4 drwxr-xr-x 2 root root 4096 2009-12-23 01:58 bogofilter-1.2.1 /home/slkbuilds/x86_64/ap/bogofilter/pkg/usr/src/bogofilter-1.2.1: insgesamt 16 -rw-r--r-- 1 root root 1062 2009-12-23 01:58 SLKBUILD -rwxr-xr-x 1 root root 8646 2009-12-23 01:58 build-bogofilter.sh Slackware package maker, version 3.14159. 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: /home/slkbuilds/x86_64/ap/bogofilter/bogofilter-1.2.1-x86_64-1tm.txz ./ install/ install/slack-desc usr/ usr/man/ usr/man/man1/ usr/man/man1/bogoupgrade.1.gz usr/man/man1/bf_tar.1.gz usr/man/man1/bogoutil.1.gz usr/man/man1/bf_copy.1.gz usr/man/man1/bogotune.1.gz usr/man/man1/bogolexer.1.gz usr/man/man1/bf_compact.1.gz usr/man/man1/bogofilter.1.gz usr/src/ usr/src/bogofilter-1.2.1/ usr/src/bogofilter-1.2.1/build-bogofilter.sh usr/src/bogofilter-1.2.1/SLKBUILD usr/bin/ usr/bin/bogofilter usr/bin/bf_compact usr/bin/bogotune usr/bin/bogoupgrade usr/bin/bogoutil usr/bin/bogolexer usr/bin/bf_tar usr/bin/bf_copy usr/doc/ usr/doc/bogofilter-1.2.1/ usr/doc/bogofilter-1.2.1/TODO usr/doc/bogofilter-1.2.1/INSTALL usr/doc/bogofilter-1.2.1/README usr/doc/bogofilter-1.2.1/GETTING.STARTED usr/doc/bogofilter-1.2.1/AUTHORS usr/doc/bogofilter-1.2.1/COPYING usr/doc/bogofilter-1.2.1/NEWS usr/doc/bogofilter-1.2.1/RELEASE.NOTES etc/ etc/bogofilter.cf.example Slackware package /home/slkbuilds/x86_64/ap/bogofilter/bogofilter-1.2.1-x86_64-1tm.txz created. Package has been built. Cleaning pkg and src directories