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

Bug#948147: marked as done (ax25-apps FTCBFS: configures for the build architecture)



Your message dated Mon, 9 Jan 2023 12:49:09 +0100
with message-id <Y7v/NY6JhHX5fOBM@msg.df7cb.de>
and subject line Re: Bug#948147: ax25-apps FTCBFS: configures for the build architecture
has caused the Debian Bug report #948147,
regarding ax25-apps FTCBFS: configures for the build architecture
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.)


-- 
948147: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948147
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ax25-apps
Version: 0.0.8-rc4-2
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

ax25-apps fails to cross build from source, because it does not pass
--host to ./configure. The easiest way of doing so - using
dh_auto_configure - makes ax25-apps cross buildable. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru ax25-apps-0.0.8-rc4/debian/changelog ax25-apps-0.0.8-rc4/debian/changelog
--- ax25-apps-0.0.8-rc4/debian/changelog	2015-09-14 01:29:06.000000000 +0200
+++ ax25-apps-0.0.8-rc4/debian/changelog	2020-01-04 17:10:49.000000000 +0100
@@ -1,3 +1,10 @@
+ax25-apps (0.0.8-rc4-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 04 Jan 2020 17:10:49 +0100
+
 ax25-apps (0.0.8-rc4-2) unstable; urgency=medium
 
   * debian/control:
diff --minimal -Nru ax25-apps-0.0.8-rc4/debian/rules ax25-apps-0.0.8-rc4/debian/rules
--- ax25-apps-0.0.8-rc4/debian/rules	2015-09-09 16:01:55.000000000 +0200
+++ ax25-apps-0.0.8-rc4/debian/rules	2020-01-04 17:10:34.000000000 +0100
@@ -22,8 +22,7 @@
 	dh_autoreconf
 	#autoreconf --install --force
 	chmod +x configure
-	# Add here commands to compile the package.
-	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --program-transform-name='s@^call@axcall@;s@^listen@axlisten@'
+	dh_auto_configure -- --program-transform-name='s@^call@axcall@;s@^listen@axlisten@'
 	dh_auto_build
 #	$(MAKE)
 

--- End Message ---
--- Begin Message ---
Version: 0.0.8-rc5+git20190411+0ff1383-2

Re: Helmut Grohne
> ax25-apps fails to cross build from source, because it does not pass
> --host to ./configure. The easiest way of doing so - using
> dh_auto_configure - makes ax25-apps cross buildable. Please consider
> applying the attached patch.

This was already fixed a while ago.

Christoph

--- End Message ---

Reply to: