[Xastir] Fwd: Bug#756640: xastir: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

David A Aitcheson david.aitcheson at gmail.com
Thu Jul 31 12:50:01 EDT 2014


Anyone wish to tackle this?

73
Dave
KB3EFS


-------- Forwarded Message --------
Subject: 	Bug#756640: xastir: run dh-autoreconf to update config.{sub,
guess} and {libtool, aclocal}.m4
Resent-Date: 	Thu, 31 Jul 2014 16:18:02 +0000
Resent-From: 	Breno Leitao <brenohl at br.ibm.com>
Resent-To: 	debian-bugs-dist at lists.debian.org
Resent-CC: 	brenohl at br.ibm.com, Debian Hams group
<debian-hams at lists.debian.org>
Date: 	Thu, 31 Jul 2014 13:15:45 -0300
From: 	Breno Leitao <brenohl at br.ibm.com>
Reply-To: 	Breno Leitao <brenohl at br.ibm.com>, 756640 at bugs.debian.org
To: 	Debian Bug Tracking System <submit at bugs.debian.org>



Package: xastir
Version: 2.0.4-1
Severity: normal
Tags: patch
User: debian-powerpc at lists.debian.org
Usertags: ppc64el
User: debian-devel at 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 at lists.debian.org>
>  Uploaders: Jerry Stueve <k4int at arrl.net>, Kamal Mostafa <kamal at whence.com>, Hamish Moffatt <hamish at debian.org>, Colin Tuckley <colint at 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 at xastir.cvs.sourceforge.net/cvsroot/xastir


-- 
David A Aitcheson david.aitcheson at gmail.com Go Green! Print this email
only when necessary.





More information about the Xastir mailing list