root@miughe:/usr/src/dbmail# dpkg-buildpackage -b
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor):
-g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin:
vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor):
-g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
-Wl,-Bsymbolic-functions
dpkg-buildpackage: source package dbmail
dpkg-buildpackage: source version 3.0.0-rc2-1
dpkg-buildpackage: source changed by Paul J Stevens <p...@nfg.nl>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build dbmail
debian/rules clean
# run clean
dh_testroot
dh_testdir
[ ! -f Makefile ] || /usr/bin/make distclean
make[1]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail"
Making distclean in man
make[2]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail/man"
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail/man"
Making distclean in test
make[2]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail/test"
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail/test"
Making distclean in src
make[2]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail/src"
Making distclean in modules
make[3]: ingresso nella directory
"/mnt/insicuro_1g/xxx/xx/dbmail/src/modules"
rm -rf .libs _libs
test -z "libsort_null.la" || rm -f libsort_null.la
rm -f "./so_locations"
test -z "libsort_sieve.la libauth_ldap.la libauth_sql.la" || rm -f
libsort_sieve.la libauth_ldap.la libauth_sql.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail/src/modules"
Making distclean in .
make[3]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail/src"
rm -rf .libs _libs
test -z "" || rm -f
test -z "libdbmail.la" || rm -f libdbmail.la
rm -f "./so_locations"
rm -f dbmail-deliver dbmail-pop3d dbmail-imapd dbmail-util
dbmail-users dbmail-export dbmail-httpd dbmail-lmtpd dbmail-sievecmd
dbmail-timsieved
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "dbmail.h" || rm -f dbmail.h
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail/src"
rm -rf ./.deps
rm -f Makefile
make[2]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail/src"
Making distclean in .
make[2]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail"
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail"
rm -f config.status config.cache config.log configure.lineno
config.status.lineno
rm -f Makefile
make[1]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail"
dh_clean
debconf-updatepo
rm -rf stamps autom4te.cache || true
debian/rules build
mkdir stamps
[ -f configure ] || autoreconf -i
touch stamps/configure
if [ -e /usr/bin/clang ]; then \
env CC="/usr/bin/clang" CFLAGS="-Wall -std=gnu99 -O1"
LDFLAGS="-lcrypt" ./configure --prefix=/usr
--mandir=\${prefix}/share/man --sysconfdir=/etc/dbmail
--localstatedir=/var/run/dbmail --with-logdir=/var/log/dbmail
--infodir=\${prefix}/share/info --enable-static=no
--enable-manpages=yes --with-sieve --with-ldap; \
else \
env CFLAGS="-Wall -std=gnu99 -O1" LDFLAGS="-lcrypt" ./configure
--prefix=/usr --mandir=\${prefix}/share/man --sysconfdir=/etc/dbmail
--localstatedir=/var/run/dbmail --with-logdir=/var/log/dbmail
--infodir=\${prefix}/share/info --enable-static=no
--enable-manpages=yes --with-sieve --with-ldap; \
fi
configure: WARNING: unrecognized options: --enable-manpages
This is dbmail's GNU configure script.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking for ldap.h... (cached) yes
checking for library containing ldap_initialize... -lldap
checking for libSieve headers...
checking for libSieve libraries... -lsieve
checking for pkg-config... /usr/bin/pkg-config
checking GLib headers... -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
checking Glib libraries... checking GLib version >= 2.16... yes
-L/usr/lib/x86_64-linux-gnu -lglib-2.0
checking for pkg-config... /usr/bin/pkg-config
checking GMime headers... -pthread -D_LARGEFILE64_SOURCE
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/gmime-2.4
checking GMime libraries... -pthread -L/usr/lib/x86_64-linux-gnu
-lgmime-2.4 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking GMime version >= 2.4.6... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking mhash.h usability... yes
checking mhash.h presence... yes
checking for mhash.h... yes
checking for event.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for URL.h... yes
checking for ResultSet.h... yes
checking for PreparedStatement.h... yes
checking for Connection.h... yes
checking for ConnectionPool.h... yes
checking for SQLException.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for working GNU getopt function... yes
checking for connect... yes
checking for res_search... no
checking for res_search in -lresolv... no
checking for dn_expand... no
checking for dns_lookup... no
checking for gcc... (cached) gcc
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 dependency style of gcc... (cached) gcc3
checking maximum warning verbosity option... -W -Wall -Wpointer-arith
-Wstrict-prototypes for C
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for crypt in -lcrypt... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating src/dbmail.h
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/modules/Makefile
config.status: creating man/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --enable-manpages
DM_LOGDIR: /var/log/dbmail
DM_CONFDIR: /etc/dbmail
DM_STATEDIR: /var/run/dbmail
USE_DM_GETOPT:
CFLAGS: -Wall -std=gnu99 -O1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-pthread -D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gmime-2.4
-I/usr/include/zdb -W -Wall -Wpointer-arith -Wstrict-prototypes
GLIB: -L/usr/lib/x86_64-linux-gnu -lglib-2.0
GMIME: -pthread -L/usr/lib/x86_64-linux-gnu
-lgmime-2.4 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0
SIEVE: -lsieve
LDAP: -lldap
SHARED: yes
STATIC: no
CHECK:
SOCKETS:
MATH: -lm
MHASH: -lmhash
LIBEVENT: -levent
OPENSSL: -lssl
ZDB: -lzdb
/usr/bin/make
make[1]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail"
/usr/bin/make all-recursive
make[2]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail"
Making all in src
make[3]: ingresso nella directory "/mnt/insicuro_1g/xxx/xx/dbmail/src"
Making all in modules
make[4]: ingresso nella directory
"/mnt/insicuro_1g/xxx/xx/dbmail/src/modules"
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../.. -I../../src -Wall -std=gnu99 -O1 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread
-D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gmime-2.4
-I/usr/include/zdb -W -Wall -Wpointer-arith -Wstrict-prototypes -MT
sortnull.lo -MD -MP -MF .deps/sortnull.Tpo -c -o sortnull.lo sortnull.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -Wall
-std=gnu99 -O1 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread
-D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gmime-2.4
-I/usr/include/zdb -W -Wall -Wpointer-arith -Wstrict-prototypes -MT
sortnull.lo -MD -MP -MF .deps/sortnull.Tpo -c sortnull.c -fPIC -DPIC -o
..libs/sortnull.o
mv -f .deps/sortnull.Tpo .deps/sortnull.Plo
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu99 -O1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-pthread -D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gmime-2.4
-I/usr/include/zdb -W -Wall -Wpointer-arith -Wstrict-prototypes -module
-lcrypt -L/usr/lib/x86_64-linux-gnu -lglib-2.0 -pthread
-L/usr/lib/x86_64-linux-gnu -lgmime-2.4 -lgobject-2.0 -lgthread-2.0 -lrt
-lglib-2.0 -lm -lmhash -levent -lssl -lzdb -o libsort_null.la
sortnull.lo -lldap
libtool: link: ar cru .libs/libsort_null.a .libs/sortnull.o
libtool: link: ranlib .libs/libsort_null.a
libtool: link: ( cd ".libs" && rm -f "libsort_null.la" && ln -s
"../libsort_null.la" "libsort_null.la" )
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I../.. -I../../src -Wall -std=gnu99 -O1 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread
-D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gmime-2.4
-I/usr/include/zdb -W -Wall -Wpointer-arith -Wstrict-prototypes -MT
sortsieve.lo -MD -MP -MF .deps/sortsieve.Tpo -c -o sortsieve.lo sortsieve.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -Wall
-std=gnu99 -O1 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread
-D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gmime-2.4
-I/usr/include/zdb -W -Wall -Wpointer-arith -Wstrict-prototypes -MT
sortsieve.lo -MD -MP -MF .deps/sortsieve.Tpo -c sortsieve.c -fPIC -DPIC
-o .libs/sortsieve.o
mv -f .deps/sortsieve.Tpo .deps/sortsieve.Plo
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -std=gnu99 -O1
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-pthread -D_LARGEFILE64_SOURCE -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gmime-2.4
-I/usr/include/zdb -W -Wall -Wpointer-arith -Wstrict-prototypes -module
-lcrypt -L/usr/lib/x86_64-linux-gnu -lglib-2.0 -pthread
-L/usr/lib/x86_64-linux-gnu -lgmime-2.4 -lgobject-2.0 -lgthread-2.0 -lrt
-lglib-2.0 -lm -lmhash -levent -lssl -lzdb -o libsort_sieve.la -rpath
/usr/lib/dbmail sortsieve.lo -lsieve -lldap
libtool: link: gcc -shared .libs/sortsieve.o -lcrypt
-L/usr/lib/x86_64-linux-gnu -lgmime-2.4
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so
/usr/lib/x86_64-linux-gnu/libgthread-2.0.so -lrt
/usr/lib/x86_64-linux-gnu/libglib-2.0.so -lm /usr/lib/libmhash.so
-levent -lssl /usr/lib/libzdb.so /usr/lib/libsieve.so -lldap -pthread
-pthread -pthread -Wl,-soname -Wl,libsort_sieve.so.0 -o
..libs/libsort_sieve.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libsort_sieve.so.0" && ln -s
"libsort_sieve.so.0.0.0" "libsort_sieve.so.0")
libtool: link: (cd ".libs" && rm -f "libsort_sieve.so" && ln -s
"libsort_sieve.so.0.0.0" "libsort_sieve.so")
/bin/sed: can't read /usr/lib/libsqlite3.la: No such file or directory
libtool: link: `/usr/lib/libsqlite3.la' is not a valid libtool archive
make[4]: *** [libsort_sieve.la] Errore 1
make[4]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail/src/modules"
make[3]: *** [all-recursive] Errore 1
make[3]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail/src"
make[2]: *** [all-recursive] Errore 1
make[2]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail"
make[1]: *** [all] Errore 2
make[1]: uscita dalla directory "/mnt/insicuro_1g/xxx/xx/dbmail"
make: *** [stamps/dbmail] Errore 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
root@miughe:/usr/src/dbmail#
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev