Your message dated Fri, 09 Jan 2026 12:00:45 +0000
with message-id <[email protected]>
and subject line Bug#1120829: Removed package(s) from unstable
has caused the Debian Bug report #985828,
regarding yubiserver 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 [email protected]
immediately.)
--
985828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985828
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: yubiserver
Version: 0.6-3.1
Tags: patch
User: [email protected]
Usertags: ftcbfs
yubiserver 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 yubiserver cross buildable. Please consider
applying the attached patch.
Helmut
diff --minimal -Nru yubiserver-0.6/debian/changelog
yubiserver-0.6/debian/changelog
--- yubiserver-0.6/debian/changelog 2018-10-27 11:43:28.000000000 +0200
+++ yubiserver-0.6/debian/changelog 2021-03-24 12:40:39.000000000 +0100
@@ -1,3 +1,10 @@
+yubiserver (0.6-3.2) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Wed, 24 Mar 2021 12:40:39 +0100
+
yubiserver (0.6-3.1) unstable; urgency=low
* Non-maintainer upload.
diff --minimal -Nru yubiserver-0.6/debian/rules yubiserver-0.6/debian/rules
--- yubiserver-0.6/debian/rules 2015-06-29 10:39:45.000000000 +0200
+++ yubiserver-0.6/debian/rules 2021-03-24 12:40:38.000000000 +0100
@@ -16,9 +16,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
- # Add here commands to configure the package.
-
- ./configure --prefix=/ --bindir=/usr/bin --sbindir=/usr/sbin
--mandir=/usr/share/man
--with-default-sqlite3-db-file=/var/lib/yubiserver/yubiserver.sqlite
--with-default-yubiserver-log-file=/var/log/yubiserver/yubiserver.log
+ dh_auto_configure -- --prefix=/ --bindir=/usr/bin --sbindir=/usr/sbin
--mandir=/usr/share/man
--with-default-sqlite3-db-file=/var/lib/yubiserver/yubiserver.sqlite
--with-default-yubiserver-log-file=/var/log/yubiserver/yubiserver.log
touch configure-stamp
build: configure-stamp build-arch build-indep
--- End Message ---
--- Begin Message ---
Version: 0.6-3.2+rm
Dear submitter,
as the package yubiserver 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/1120829
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
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---