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

Bug#915545: marked as done (aptsh FTCBFS: does not pass --host to ./configure)



Your message dated Wed, 26 Jun 2019 19:19:56 +0000
with message-id <E1hgDSW-000ALa-QN@fasolo.debian.org>
and subject line Bug#930680: Removed package(s) from unstable
has caused the Debian Bug report #915545,
regarding aptsh FTCBFS: does not pass --host to ./configure
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.)


-- 
915545: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915545
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: aptsh
Version: 0.0.8
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

aptsh fails to cross build from source, because it does not pass --host
to ./configure. The easiest way of doing so is letting dh_auto_configure
do it. The attached patch does that and makes aptsh cross buildable.
Please consider applying it.

Helmut
diff --minimal -Nru aptsh-0.0.8/debian/changelog aptsh-0.0.8+nmu1/debian/changelog
--- aptsh-0.0.8/debian/changelog	2016-12-18 22:40:11.000000000 +0100
+++ aptsh-0.0.8+nmu1/debian/changelog	2018-12-04 06:21:49.000000000 +0100
@@ -1,3 +1,10 @@
+aptsh (0.0.8+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Tue, 04 Dec 2018 06:21:49 +0100
+
 aptsh (0.0.8) unstable; urgency=medium
 
   * QA upload
diff --minimal -Nru aptsh-0.0.8/debian/rules aptsh-0.0.8+nmu1/debian/rules
--- aptsh-0.0.8/debian/rules	2007-04-09 16:30:38.000000000 +0200
+++ aptsh-0.0.8+nmu1/debian/rules	2018-12-04 06:21:49.000000000 +0100
@@ -10,7 +10,7 @@
 
 config.status: configure
 	dh_testdir
-	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	CFLAGS="$(CFLAGS)" dh_auto_configure -- '--libexecdir=$${prefix}/lib/aptsh'
 
 
 build: build-stamp
@@ -43,12 +43,6 @@
 	dh_installdirs
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/aptsh
-	
-	mkdir -p $(CURDIR)/debian/aptsh/usr/lib/aptsh/
-	mv $(CURDIR)/debian/aptsh/usr/libexec/aptsh_ls $(CURDIR)/debian/aptsh/usr/lib/aptsh/
-	mv $(CURDIR)/debian/aptsh/usr/libexec/aptsh_rls $(CURDIR)/debian/aptsh/usr/lib/aptsh/
-	mv $(CURDIR)/debian/aptsh/usr/libexec/aptsh_printer $(CURDIR)/debian/aptsh/usr/lib/aptsh/
-	rm -rf $(CURDIR)/debian/aptsh/usr/libexec
 
 binary-indep: build install
 

--- End Message ---
--- Begin Message ---
Version: 0.0.8+rm

Dear submitter,

as the package aptsh has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/930680

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Bastian Blank (the ftpmaster behind the curtain)

--- End Message ---

Reply to: