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

Bug#973979: marked as done (dbmix FTCBFS: confuses build and host architecture)



Your message dated Tue, 09 May 2023 14:59:09 +0000
with message-id <[🔎] E1pwOo1-00H8Js-Pq@fasolo.debian.org>
and subject line Bug#1035774: Removed package(s) from unstable
has caused the Debian Bug report #973979,
regarding dbmix FTCBFS: confuses build and host 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.)


-- 
973979: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973979
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: dbmix
Version: 0.9.8-7
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

dbmix fails to cross build from source, because it confuses the terms
build architecture and host architecture in a quite obvious way. Please
consider applying the attached patch.

Helmut
diff -u dbmix-0.9.8/debian/changelog dbmix-0.9.8/debian/changelog
--- dbmix-0.9.8/debian/changelog
+++ dbmix-0.9.8/debian/changelog
@@ -1,3 +1,9 @@
+dbmix (0.9.8-8) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Fix build vs host confusion. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 07 Nov 2020 20:26:52 +0100
+
 dbmix (0.9.8-7) unstable; urgency=medium
 
   * QA upload.
diff -u dbmix-0.9.8/debian/rules dbmix-0.9.8/debian/rules
--- dbmix-0.9.8/debian/rules
+++ dbmix-0.9.8/debian/rules
@@ -13,7 +13,7 @@
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
   confflags += $(DEB_HOST_GNU_TYPE)
 else
-  confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE)
+  confflags += --host $(DEB_HOST_GNU_TYPE) --build $(DEB_BUILD_GNU_TYPE)
 endif
   
 CFLAGS=-Wall -g

--- End Message ---
--- Begin Message ---
Version: 0.9.8-8+rm

Dear submitter,

as the package dbmix 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/1035774

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

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: