Package: kdepim Version: 4:3.5.8-1 Severity: important Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi, when having automake1.9 installed (and nothing else), the package will not build: $ debuild binary [...] cd /home/calvin/temp/kdepim-3.5.8/. && /bin/sh /home/calvin/temp/kdepim-3.5.8/admin/missing --run aclocal-1.10 /home/calvin/temp/kdepim-3.5.8/admin/missing: line 52: aclocal-1.10: command not found WARNING: `aclocal-1.10' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd /home/calvin/temp/kdepim-3.5.8/. && /bin/sh /home/calvin/temp/kdepim-3.5.8/admin/missing --run automake-1.10 --foreign /home/calvin/temp/kdepim-3.5.8/admin/missing: line 52: automake-1.10: command not found WARNING: `automake-1.10' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd /home/calvin/temp/kdepim-3.5.8/. && perl admin/am_edit unknown icon type in akregator/src/pics/Makefile.in (kmmsgnew.png) unknown icon type in akregator/src/pics/Makefile.in (kmmsgunseen.png) unknown icon type in akregator/src/pics/Makefile.in (kmmsgflag.png) unknown icon prefix action in akregator/src/pics/Makefile.in unknown icon type in akregator/src/pics/Makefile.in (akregator_flag.png) cd /home/calvin/temp/kdepim-3.5.8/. && perl admin/am_edit Makefile.in cd /home/calvin/temp/kdepim-3.5.8/. && rm -f configure cd /home/calvin/temp/kdepim-3.5.8/. && /usr/bin/make -f admin/Makefile.common configure make[2]: Entering directory `/home/calvin/temp/kdepim-3.5.8' configure.in:45: error: possibly undefined macro: AM_MAINTAINER_MODE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. make[2]: *** [configure] Fehler 1 make[2]: Leaving directory `/home/calvin/temp/kdepim-3.5.8' make[1]: *** [/home/calvin/temp/kdepim-3.5.8/./configure] Fehler 2 make[1]: Leaving directory `/home/calvin/temp/kdepim-3.5.8/obj-i486-linux-gnu' make: *** [debian/stamp-makefile-build] Fehler 2 debuild: fatal error at line 1219: couldn't exec fakeroot debian/rules: $ Running 'debuild binary' the second time build the package fine though. Another option is to install automake 1.10, which lets the package build fine (even the first time). I attached the complete build log and a patch that fixes the build depends to require automake 1.10. Regards, Bastian - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-ck1treasure5 (PREEMPT) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages kdepim depends on: ii akregator 4:3.5.8-1 RSS feed aggregator for KDE ii kaddressbook 4:3.5.8-1 KDE NG addressbook application ii kalarm 4:3.5.8-1 KDE alarm message, command and ema pn kandy <none> (no description available) ii karm 4:3.5.8-1 KDE time tracker tool pn kdepim-kfile-plugins <none> (no description available) ii kdepim-kio-plugins 4:3.5.8-1 KDE pim I/O Slaves ii kdepim-kresources 4:3.5.8-1 KDE pim resource plugins pn kdepim-wizards <none> (no description available) ii kitchensync 4:3.5.8-1 Synchronization framework pn kleopatra <none> (no description available) ii kmail 4:3.5.8-1 KDE Email client pn kmailcvt <none> (no description available) pn knode <none> (no description available) pn knotes <none> (no description available) ii konsolekalendar 4:3.5.8-1 KDE konsole personal organizer ii kontact 4:3.5.8-1 KDE pim application ii korganizer 4:3.5.8-1 KDE personal organizer pn korn <none> (no description available) pn kpilot <none> (no description available) ii ktnef 4:3.5.8-1 KDE TNEF viewer pn libindex0 <none> (no description available) ii libkcal2b 4:3.5.8-1 KDE calendaring library ii libkdepim1a 4:3.5.8-1 KDE PIM library pn libkgantt0 <none> (no description available) ii libkleopatra1 4:3.5.8-1 KDE GnuPG interface libraries ii libkpimexchange1 4:3.5.8-1 KDE PIM Exchange library ii libkpimidentities1 4:3.5.8-1 KDE PIM user identity information ii libksieve0 4:3.5.8-1 KDE mail/news message filtering li ii libktnef1 4:3.5.8-1 Library for handling KTNEF email a ii libmimelib1c2a 4:3.5.8-1 KDE mime library ii networkstatus 4:3.5.8-1 KDE network status monitor kdepim recommends no packages. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHK4JpeBwlBDLsbz4RApLlAJ9QvkD35RJ6KFM1TBWxG9MeBcDA5gCgvB7M 9ZJCzey4eak5p+yncRt8120= =KZNS -----END PGP SIGNATURE-----
test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A mkdir -p "obj-i486-linux-gnu" /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/home/calvin/temp/kdepim-3.5.8' for i in ./admin/config.guess ./admin/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done make[1]: Leaving directory `/home/calvin/temp/kdepim-3.5.8' if [ "debian/stamp-patched" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi patches: debian/patches/common/04_am_maintainer_mode.diff debian/patches/common/05_pedantic-errors.diff debian/patches/common/06_disable_no_undefined.diff debian/patches/12_kmail_clamav_fix.diff debian/patches/13_mimelib_self_contained.diff debian/patches/14_kmail_filter_icons.diff debian/patches/16_kde_modulename.diff debian/patches/18_optimize_splitAddressInternal.diff debian/patches/26_dimap_warning.diff debian/patches/30_debianize_akregator_default.diff Trying patch debian/patches/common/04_am_maintainer_mode.diff at level 1 ... success. Trying patch debian/patches/common/05_pedantic-errors.diff at level 1 ... success. Trying patch debian/patches/common/06_disable_no_undefined.diff at level 1 ... success. Trying patch debian/patches/12_kmail_clamav_fix.diff at level 1 ... success. Trying patch debian/patches/13_mimelib_self_contained.diff at level 1 ... success. Trying patch debian/patches/14_kmail_filter_icons.diff at level 1 ... success. Trying patch debian/patches/16_kde_modulename.diff at level 1 ... 0 ... success. Trying patch debian/patches/18_optimize_splitAddressInternal.diff at level 1 ... 0 ... success. Trying patch debian/patches/26_dimap_warning.diff at level 1 ... success. Trying patch debian/patches/30_debianize_akregator_default.diff at level 1 ... success. if [ "debian/stamp-patched" != "reverse-patches" ]; then touch debian/stamp-patched; fi if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi make[1]: Entering directory `/home/calvin/temp/kdepim-3.5.8' if test -e /usr/share/misc/config.guess ; then \ for i in ./admin/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./admin/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi make[1]: Leaving directory `/home/calvin/temp/kdepim-3.5.8' if test -e /usr/share/misc/config.guess ; then \ for i in ./admin/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./admin/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi cp -f /usr/share/libtool/libtool.m4 ./admin/libtool.m4.in cp -f /usr/share/libtool/ltmain.sh ./admin/ltmain.sh for f in /usr/share/automake-1.9/*; do \ if test -f $f && ! test -L $f; then \ cp -f $f ./admin/; \ fi; \ done touch debian/stamp-libtool-update if test -n "yes" -a ! -f configure; then \ /usr/bin/make -C . -f admin/Makefile.common dist; \ fi touch debian/stamp-cvs-make touch debian/stamp-autotools-files chmod a+x /home/calvin/temp/kdepim-3.5.8/./configure cd obj-i486-linux-gnu && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" KMIX=/usr/bin/kmix KTTSD=/usr/bin/kttsd /home/calvin/temp/kdepim-3.5.8/./configure --build=i486-linux-gnu --prefix=/usr --includedir="\${prefix}/include/kde" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/kdepim" --disable-maintainer-mode --disable-dependency-tracking --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama --disable-debug checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking target system type... i486-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes 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 for kde-config... /usr/bin/kde-config checking where to install... /usr (as requested) checking for style of include used by make... GNU checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... none checking how to run the C preprocessor... cc -E checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking whether cc is blacklisted... no checking whether g++ supports -Wmissing-format-attribute... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether g++ supports -Wundef... yes checking whether g++ supports -Wno-long-long... yes checking whether g++ supports -Wno-non-virtual-dtor... yes checking whether g++ supports -fno-reorder-blocks... yes checking whether g++ supports -fno-exceptions... yes checking whether g++ supports -fno-check-new... yes checking whether g++ supports -fno-common... yes checking whether g++ supports -fexceptions... yes checking whether system headers can cope with -O2 -fno-inline... irrelevant checking how to run the C++ preprocessor... g++ -E checking whether g++ supports -O0... yes checking whether g++ supports -Wl,--no-undefined... yes checking whether g++ supports -Wl,--allow-shlib-undefined... yes not using lib directory suffix checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes 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 for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking if C++ programs can be compiled... yes checking for strlcat... no checking if strlcat needs custom prototype... yes - in libkdefakes checking for strlcpy... no checking if strlcpy needs custom prototype... yes - in libkdefakes checking for main in -lutil... yes checking for main in -lcompat... no checking for crypt in -lcrypt... yes checking for socklen_t... yes checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking sys/bitypes.h usability... yes checking sys/bitypes.h presence... yes checking for sys/bitypes.h... yes checking for poll in -lpoll... no checking Carbon/Carbon.h usability... no checking Carbon/Carbon.h presence... no checking for Carbon/Carbon.h... no checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking if res_init needs -lresolv... yes checking for res_init... yes checking if res_init needs custom prototype... no checking for killpg in -lucb... no checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 4 checking for char *... yes checking size of char *... 4 checking for dlopen in -ldl... (cached) yes checking for shl_unload in -ldld... no checking for size_t... yes checking size of size_t... 4 checking for unsigned long... yes checking size of unsigned long... 4 checking sizeof size_t == sizeof unsigned long... yes checking for PIE support... yes checking if enabling -pie/fPIE support... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking for _NSGetEnviron... no checking for vsnprintf... yes checking for snprintf... yes checking for X... libraries /usr/lib, headers . checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for pthread_create in -lpthread... yes checking for extra includes... no checking for extra libs... no checking for libz... -lz checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for perl... /usr/bin/perl checking for Qt... libraries /usr/share/qt3/lib, headers /usr/share/qt3/include using -mt checking for moc... /usr/share/qt3/bin/moc checking for uic... /usr/share/qt3/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking for rpath... no checking for KDE... libraries /usr/lib, headers /usr/include/kde checking if UIC has KDE plugins available... yes checking for KDE paths... defaults checking for dcopidl... /usr/bin/dcopidl checking for dcopidl2cpp... /usr/bin/dcopidl2cpp checking for mcopidl... /usr/bin/mcopidl checking for artsc-config... /usr/bin/artsc-config checking for meinproc... /usr/bin/meinproc checking for kconfig_compiler... /usr/bin/kconfig_compiler checking for dcopidlng... /usr/bin/dcopidlng checking for makekdewidgets... /usr/bin/makekdewidgets checking for xmllint... /usr/bin/xmllint checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking sys/limits.h usability... no checking sys/limits.h presence... no checking for sys/limits.h... no checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking for setenv... yes checking if setenv needs custom prototype... no checking for unsetenv... yes checking if unsetenv needs custom prototype... 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 Qt docs... /usr/share/qt3/doc/html checking for dot... /usr/bin/dot checking for doxygen... /usr/bin/doxygen checking bluetooth/bluetooth.h usability... no checking bluetooth/bluetooth.h presence... yes configure: WARNING: bluetooth/bluetooth.h: present but cannot be compiled configure: WARNING: bluetooth/bluetooth.h: check for missing prerequisite headers? configure: WARNING: bluetooth/bluetooth.h: see the Autoconf documentation configure: WARNING: bluetooth/bluetooth.h: section "Present But Cannot Be Compiled" configure: WARNING: bluetooth/bluetooth.h: proceeding with the preprocessor's result configure: WARNING: bluetooth/bluetooth.h: in the future, the compiler will take precedence checking for bluetooth/bluetooth.h... yes checking for hci_open_dev in -lbluetooth... yes checking for XPM... yes checking gnokii.h usability... yes checking gnokii.h presence... yes checking for gnokii.h... yes checking for gn_cfg_read in -lgnokii... yes checking for sys/cdefs.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking sysent.h usability... no checking sysent.h presence... no checking for sysent.h... no checking for strings.h... (cached) yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for usleep... yes checking if usleep needs custom prototype... no checking for socket... yes checking for fabsl... no checking for strdup... yes checking for vsnprintf... (cached) yes checking for tzset... yes checking for getdomainname... yes checking if getdomainname needs custom prototype... no checking for gethostname... yes checking if gethostname needs custom prototype... no checking whether byte ordering is bigendian... no checking if res_init needs -lresolv... yes checking for res_init... (cached) yes checking if res_init needs custom prototype... (cached) no checking for timezone variable... yes checking for tm_gmtoff in struct tm... yes checking for stl coping with namespace std... yes checking for C99 designated initializers... yes checking boost/format.hpp usability... yes checking boost/format.hpp presence... yes checking for boost/format.hpp... yes checking for kmix... /usr/bin/kmix checking for kttsd... /usr/bin/kttsd checking lockdev.h usability... yes checking lockdev.h presence... yes checking for lockdev.h... yes checking for dev_unlock in -llockdev... yes checking for XScreenSaverAllocInfo in -lXss... yes checking for OpenSSL... libraries /usr/lib, headers /usr/include checking whether OpenSSL uses rsaref... no checking for easter eggs... none found checking for OpenSSL version... ok checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for sasl_client_init in -lsasl2... yes checking for OpenSSL... (cached) libraries /usr/lib, headers /usr/include checking whether OpenSSL uses rsaref... no checking for easter eggs... none found checking for OpenSSL version... (cached) ok checking if we need to talk to broken timsieved's... no checking for opensync (for KitchenSync)... checking for pkg-config... /usr/bin/pkg-config checking for opensync-1.0 >= 0.19... yes checking OPENSYNC_CFLAGS... -I/usr/include/opensync-1.0 checking OPENSYNC_LIBS... -lopensync checking for osengine-1.0 >= 0.19... yes checking OPENSYNCENGINE_CFLAGS... -I/usr/include/opensync-1.0 checking OPENSYNCENGINE_LIBS... -losengine checking for libxml-2.0... yes checking LIBXML_CFLAGS... -I/usr/include/libxml2 checking LIBXML_LIBS... -lxml2 checking for glib-2.0 >= 2.6... yes checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking GLIB_LIBS... -lglib-2.0 found checking for indexlib... checking for baudboy.h... no checking for lockdev.h... (cached) yes checking for dev_lock in -llockdev... yes checking for perl... /usr/bin/perl checking if C++ programs can be compiled... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for sys/param.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking whether time.h and sys/time.h may both be included... yes checking for long double with more range or precision than double... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for socket... (cached) yes checking for strdup... (cached) yes checking for vsnprintf... (cached) yes checking for basename... yes checking for setenv... yes checking for unsetenv... yes checking for getdomainname... (cached) yes checking if getdomainname needs custom prototype... (cached) no checking for gethostname... (cached) yes checking if gethostname needs custom prototype... (cached) no checking for usleep... (cached) yes checking if usleep needs custom prototype... (cached) no checking for bison... bison -y checking for pilot-link (for KPilot)... autodetect checking pi-file.h usability... yes checking pi-file.h presence... yes checking for pi-file.h... yes checking pi-version.h usability... yes checking pi-version.h presence... yes checking for pi-version.h... yes checking pilot-link version... pilot-link version >= 0.12.0 found checking for pi_accept in -lpisock... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for getdomainname... (cached) yes checking if getdomainname needs custom prototype... (cached) no checking for libmal (for KPilots MAL conduit)... searched but not found checking kresources/factory.h usability... yes checking kresources/factory.h presence... yes checking for kresources/factory.h... yes checking for Perl embedding... yes checking for Python embedding... N/A checking pi-notepad.h usability... yes checking pi-notepad.h presence... yes checking for pi-notepad.h... yes checking for unsigned long long... yes checking size of unsigned long long... 8 checking for unsigned long... (cached) yes checking size of unsigned long... (cached) 4 checking for uint64_t... yes checking size of uint64_t... 8 checking for bison... (cached) bison -y checking for perl5... /usr/bin/perl checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for sys/types.h... (cached) yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for strdup... (cached) yes checking for gpgme-config... /usr/bin/gpgme-config checking for GPGME - version >= 0.4.5... yes checking if gpgme has GPGME_KEYLIST_MODE_VALIDATE... yes checking if gpgme has gpgme_cancel... yes checking if gpgme has gpgme_key_t->keylist_mode... yes checking if gpgme has gpgme_decrypt_result_t->wrong_key_usage... yes checking if gpgme has GPGME_INCLUDE_CERTS_DEFAULT... yes checking for gawk... (cached) gawk checking for sys/select.h... (cached) yes checking for unsigned int... yes checking size of unsigned int... 4 checking for stpcpy... yes checking for vasprintf... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking for getenv_r... no checking for timegm... yes checking for gpg... /usr/bin/gpg checking for gpgsm... no configure: WARNING: *** *** Could not find GpgSM, install GpgSM or use --with-gpgsm=PATH to enable it *** checking for funopen... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes GPGME v3.5.8 has been configured as follows: GnuPG version: min. 1.2.2 GnuPG path: /usr/bin/gpg GpgSM version: min. 1.9.3 GpgSM path: no checking whether to use new-style distribution lists... no checking for timezone variable... (cached) yes checking for tm_gmtoff in struct tm... (cached) yes checking for memrchr... yes checking for putc_unlocked... yes checking if kdelibs has recent webdav... yes checking if doc should be compiled... yes checking if indexlib should be compiled... yes checking if kabc should be compiled... yes checking if kdgantt should be compiled... yes checking if kgantt should be compiled... yes checking if kmailcvt should be compiled... yes checking if kmobile should be compiled... no checking if kode should be compiled... yes checking if ktnef should be compiled... yes checking if libemailfunctions should be compiled... yes checking if libkdenetwork should be compiled... yes checking if libkholidays should be compiled... yes checking if libkmime should be compiled... yes checking if libkpgp should be compiled... yes checking if libksieve should be compiled... yes checking if mimelib should be compiled... yes checking if networkstatus should be compiled... yes checking if pixmaps should be compiled... yes checking if libkcal should be compiled... yes checking if certmanager should be compiled... yes checking if korn should be compiled... yes checking if kfile-plugins should be compiled... yes checking if libkdepim should be compiled... yes checking if kpilot should be compiled... yes checking if libkpimidentities should be compiled... yes checking if libkpimexchange should be compiled... yes checking if konsolekalendar should be compiled... yes checking if knotes should be compiled... yes checking if knode should be compiled... yes checking if kitchensync should be compiled... yes checking if kioslaves should be compiled... yes checking if kandy should be compiled... yes checking if kalarm should be compiled... yes checking if akregator should be compiled... yes checking if kmail should be compiled... yes checking if korganizer should be compiled... yes checking if kaddressbook should be compiled... yes checking if plugins should be compiled... yes checking if kresources should be compiled... yes checking if wizards should be compiled... yes checking if karm should be compiled... yes checking if kontact should be compiled... yes configure: creating ./config.status wrong input (flag != 4) at /home/calvin/temp/kdepim-3.5.8/./admin/conf.change.pl line 117, <> line 1819. config.status: creating Makefile config.status: creating akregator/Makefile config.status: creating akregator/src/Makefile config.status: creating akregator/src/about/Makefile config.status: creating akregator/src/librss/Makefile config.status: creating akregator/src/mk4storage/Makefile config.status: creating akregator/src/mk4storage/metakit/Makefile config.status: creating akregator/src/mk4storage/metakit/src/Makefile config.status: creating akregator/src/pics/Makefile config.status: creating certmanager/Makefile config.status: creating certmanager/conf/Makefile config.status: creating certmanager/kwatchgnupg/Makefile config.status: creating certmanager/lib/Makefile config.status: creating certmanager/lib/backends/Makefile config.status: creating certmanager/lib/backends/chiasmus/Makefile config.status: creating certmanager/lib/backends/kpgp/Makefile config.status: creating certmanager/lib/backends/qgpgme/Makefile config.status: creating certmanager/lib/kleo/Makefile config.status: creating certmanager/lib/pics/Makefile config.status: creating certmanager/lib/tests/Makefile config.status: creating certmanager/lib/ui/Makefile config.status: creating doc/Makefile config.status: creating doc/akregator/Makefile config.status: creating doc/kaddressbook/Makefile config.status: creating doc/kalarm/Makefile config.status: creating doc/kandy/Makefile config.status: creating doc/karm/Makefile config.status: creating doc/kleopatra/Makefile config.status: creating doc/kmail/Makefile config.status: creating doc/knode/Makefile config.status: creating doc/knotes/Makefile config.status: creating doc/konsolekalendar/Makefile config.status: creating doc/kontact/Makefile config.status: creating doc/korganizer/Makefile config.status: creating doc/korn/Makefile config.status: creating doc/kpilot/Makefile config.status: creating doc/ktnef/Makefile config.status: creating doc/kwatchgnupg/Makefile config.status: creating indexlib/Makefile config.status: creating indexlib/tests/Makefile config.status: creating kabc/Makefile config.status: creating kabc/frontend/Makefile config.status: creating kabc/kabc2mutt/Makefile config.status: creating kaddressbook/Makefile config.status: creating kaddressbook/common/Makefile config.status: creating kaddressbook/csv-templates/Makefile config.status: creating kaddressbook/editors/Makefile config.status: creating kaddressbook/editors/icons/Makefile config.status: creating kaddressbook/editors/protocols/Makefile config.status: creating kaddressbook/features/Makefile config.status: creating kaddressbook/interfaces/Makefile config.status: creating kaddressbook/kcmconfigs/Makefile config.status: creating kaddressbook/pics/Makefile config.status: creating kaddressbook/printing/Makefile config.status: creating kaddressbook/thumbnailcreator/Makefile config.status: creating kaddressbook/views/Makefile config.status: creating kaddressbook/xxport/Makefile config.status: creating kalarm/Makefile config.status: creating kalarm/kalarmd/Makefile config.status: creating kalarm/lib/Makefile config.status: creating kalarm/pixmaps/Makefile config.status: creating kandy/Makefile config.status: creating kandy/profiles/Makefile config.status: creating kandy/src/Makefile config.status: creating karm/Makefile config.status: creating karm/pics/Makefile config.status: creating karm/support/Makefile config.status: creating karm/test/Makefile config.status: creating kdgantt/Makefile config.status: creating kfile-plugins/Makefile config.status: creating kfile-plugins/ics/Makefile config.status: creating kfile-plugins/palm-databases/Makefile config.status: creating kfile-plugins/rfc822/Makefile config.status: creating kfile-plugins/vcf/Makefile config.status: creating kgantt/Makefile config.status: creating kgantt/kgantt/Makefile config.status: creating kgantt/pixmaps/Makefile config.status: creating kioslaves/Makefile config.status: creating kioslaves/imap4/Makefile config.status: creating kioslaves/mbox/Makefile config.status: creating kioslaves/opengroupware/Makefile config.status: creating kioslaves/sieve/Makefile config.status: creating kitchensync/Makefile config.status: creating kitchensync/libqopensync/Makefile config.status: creating kitchensync/opensyncdbus/Makefile config.status: creating kitchensync/src/Makefile config.status: creating kitchensync/src/about/Makefile config.status: creating kitchensync/src/pics/Makefile config.status: creating kmail/Makefile config.status: creating kmail/about/Makefile config.status: creating kmail/avscripts/Makefile config.status: creating kmail/interfaces/Makefile config.status: creating kmail/pics/Makefile config.status: creating kmail/pics/icons/Makefile config.status: creating kmail/profiles/Makefile config.status: creating kmail/tests/Makefile config.status: creating kmailcvt/Makefile config.status: creating kmailcvt/pics/Makefile config.status: creating kmobile/Makefile config.status: creating kmobile/devices/Makefile config.status: creating kmobile/devices/digicam/Makefile config.status: creating kmobile/devices/gammu/Makefile config.status: creating kmobile/devices/gnokii/Makefile config.status: creating kmobile/devices/pics/Makefile config.status: creating kmobile/devices/skeleton/Makefile config.status: creating kmobile/kioslave/Makefile config.status: creating kmobile/kioslave/mimetypes/Makefile config.status: creating knode/Makefile config.status: creating knode/filters/Makefile config.status: creating knode/pics/Makefile config.status: creating knotes/Makefile config.status: creating knotes/icons/Makefile config.status: creating knotes/pics/Makefile config.status: creating kode/Makefile config.status: creating kode/kwsdl/Makefile config.status: creating kode/kwsdl/kung/Makefile config.status: creating kode/kwsdl/schema/Makefile config.status: creating kode/kwsdl/tests/Makefile config.status: creating kode/kwsdl/tests/google/Makefile config.status: creating kode/kwsdl/wscl/Makefile config.status: creating kode/kxml_compiler/Makefile config.status: creating konsolekalendar/Makefile config.status: creating konsolekalendar/pixmaps/Makefile config.status: creating kontact/Makefile config.status: creating kontact/interfaces/Makefile config.status: creating kontact/pics/Makefile config.status: creating kontact/pics/icons/Makefile config.status: creating kontact/plugins/Makefile config.status: creating kontact/plugins/akregator/Makefile config.status: creating kontact/plugins/kaddressbook/Makefile config.status: creating kontact/plugins/karm/Makefile config.status: creating kontact/plugins/kitchensync/Makefile config.status: creating kontact/plugins/kmail/Makefile config.status: creating kontact/plugins/knode/Makefile config.status: creating kontact/plugins/knotes/Makefile config.status: creating kontact/plugins/korganizer/Makefile config.status: creating kontact/plugins/kpilot/Makefile config.status: creating kontact/plugins/newsticker/Makefile config.status: creating kontact/plugins/specialdates/Makefile config.status: creating kontact/plugins/summary/Makefile config.status: creating kontact/plugins/test/Makefile config.status: creating kontact/plugins/weather/Makefile config.status: creating kontact/src/Makefile config.status: creating kontact/src/about/Makefile config.status: creating korganizer/Makefile config.status: creating korganizer/interfaces/Makefile config.status: creating korganizer/interfaces/calendar/Makefile config.status: creating korganizer/interfaces/korganizer/Makefile config.status: creating korganizer/korgac/Makefile config.status: creating korganizer/korgac/pixmaps/Makefile config.status: creating korganizer/pixmaps/Makefile config.status: creating korganizer/plugins/Makefile config.status: creating korganizer/plugins/datenums/Makefile config.status: creating korganizer/plugins/exchange/Makefile config.status: creating korganizer/plugins/hebrew/Makefile config.status: creating korganizer/plugins/printing/Makefile config.status: creating korganizer/plugins/printing/journal/Makefile config.status: creating korganizer/plugins/printing/list/Makefile config.status: creating korganizer/plugins/printing/whatsnext/Makefile config.status: creating korganizer/plugins/printing/year/Makefile config.status: creating korganizer/plugins/projectview/Makefile config.status: creating korganizer/plugins/timespanview/Makefile config.status: creating korganizer/printing/Makefile config.status: creating korganizer/sounds/Makefile config.status: creating korn/Makefile config.status: creating korn/kconf_update/Makefile config.status: creating kpilot/Makefile config.status: creating kpilot/conduits/Makefile config.status: creating kpilot/conduits/abbrowserconduit/Makefile config.status: creating kpilot/conduits/docconduit/Makefile config.status: creating kpilot/conduits/docconduit/Icons/Makefile config.status: creating kpilot/conduits/knotes/Makefile config.status: creating kpilot/conduits/malconduit/Makefile config.status: creating kpilot/conduits/memofileconduit/Makefile config.status: creating kpilot/conduits/notepadconduit/Makefile config.status: creating kpilot/conduits/null/Makefile config.status: creating kpilot/conduits/popmail/Makefile config.status: creating kpilot/conduits/recordconduit/Makefile config.status: creating kpilot/conduits/sysinfoconduit/Makefile config.status: creating kpilot/conduits/timeconduit/Makefile config.status: creating kpilot/conduits/vcalconduit/Makefile config.status: creating kpilot/kpilot/Makefile config.status: creating kpilot/kpilot/Icons/Makefile config.status: creating kpilot/lib/Makefile config.status: creating kresources/Makefile config.status: creating kresources/birthdays/Makefile config.status: creating kresources/blogging/Makefile config.status: creating kresources/egroupware/Makefile config.status: creating kresources/exchange/Makefile config.status: creating kresources/featureplan/Makefile config.status: creating kresources/groupdav/Makefile config.status: creating kresources/groupware/Makefile config.status: creating kresources/groupwise/Makefile config.status: creating kresources/groupwise/kioslave/Makefile config.status: creating kresources/groupwise/soap/Makefile config.status: creating kresources/kolab/Makefile config.status: creating kresources/kolab/kabc/Makefile config.status: creating kresources/kolab/kcal/Makefile config.status: creating kresources/kolab/knotes/Makefile config.status: creating kresources/kolab/shared/Makefile config.status: creating kresources/lib/Makefile config.status: creating kresources/newexchange/Makefile config.status: creating kresources/remote/Makefile config.status: creating kresources/slox/Makefile config.status: creating kresources/tvanytime/Makefile config.status: creating ktnef/Makefile config.status: creating ktnef/gui/Makefile config.status: creating ktnef/gui/pics/Makefile config.status: creating ktnef/ktnef/Makefile config.status: creating ktnef/lib/Makefile config.status: creating libemailfunctions/Makefile config.status: creating libemailfunctions/tests/Makefile config.status: creating libkcal/Makefile config.status: creating libkcal/libical/Makefile config.status: creating libkcal/libical/design-data/Makefile config.status: creating libkcal/libical/doc/Makefile config.status: creating libkcal/libical/examples/Makefile config.status: creating libkcal/libical/scripts/Makefile config.status: creating libkcal/libical/src/Makefile config.status: creating libkcal/libical/src/libical/Makefile config.status: creating libkcal/libical/src/libicalss/Makefile config.status: creating libkcal/libical/zoneinfo/Makefile config.status: creating libkcal/tests/Makefile config.status: creating libkcal/versit/Makefile config.status: creating libkdenetwork/Makefile config.status: creating libkdenetwork/gpgmepp/Makefile config.status: creating libkdenetwork/gpgmepp/interfaces/Makefile config.status: creating libkdenetwork/libgpg-error-copy/Makefile config.status: creating libkdenetwork/libgpgme-copy/Makefile config.status: creating libkdenetwork/libgpgme-copy/assuan/Makefile config.status: creating libkdenetwork/libgpgme-copy/gpgme/Makefile config.status: creating libkdenetwork/qgpgme/Makefile config.status: creating libkdenetwork/qgpgme/tests/Makefile config.status: creating libkdepim/Makefile config.status: creating libkdepim/about/Makefile config.status: creating libkdepim/cfgc/Makefile config.status: creating libkdepim/icons/Makefile config.status: creating libkdepim/interfaces/Makefile config.status: creating libkdepim/komposer/Makefile config.status: creating libkdepim/komposer/core/Makefile config.status: creating libkdepim/komposer/core/tests/Makefile config.status: creating libkdepim/komposer/plugins/Makefile config.status: creating libkdepim/komposer/plugins/default/Makefile config.status: creating libkdepim/komposer/test/Makefile config.status: creating libkdepim/kpartsdesignerplugin/Makefile config.status: creating libkdepim/pics/Makefile config.status: creating libkdepim/tests/Makefile config.status: creating libkholidays/Makefile config.status: creating libkholidays/holidays/Makefile config.status: creating libkmime/Makefile config.status: creating libkmime/tests/Makefile config.status: creating libkpgp/Makefile config.status: creating libkpgp/pics/Makefile config.status: creating libkpimexchange/Makefile config.status: creating libkpimexchange/core/Makefile config.status: creating libkpimidentities/Makefile config.status: creating libksieve/Makefile config.status: creating libksieve/ksieve/Makefile config.status: creating libksieve/parser/Makefile config.status: creating libksieve/shared/Makefile config.status: creating libksieve/tests/Makefile config.status: creating mimelib/Makefile config.status: creating mimelib/mimelib/Makefile config.status: creating networkstatus/Makefile config.status: creating pixmaps/Makefile config.status: creating plugins/Makefile config.status: creating plugins/kmail/Makefile config.status: creating plugins/kmail/bodypartformatter/Makefile config.status: creating wizards/Makefile config.status: creating indexlib/indexlib-config config.status: creating korganizer/ical2vcal config.status: creating config.h config.status: executing depfiles commands If you would like to build-in KMail's experimental full-text indexing please re-run configure with the --enable-indexlib option. KPILOT: MAL headers or library not found. AvantGo conduit will not be compiled. KPILOT: Download libmal>=0.20 from http://jasonday.home.att.net/code/libmal/ Good - your configure finished. Start make now /usr/bin/make -C obj-i486-linux-gnu make[1]: Entering directory `/home/calvin/temp/kdepim-3.5.8/obj-i486-linux-gnu' *** Creating acinclude.m4 *** Creating configure.files cd /home/calvin/temp/kdepim-3.5.8/. && /bin/sh /home/calvin/temp/kdepim-3.5.8/admin/missing --run aclocal-1.10 /home/calvin/temp/kdepim-3.5.8/admin/missing: line 52: aclocal-1.10: command not found WARNING: `aclocal-1.10' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd /home/calvin/temp/kdepim-3.5.8/. && /bin/sh /home/calvin/temp/kdepim-3.5.8/admin/missing --run automake-1.10 --foreign /home/calvin/temp/kdepim-3.5.8/admin/missing: line 52: automake-1.10: command not found WARNING: `automake-1.10' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd /home/calvin/temp/kdepim-3.5.8/. && perl admin/am_edit unknown icon type in akregator/src/pics/Makefile.in (kmmsgnew.png) unknown icon type in akregator/src/pics/Makefile.in (kmmsgunseen.png) unknown icon type in akregator/src/pics/Makefile.in (kmmsgflag.png) unknown icon prefix action in akregator/src/pics/Makefile.in unknown icon type in akregator/src/pics/Makefile.in (akregator_flag.png) cd /home/calvin/temp/kdepim-3.5.8/. && perl admin/am_edit Makefile.in cd /home/calvin/temp/kdepim-3.5.8/. && rm -f configure cd /home/calvin/temp/kdepim-3.5.8/. && /usr/bin/make -f admin/Makefile.common configure make[2]: Entering directory `/home/calvin/temp/kdepim-3.5.8' configure.in:45: error: possibly undefined macro: AM_MAINTAINER_MODE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. make[2]: *** [configure] Fehler 1 make[2]: Leaving directory `/home/calvin/temp/kdepim-3.5.8' make[1]: *** [/home/calvin/temp/kdepim-3.5.8/./configure] Fehler 2 make[1]: Leaving directory `/home/calvin/temp/kdepim-3.5.8/obj-i486-linux-gnu' make: *** [debian/stamp-makefile-build] Fehler 2 debuild: fatal error at line 1219: couldn't exec fakeroot debian/rules:
--- debian/control.tmp 2007-11-02 20:34:48.048108521 +0100 +++ debian/control 2007-11-02 20:30:46.534705323 +0100 @@ -3,7 +3,8 @@ Priority: optional Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>, Josh Metzler <[EMAIL PROTECTED]>, Sune Vuorela <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), automake1.9, +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), + automake (>= 1:1.10) | automake1.10, cdparanoia, gawk, gettext, kdelibs4-dev (>= 4:3.5.8), bison, byacc, bzip2, flex, groff-base, libopensync0-dev, libbluetooth2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],