Package: openchange Version: 1:0.8.2+svn1423-1 Severity: important Tags: patch Justification: fails to build from source User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jaunty ubuntu-patch
Hi, This package FTBFS in Karmic (Ubuntu), because: - The configure script does not have the executable flag - It's missing a build dependency on libsqlite3-dev, mandatory to build mapistore backend Thanks, Fabrice *** /tmp/tmpq8hUg6 Here is the patch that fix this 2 problems: * debian/rules: change access rights to configure to u+x to allow execution of ./configure * debian/control: added build dependency on libsqlite3-dev We thought you might be interested in doing the same. -- System Information: Debian Release: 5.0 APT prefers jaunty-updates APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28-14-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -u openchange-0.8.2+svn1423/debian/rules openchange-0.8.2+svn1423/debian/rules --- openchange-0.8.2+svn1423/debian/rules +++ openchange-0.8.2+svn1423/debian/rules @@ -7,6 +7,7 @@ configure: configure-stamp configure-stamp: dh_testdir + chmod u+x configure BOOST_LIB_SUFFIX=-mt ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ diff -u openchange-0.8.2+svn1423/debian/control openchange-0.8.2+svn1423/debian/control --- openchange-0.8.2+svn1423/debian/control +++ openchange-0.8.2+svn1423/debian/control @@ -10,7 +11,8 @@ libpopt-dev, libtorture-dev, doxygen, pkg-config, libdcerpc-dev (>= 4.0.0~alpha6), libtalloc-dev, libldb-dev, python-dev, python-central (>= 0.5), - libtevent-dev (>= 0.9.6~), libical-dev, libboost-thread-dev + libtevent-dev (>= 0.9.6~), libical-dev, libboost-thread-dev, + libsqlite3-dev Standards-Version: 3.8.2 Vcs-Bzr: svn://svn.debian.org/pkg-samba/trunk/openchange Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/openchange