[Pkg-phototools-devel] Bug#738523: Use dh-autoreconf

Martin Pitt martin.pitt at ubuntu.com
Mon Feb 10 07:52:12 UTC 2014


Package: libgphoto2-6
Version: 2.5.3.1-1
Severity: wishlist
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

Hello,

building the current libgphoto2 on ppc64el (a new port in Ubuntu, and
a very likely upcoming port in Debian [1]) currently fails [2]

  make  check-TESTS
  make[4]: Entering directory `/build/buildd/libgphoto2-2.5.3.1/libgphoto2_port/test'
  No iolibs found in '..'
  Could not load list of ports: Error loading a library

Building with the latest libtool helps with that. Can you consider
using dh-autoreconf instead of just autotools_dev?

Severity wishlist as ppc64el is not in Debian yet. Applying this now
will ease the bootstrapping once it gets started.

Thanks,

Martin

[1] https://lists.debian.org/debian-powerpc/2013/09/msg00045.html
[2] https://launchpadlibrarian.net/165515388/buildlog_ubuntu-trusty-ppc64el.libgphoto2_2.5.3.1-1ubuntu1_FAILEDTOBUILD.txt.gz
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
-------------- next part --------------
  * Build with dh-autoreconf instead of just autotools_dev to use latest
    libtool. Fixes ppc64el build failure.
diff -Nru libgphoto2-2.5.3.1/debian/control libgphoto2-2.5.3.1/debian/control
--- libgphoto2-2.5.3.1/debian/control	2014-02-10 08:30:49.000000000 +0100
+++ libgphoto2-2.5.3.1/debian/control	2014-02-10 08:45:30.000000000 +0100
@@ -8,7 +8,7 @@
  , G?rkan Seng?n <gurkan at phys.ethz.ch>
 Build-Depends:
  debhelper (>= 9)
- , autotools-dev,
+ , dh-autoreconf
  , libtool
  , libltdl-dev
  , zlib1g-dev
diff -Nru libgphoto2-2.5.3.1/debian/rules libgphoto2-2.5.3.1/debian/rules
--- libgphoto2-2.5.3.1/debian/rules	2014-02-10 08:30:06.000000000 +0100
+++ libgphoto2-2.5.3.1/debian/rules	2014-02-10 08:45:40.000000000 +0100
@@ -61,4 +61,4 @@
 endif
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-phototools-devel/attachments/20140210/ee208b69/attachment-0001.sig>


More information about the Pkg-phototools-devel mailing list