[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#756640: marked as done (xastir: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4)



Your message dated Thu, 31 Jul 2014 17:20:16 +0000
with message-id <E1XCu1Y-00050x-MY@franck.debian.org>
and subject line Bug#756640: fixed in xastir 2.0.4-2
has caused the Debian Bug report #756640,
regarding xastir: 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 owner@bugs.debian.org
immediately.)


-- 
756640: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756640
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xastir
Version: 2.0.4-1
Severity: normal
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64el
User: debian-devel@lists.debian.org
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:

	checking whether make sets $(MAKE)... yes

	Configuring xastir 2.0.4

	./config.guess: unable to guess system type

	This script, last modified 2009-11-20, 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
	...
	configure: error: cannot guess build type; you must specify one
	make: *** [build-stamp] Error 1
	dpkg-buildpackage: error: debian/rules build gave error exit status 2

The full log could be found at the package log on our buildd entries at:
http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/Build-Attempted.html

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

You can find more information about autoreconf in the following link:
https://wiki.debian.org/Autoreconf

In order to have this package compiled fine on ppc64el, we need this patch
applied and also the patch on bug#756638.

Thank you,
Breno
Index: xastir-2.0.4/debian/rules
===================================================================
--- xastir-2.0.4.orig/debian/rules
+++ xastir-2.0.4/debian/rules
@@ -6,6 +6,7 @@ build-indep: build-stamp
 build-stamp:
 
 	dh_testdir
+	dh_autoreconf
 	touch aclocal.m4
 	touch Makefile.in */Makefile.in */*/Makefile.in
 	touch config.h.in
@@ -16,6 +17,7 @@ build-stamp:
 
 clean:
 	dh_testdir
+	dh_autoreconf_clean
 	-rm -f build
 	[ ! -f Makefile ] || $(MAKE) distclean
 	-rm -f src/callpass/Makefile
Index: xastir-2.0.4/debian/control
===================================================================
--- xastir-2.0.4.orig/debian/control
+++ xastir-2.0.4/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Hams group <debian-hams@lists.debian.org>
 Uploaders: Jerry Stueve <k4int@arrl.net>, Kamal Mostafa <kamal@whence.com>, Hamish Moffatt <hamish@debian.org>, Colin Tuckley <colint@debian.org>
 Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7), libax25-dev, libmotif-dev, libxext-dev, libxt-dev, festival-dev, libgraphicsmagick1-dev | libgraphicsmagick-dev, libshp-dev, libproj-dev, libpcre3-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libgdal-dev (>= 1.10.0-0~), libdb-dev, libgeotiff-dev
+Build-Depends: debhelper (>= 7), libax25-dev, libmotif-dev, libxext-dev, libxt-dev, festival-dev, libgraphicsmagick1-dev | libgraphicsmagick-dev, libshp-dev, libproj-dev, libpcre3-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libgdal-dev (>= 1.10.0-0~), libdb-dev, libgeotiff-dev, dh-autoreconf
 Homepage: http://www.xastir.org/
 Vcs-Browser: http://xastir.cvs.sourceforge.net/viewvc/xastir/xastir/
 Vcs-Cvs: :pserver:anonymous@xastir.cvs.sourceforge.net/cvsroot/xastir

--- End Message ---
--- Begin Message ---
Source: xastir
Source-Version: 2.0.4-2

We believe that the bug you reported is fixed in the latest version of
xastir, 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 756640@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Tuckley <colint@debian.org> (supplier of updated xastir 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 31 Jul 2014 17:46:54 +0100
Source: xastir
Binary: xastir
Architecture: source amd64
Version: 2.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Hams group <debian-hams@lists.debian.org>
Changed-By: Colin Tuckley <colint@debian.org>
Description:
 xastir     - X Amateur Station Tracking and Information Reporting
Closes: 756638 756640
Changes:
 xastir (2.0.4-2) unstable; urgency=medium
 .
   * Prevent build-stamp rule from running multiple times
     patch from Breno Leitao <brenohl@br.ibm.com> (Closes: #756638)
   * Avoid outdated-autotools-helper-file by using dh_autoreconf
     patch from Breno Leitao <brenohl@br.ibm.com> (Closes: #756640)
Checksums-Sha1:
 7a91809333ed76939ed79eaacbbbc08f9975de11 2227 xastir_2.0.4-2.dsc
 98c0ebc60882bdfcc06b61103a68b2d934be368a 9048 xastir_2.0.4-2.debian.tar.xz
 cabce67c06c5fda71b6f85377484bd0dc8abde4b 1262258 xastir_2.0.4-2_amd64.deb
Checksums-Sha256:
 bb6453da35330d526a59a5b7a12509cc73dd607dae509c65e3aa07ed7953be7a 2227 xastir_2.0.4-2.dsc
 114b9927c552f5d90a1cb5c5e6af697511cf9e2f0fa46418b575ed9ecb4c063d 9048 xastir_2.0.4-2.debian.tar.xz
 62147dfb7109fdad5dc97abef7856fee6dce2f0400fa7d606c95d61d77379d49 1262258 xastir_2.0.4-2_amd64.deb
Files:
 ae890e4077001025c4ee5faad8b6b2f4 1262258 hamradio extra xastir_2.0.4-2_amd64.deb
 c07daaaaa9ff569da11ff89de9270916 2227 hamradio extra xastir_2.0.4-2.dsc
 04349b47573849957d0324563521579b 9048 hamradio extra xastir_2.0.4-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJT2nYVAAoJEPoMQQc4ydkDY3kP/3O+tsqnlrqltKSvQ6T9E2+x
/gJwPn00QNv2/5D6yzvLTNhLj3NSIv49/F3m5bkvyRHrwfgHkczw9s8l7k5gK+ss
xoOZnNjgk6cxblUUgE/jRopP/F3MqY8S46vw8lUG5JhYiacy0RxDcdqC96IZOyLp
QXQmbeDAlp6IzXgLl5F/NMIkN7pNYZO50X0dvDZfUTV9vIk4po0S1RbqHOKb+UUE
Ncw1g06QLoxTlbaa1DbKtkC55vDpGMqyhmXW7aGTt4mC7XM9TFObQSFPApL92Ndk
/qZORdt1aacQuLkp0flTgDtF71+jkUbkeYA8tBBXV6D8PrlFdGzkkjHzaxoNb4Ex
nZxIOrUiCJZI7Ekf4z+uRUOYN9d3wFhKsKVyPuWbszvjyA1Rp7KH3m+t8PTIzfrU
pfuCKhx/MIjVdRnE/eyqgrgTt31aiD6UoyLdwBhRNqB61SrTSjyzw1vaVNGhSNR8
IL7HabU8M32Ao8ET1Rzv4esDYLeLpe7v1W6nKoVixT3R6I2F9sBxxbcZ29UzDxEJ
7xpIBp0VzmZ/ZxTWRRAB5FZKsXp6hQP+Tsxw1ZHM0L3KW4BIh19B1jbQPdYCIJjO
y0ATTV5PYz0+gVGUuw3n0BoNLHqaHv2iVX9Jk49+fSATa4vFehwYWO8VPmQVraYO
3J60v29+6AzwXeYQD6Wc
=5oVs
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: