Your message dated Sat, 26 Jul 2014 22:03:54 +0000
with message-id <[email protected]>
and subject line Bug#753491: fixed in jpeginfo 1.6.0-6
has caused the Debian Bug report #753491,
regarding jpeginfo: run dh-autoreconf to update config.{sub, guess} and 
{libtool, aclocal}.m4
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.)


-- 
753491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753491
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jpeginfo
Version: 1.6.0-5
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Dear Maintainer,

Currently this package FTBFS when compiled in new architectures (as ppc64el)
that is not supported on the outdated package autotools files, mainly because
it fails to understand that the new architectures has support for shared
libraries, as shown below: 

        dh_testdir
        ./configure --prefix=/usr --with-libjpeg \
                        --mandir=\${prefix}/share/man \
                        --infodir=\${prefix}/share/info
        creating cache ./config.cache
        aux/config.guess: unable to guess system type

        This script, last modified 2009-12-30, has failed to recognize
        the operating system you are using. It is advised that you
        download the most up to date version of the config scripts from
        ....

The full log could be found at
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/jpeginfo_1.6.0-5_ppc64el.build

I created this patch that call autoreconf to updates the autotool files during
the build, as suggest by the following wiki:

https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build

I did some tests (as in ppc64el) and the patch solves the problem and doesn't
seem to add any regression.

Thank you,
Breno


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: jpeginfo-1.6.0/debian/control
===================================================================
--- jpeginfo-1.6.0.orig/debian/control	2014-07-02 12:53:07.000000000 +0000
+++ jpeginfo-1.6.0/debian/control	2014-07-02 12:57:55.000000000 +0000
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Ola Lundqvist <[email protected]>
-Build-Depends: debhelper (>> 6.0), libjpeg-dev
+Build-Depends: debhelper (>> 6.0), libjpeg-dev, autotools-dev
 Standards-Version: 3.9.1
 
 Package: jpeginfo
Index: jpeginfo-1.6.0/debian/rules
===================================================================
--- jpeginfo-1.6.0.orig/debian/rules	2014-07-02 12:53:07.000000000 +0000
+++ jpeginfo-1.6.0/debian/rules	2014-07-02 12:58:29.000000000 +0000
@@ -12,6 +12,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	./configure --prefix=/usr --with-libjpeg \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info
@@ -26,6 +27,7 @@
 
 clean:
 	dh_testdir
+	dh_autotools-dev_restoreconfig
 	-rm -f build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f `find . -name "*~"` \

--- End Message ---
--- Begin Message ---
Source: jpeginfo
Source-Version: 1.6.0-6

We believe that the bug you reported is fixed in the latest version of
jpeginfo, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ola Lundqvist <[email protected]> (supplier of updated jpeginfo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 26 Jul 2014 23:54:10 +0200
Source: jpeginfo
Binary: jpeginfo
Architecture: source i386
Version: 1.6.0-6
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist <[email protected]>
Changed-By: Ola Lundqvist <[email protected]>
Description: 
 jpeginfo   - Prints information and tests integrity of JPEG/JFIF files
Closes: 753491
Changes: 
 jpeginfo (1.6.0-6) unstable; urgency=low
 .
   * Applied patch from Breno Leitao <[email protected]> that solve a
     few FTBFS on new architectures. Closes: #753491.
Checksums-Sha1: 
 14d869e854009a899174a27ae30bd1232869c3f3 1025 jpeginfo_1.6.0-6.dsc
 33cdebc46a9ffd38bcd0f3186527c82dbeb3aba8 26166 jpeginfo_1.6.0-6.diff.gz
 73ee2f3b03f9426d7711255d5dd0aef15402d617 13922 jpeginfo_1.6.0-6_i386.deb
Checksums-Sha256: 
 bf1fc6d21057ef5e65727c16746734d18f4696458aa82676d467776b6d572034 1025 
jpeginfo_1.6.0-6.dsc
 dd3db0043d86e7cec75e3e02e20abc44d894bde625592c9827b46a27e07a5071 26166 
jpeginfo_1.6.0-6.diff.gz
 9edef826c7303c56ec79318b49194431768c488c1dc82b7ff3edf580392fe94e 13922 
jpeginfo_1.6.0-6_i386.deb
Files: 
 1cd08013d3965c440dba01c37e618bf7 1025 graphics optional jpeginfo_1.6.0-6.dsc
 b6eeddb2eb6278249bd03f441cce0437 26166 graphics optional 
jpeginfo_1.6.0-6.diff.gz
 22bc7ba58b50a716e20f455a68e9eadb 13922 graphics optional 
jpeginfo_1.6.0-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlPUI+4ACgkQGKGxzw/lPdlGzgCfUCOrhMBbb6isK4GTLPJg666K
yV0AnAkclHRVG8EejUQUwT90wubT6uHH
=MlUX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to