Your message dated Tue, 28 Sep 2021 00:19:16 +0200
with message-id <4a3cbac5-64dd-b195-2e82-7c43091fad45@xxxxxxxxxx>
and subject line xfsprogs: need config.guess/sub update for riscv64
has caused the Debian Bug report #987093,
regarding xfsprogs: need config.guess/sub update for riscv64
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@xxxxxxxxxxxxxxx
immediately.)
--
987093: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987093
Debian Bug Tracking System
Contact owner@xxxxxxxxxxxxxxx with problems
--- Begin Message ---
- Subject: xfsprogs: need config.guess/sub update for riscv64
- From: Aurelien Jarno <aurel32@xxxxxxxxxx>
- Date: Sat, 17 Apr 2021 13:45:49 +0200
- Delivered-to: submit@xxxxxxxxxxxxxxx
Source: xfsprogs
Version: 5.10.0-4
Severity: important
Tags: ftbfs upstream patch
Justification: Policy 4.3
User: debian-riscv@xxxxxxxxxxxxxxxx
Usertags: riscv64
xfsprogs used to build fine on riscv64 up to version 5.6.0, but the new
upstream version introduced a rollback of the config.guess/sub files
back to 2013. This version is way to old to recognize this architecture,
causing a FTBFS [1].
The short term solution is to update those files from autotools-dev, as
recommended by Debian Policy §4.3. This is what the single patch
below does, by running the dh_update_autotools_config command just
before configure. Restoring those files in the clean rule is done by
dh_clean.
As a long term solution, it would be nice if upstream can ship updated
files in their next releases.
Thanks,
Aurelien
[1] https://buildd.debian.org/status/fetch.php?pkg=xfsprogs&arch=riscv64&ver=5.10.0-4&stamp=1613480689&raw=0
--- xfsprogs-5.10.0/debian/rules
+++ xfsprogs-5.10.0/debian/rules
@@ -42,6 +42,7 @@
.census:
@echo "== dpkg-buildpackage: configure" 1>&2
$(checkdir)
+ dh_update_autotools_config
AUTOHEADER=/bin/true dh_autoreconf
$(options) $(MAKE) $(PMAKEFLAGS) include/platform_defs.h
touch .census
--- End Message ---
--- Begin Message ---
- Subject: xfsprogs: need config.guess/sub update for riscv64
- From: Bastian Germann <bastiangermann@xxxxxxxxxxx>
- Date: Tue, 28 Sep 2021 00:19:16 +0200
- User-agent: Mozilla/5.0 (X11; Linux i686; rv:78.0) Gecko/20100101 Thunderbird/78.14.0
Version: xfsprogs/5.11.0-rc0-1
The bug was fixed via an independent patch by Steve Langasek.
--- End Message ---