Your message dated Sun, 19 Apr 2015 10:19:19 -0300
with message-id <[email protected]>
and subject line Re: Use dh-autoreconf
has caused the Debian Bug report #738523,
regarding Use dh-autoreconf
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
738523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738523
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgphoto2-6
Version: 2.5.3.1-1
Severity: wishlist
Tags: patch
User: [email protected]
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)
* 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 <[email protected]>
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
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hi,
The version 2.5.4 already uses dh-autoreconf.
Tagging it done
regards,
On Mon, 10 Feb 2014 08:52:12 +0100 Martin Pitt <[email protected]> wrote:
> Package: libgphoto2-6
> Version: 2.5.3.1-1
> Severity: wishlist
> Tags: patch
> User: [email protected]
> 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)
--
Herbert Parentes Fortes Neto (hpfn)
--- End Message ---