The following issue has been SUBMITTED. ====================================================================== http://dbmail.org/mantis/view.php?id=560 ====================================================================== Reported By: enp Assigned To: ====================================================================== Project: DBMail Issue ID: 560 Category: General Reproducibility: always Severity: major Priority: normal Status: new target: ====================================================================== Date Submitted: 02-Apr-07 07:36 CEST Last Modified: 02-Apr-07 07:36 CEST ====================================================================== Summary: Empty makefile after autoreconf -fisv and ./configure --with-sqlite Description: I found very strange bug after using autoreconf -fisv and ./configure --with-sqlite:
[EMAIL PROTECTED] ~]$ tar -zxf dbmail-2.2.4.tar.gz [EMAIL PROTECTED] ~]$ cd dbmail-2.2.4 [EMAIL PROTECTED] dbmail-2.2.4]$ autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.in: not using Gettext autoreconf-default: running: aclocal --force autoreconf-default: configure.in: tracing autoreconf-default: running: libtoolize --force Putting files in AC_CONFIG_AUX_DIR, `buildtools'. autoreconf-default: running: /usr/bin/autoconf-2.5 --force autoreconf-default: running: /usr/bin/autoheader-2.5 --force autoreconf-default: running: automake --add-missing --force-missing autoreconf-default: Leaving directory `.' [EMAIL PROTECTED] dbmail-2.2.4]$ ./configure --with-sqlite This is dbmail's GNU configure script. It's going to run a bunch of strange tests to hopefully make your compile work without much twiddling. checking for a BSD-compatible install... /bin/install -c .... config.status: creating dbmail.h sed: file /usr/src/tmp/cs.ImzjQ28668/subs-3.sed line 19: unknown option to `s' .... sed: file /usr/src/tmp/cs.ImzjQ28668/subs-21.sed line 3: unknown command: `"' config.status: creating config.h config.status: executing depfiles commands DM_LOGDIR: /var/log DM_CONFDIR: /etc DM_STATEDIR: /var/run USE_DM_GETOPT: CFLAGS: -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes GLIB: -lglib-2.0 GMIME: -lgmime-2.0 -lz -lnsl -lgobject-2.0 -lglib-2.0 MYSQL: PGSQL: SQLITE: -lsqlite3 SIEVE: LDAP: SHARED: yes STATIC: no CHECK: no SOCKETS: -lresolv [EMAIL PROTECTED] dbmail-2.2.4]$ ls -l Makefile -rw-r--r-- 1 builder builder 0 Apr 1 13:51 Makefile So, makefile generated with sqlite is empty. All works fine with mysql or postgresql. All works fine without autoreconf -fisv. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 02-Apr-07 07:36 enp New Issue ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
