[Pkg-citadel-devel] Bug#744603: libcitadel: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

Matthias Klose doko at debian.org
Sun Apr 13 16:51:07 UTC 2014


Package: src:libcitadel
Version: 8.24-1
User: debian-devel at lists.debian.org
Usertags: autoreconf

The package fails to build on ppc64el (powerpc64le-linux-gnu), because
the config.{guess,sub} files are out of date, and are not updated during
the build.  If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.

  - For dh, call dh --with autoreconf.

  - For cdbs based build systems, include
    /usr/share/cdbs/1/rules/autoreconf.mk

  - For other rules files, call dh_autoreconf before calling
    configure (in the build or configure target), and call
    dh_autoreconf_clean before dh_clean in the clean target.

For combining autoreconf and autotools_dev, see bug #698765.

After the build on any architecture, and before a clean, a grep for
powerpc64le in the configure, aclocal.m4 and/or libtool.m4 file(s)
should print some lines. It is not enough to just update the
config.guess and config.sub files.

The full build log can be found at:
http://people.debian.org/~doko/logs/ppc64el-20140414/buildlog_ubuntu-trusty-ppc64el.libcitadel_8.24-1_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

Please note that these builds were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.

See https://wiki.debian.org/qa.debian.org/FTBFS for a guide how to
address these.

[...]
CC: lib/vnote.c
CC: lib/hash.c
CC: lib/lookup3.c
CC: lib/stringbuf.c
lib/stringbuf.c: In function 'FDIOBufferInit':
lib/stringbuf.c:3952:7: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
   pipe(FDB->SplicePipe);
       ^
CC: lib/json.c
CC: lib/wildfire.c
CC: lib/urlhandling.c
CC: lib/xdgmime/xdgmime.c
CC: lib/xdgmime/xdgmimeglob.c
CC: lib/xdgmime/xdgmimeint.c
CC: lib/xdgmime/xdgmimemagic.c
CC: lib/xdgmime/xdgmimealias.c
CC: lib/xdgmime/xdgmimeparent.c
CC: lib/xdgmime/xdgmimecache.c
CC: lib/html_to_ascii.c
make[1]: Leaving directory `/build/buildd/libcitadel-8.24'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_clean: dh_clean -k is deprecated; use dh_prep instead
dh_installdirs
/usr/bin/make DESTDIR=`pwd`/debian/tmp install
make[1]: Entering directory `/build/buildd/libcitadel-8.24'
mkdir /build/buildd/libcitadel-8.24/debian/tmp
mkdir /build/buildd/libcitadel-8.24/debian/tmp/usr
mkdir /build/buildd/libcitadel-8.24/debian/tmp/usr/lib
mkdir /build/buildd/libcitadel-8.24/debian/tmp/usr/lib/pkgconfig
 /usr/bin/install -c -m 644 libcitadel.pc /build/buildd/libcitadel-8.24/debian/tmp/usr/lib/pkgconfig/libcitadel.pc
mkdir /build/buildd/libcitadel-8.24/debian/tmp/usr/include
/usr/bin/install -c .libs/libcitadel.lai /build/buildd/libcitadel-8.24/debian/tmp/usr/lib/libcitadel.la
/usr/bin/install -c .libs/libcitadel.a /build/buildd/libcitadel-8.24/debian/tmp/usr/lib/libcitadel.a
chmod 644 /build/buildd/libcitadel-8.24/debian/tmp/usr/lib/libcitadel.a
ranlib /build/buildd/libcitadel-8.24/debian/tmp/usr/lib/libcitadel.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[1]: Leaving directory `/build/buildd/libcitadel-8.24'
touch install-stamp
dh_testdir -a
dh_testroot -a
dh_installchangelogs -a -plibcitadel4
dh_installdocs -a
dh_install -a --sourcedir=debian/tmp
dh_install: libcitadel4 missing files (usr/lib/*.so.*), aborting
make: *** [binary-arch] Error 255
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error exit status 2



More information about the Pkg-citadel-devel mailing list