[dspam-users] Re: trying to compile dspam

From: Bob Dodds <cto@xqme.com>
Date: Sun Dec 11 2005 - 16:04:59 EST

You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.

automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: installing `./COPYING'
automake: Makefile.am: required file `./AUTHORS' not found
automake: Makefile.am: required file `./ChangeLog' not found

src/tools.pgsql_drv/Makefile.am:21: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.pgsql_drv/Makefile.am:22: BUILD_PGSQL_DRV does not appear in
AM_CONDITIONAL
src/tools.pgsql_drv/Makefile.am:20: dspam_pg2int8_LDFLAGS defined both
conditionally and unconditionally
automake: src/tools.pgsql_drv/Makefile.am: not supported: source file
`../read_config.c' is in subdirectory
automake: src/tools.pgsql_drv/Makefile.am: not supported: source file
`../config_api.c' is in subdirectory
src/Makefile.am:40: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
src/Makefile.am:41: BUILD_DB4_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:38: lib_LTLIBRARIES defined both conditionally and
unconditionally
src/Makefile.am:44: BUILD_DB3_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:47: BUILD_HASH_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:50: BUILD_ORA_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:53: BUILD_MYSQL_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:56: BUILD_PGSQL_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:59: BUILD_SQLITE_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:62: BUILD_SQLITE3_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:95: BUILD_NCORE does not appear in AM_CONDITIONAL
src/Makefile.am:75: libdspam_la_SOURCES defined both conditionally and
unconditionally
src/Makefile.am:99: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
src/Makefile.am:142: STATIC_DRIVER does not appear in AM_CONDITIONAL
src/Makefile.am:139: libdspam_la_LIBADD defined both conditionally and
unconditionally
src/Makefile.am:141: libdspam_la_DEPENDENCIES defined both conditionally
and unconditionally
src/Makefile.am:150: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
automake: src/Makefile.am: warning: automake does not support
libdb4_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libdb3_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libhash_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libora_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libmysql_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libpgsql_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libsqlite_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libsqlite3_drv_la_LDFLAGS being defined conditionally
src/Makefile.am:202: variable `libsqlite3_drv_libs' not defined
src/tools.hash_drv/Makefile.am:23: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:24: BUILD_HASH_DRV does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:22: cssstat_LDFLAGS defined both
conditionally and unconditionally
src/tools.hash_drv/Makefile.am:34: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:35: BUILD_HASH_DRV does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:33: cssclean_LDFLAGS defined both
conditionally and unconditionally
src/tools.hash_drv/Makefile.am:45: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:46: BUILD_HASH_DRV does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:44: cssconvert_LDFLAGS defined both
conditionally and unconditionally
src/tools.hash_drv/Makefile.am:56: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:57: BUILD_HASH_DRV does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:55: csscompress_LDFLAGS defined both
conditionally and unconditionally

 for a in src/tools.hash_drv/Makefile.am \
   src/tools.pgsql_drv/Makefile.am \
    src/tools/Makefile.am
  do sed -i -e 's/\.\.\///g' $a
 done
 for a in util diction nodetree hash_drv error config_shared \
   pref read_config
  do [ -L src/tools.hash_drv/${a}.c ] || \
   ln -s /usr/src/dspam/src/${a}.c src/tools.hash_drv/${a}.c
 done
 for a in read_config config_api
  do [ -L src/tools.pgsql_drv/${a}.c ] || \
   ln -s /usr/src/dspam/src/${a}.c src/tools.pgsql_drv/${a}.c
 done
 for a in read_config config_api
  do [ -L src/tools/${a}.c ] || \
   ln -s /usr/src/dspam/src/${a}.c src/tools/${a}.c
 done

 for a in * */* */*/*
  do [ -d $a ] || \
   sed -i -e 's/AC_CONFIG_HEADERS/AM_CONFIG_HEADER/g' $a
 done

 for a in NEWS AUTHORS ChangeLog
  do [ -f $a ] || echo > $a
 done

 for a in * */* */*/*
  do [ -d $a ] || \
   sed -i -e
's/<auto-config.h>/<\/usr\/src\/dspam\/src\/auto-config.h>/g' $a
 done

 sh ./autogen.sh

src/tools.pgsql_drv/Makefile.am:21: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.pgsql_drv/Makefile.am:22: BUILD_PGSQL_DRV does not appear in
AM_CONDITIONAL
src/tools.pgsql_drv/Makefile.am:20: dspam_pg2int8_LDFLAGS defined both
conditionally and unconditionally
src/Makefile.am:40: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
src/Makefile.am:41: BUILD_DB4_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:38: lib_LTLIBRARIES defined both conditionally and
unconditionally
src/Makefile.am:44: BUILD_DB3_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:47: BUILD_HASH_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:50: BUILD_ORA_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:53: BUILD_MYSQL_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:56: BUILD_PGSQL_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:59: BUILD_SQLITE_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:62: BUILD_SQLITE3_DRV does not appear in AM_CONDITIONAL
src/Makefile.am:95: BUILD_NCORE does not appear in AM_CONDITIONAL
src/Makefile.am:75: libdspam_la_SOURCES defined both conditionally and
unconditionally
src/Makefile.am:99: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
src/Makefile.am:142: STATIC_DRIVER does not appear in AM_CONDITIONAL
src/Makefile.am:139: libdspam_la_LIBADD defined both conditionally and
unconditionally
src/Makefile.am:141: libdspam_la_DEPENDENCIES defined both conditionally
and unconditionally
src/Makefile.am:150: DYNAMIC_DRIVER does not appear in AM_CONDITIONAL
automake: src/Makefile.am: warning: automake does not support
libdb4_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libdb3_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libhash_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libora_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libmysql_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libpgsql_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libsqlite_drv_la_LDFLAGS being defined conditionally
automake: src/Makefile.am: warning: automake does not support
libsqlite3_drv_la_LDFLAGS being defined conditionally
src/Makefile.am:202: variable `libsqlite3_drv_libs' not defined
src/tools.hash_drv/Makefile.am:23: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:24: BUILD_HASH_DRV does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:22: cssstat_LDFLAGS defined both
conditionally and unconditionally
src/tools.hash_drv/Makefile.am:34: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:35: BUILD_HASH_DRV does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:33: cssclean_LDFLAGS defined both
conditionally and unconditionally
src/tools.hash_drv/Makefile.am:45: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:46: BUILD_HASH_DRV does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:44: cssconvert_LDFLAGS defined both
conditionally and unconditionally
src/tools.hash_drv/Makefile.am:56: DYNAMIC_DRIVER does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:57: BUILD_HASH_DRV does not appear in
AM_CONDITIONAL
src/tools.hash_drv/Makefile.am:55: csscompress_LDFLAGS defined both
conditionally and unconditionally
autogen.sh: exited by previous error(s), return code was 1
Received on Mon Dec 12 22:52:05 2005

This archive was generated by hypermail 2.1.8 : Tue Dec 13 2005 - 00:00:01 EST