Your message dated Fri, 26 Jul 2024 18:58:38 +0000 with message-id <[🔎] E1sXQ9G-005eAP-Qw@fasolo.debian.org> and subject line Bug#1075984: Removed package(s) from unstable has caused the Debian Bug report #1000786, regarding davs2 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.) -- 1000786: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000786 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: davs2 FTCBFS: configures for the build architecture
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Sun, 28 Nov 2021 14:28:56 +0100
- Message-id: <YaOEGK/NOClq7PVD@alf.mars>
Source: davs2 Version: 1.6-1 Tags: patch User: debian-cross@lists.debian.org Usertags ftcbfs davs2 fails to cross build from source, because it configures for the build architecture. The upstream configure script is very much unlike autoconf and ignores --host as passed by dh_auto_configure. Instead one is supposed to pass --cross-prefix. Please consider applying the attached patch. Helmutdiff --minimal -Nru davs2-1.6/debian/changelog davs2-1.6/debian/changelog --- davs2-1.6/debian/changelog 2021-04-11 16:02:46.000000000 +0200 +++ davs2-1.6/debian/changelog 2021-11-28 14:04:33.000000000 +0100 @@ -1,3 +1,10 @@ +davs2 (1.6-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Pass --cross-prefix to configure. (Closes: #-1) + + -- Helmut Grohne <helmut@subdivi.de> Sun, 28 Nov 2021 14:04:33 +0100 + davs2 (1.6-1) unstable; urgency=medium [ Ondřej Nový ] diff --minimal -Nru davs2-1.6/debian/rules davs2-1.6/debian/rules --- davs2-1.6/debian/rules 2021-04-11 15:55:39.000000000 +0200 +++ davs2-1.6/debian/rules 2021-11-28 14:04:32.000000000 +0100 @@ -1,5 +1,6 @@ #!/usr/bin/make -f +include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/pkg-info.mk manpage = debian/davs2.1 @@ -10,6 +11,7 @@ override_dh_auto_configure: VER_SHA="$(DEB_DISTRIBUTION)" dh_auto_configure -- \ + --cross-prefix=$(DEB_HOST_GNU_TYPE)- \ --enable-shared \ --enable-pic \ --extra-cflags="${CPPFLAGS} -fvisibility=hidden -DDAVS2_EXPORTS"
--- End Message ---
--- Begin Message ---
- To: 919084-done@bugs.debian.org,980295-done@bugs.debian.org,1000786-done@bugs.debian.org,1019358-done@bugs.debian.org,1024722-done@bugs.debian.org,
- Cc: davs2@packages.debian.org
- Subject: Bug#1075984: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 26 Jul 2024 18:58:38 +0000
- Message-id: <[🔎] E1sXQ9G-005eAP-Qw@fasolo.debian.org>
Version: 1.6-1+rm Dear submitter, as the package davs2 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/1075984 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 ---