All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug#987093: marked as done (xfsprogs: need config.guess/sub update for riscv64)
       [not found] ` <161865994973.3673989.14168990086972212241.reportbug@ohm.local>
@ 2021-09-27 22:21   ` Debian Bug Tracking System
  0 siblings, 0 replies; only message in thread
From: Debian Bug Tracking System @ 2021-09-27 22:21 UTC (permalink / raw)
  To: Bastian Germann

[-- Attachment #1: Type: text/plain, Size: 877 bytes --]

Your message dated Tue, 28 Sep 2021 00:19:16 +0200
with message-id <4a3cbac5-64dd-b195-2e82-7c43091fad45@debian.org>
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@bugs.debian.org
immediately.)


-- 
987093: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987093
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[-- Attachment #2: Type: message/rfc822, Size: 4222 bytes --]

From: Aurelien Jarno <aurel32@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xfsprogs: need config.guess/sub update for riscv64
Date: Sat, 17 Apr 2021 13:45:49 +0200
Message-ID: <161865994973.3673989.14168990086972212241.reportbug@ohm.local>

Source: xfsprogs
Version: 5.10.0-4
Severity: important
Tags: ftbfs upstream patch
Justification: Policy 4.3
User: debian-riscv@lists.debian.org
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

[-- Attachment #3: Type: message/rfc822, Size: 3921 bytes --]

From: Bastian Germann <bastiangermann@fishpost.de>
To: 987093-done@bugs.debian.org
Subject: xfsprogs: need config.guess/sub update for riscv64
Date: Tue, 28 Sep 2021 00:19:16 +0200
Message-ID: <4a3cbac5-64dd-b195-2e82-7c43091fad45@debian.org>

Version: xfsprogs/5.11.0-rc0-1

The bug was fixed via an independent patch by Steve Langasek.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-27 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4a3cbac5-64dd-b195-2e82-7c43091fad45@debian.org>
     [not found] ` <161865994973.3673989.14168990086972212241.reportbug@ohm.local>
2021-09-27 22:21   ` Bug#987093: marked as done (xfsprogs: need config.guess/sub update for riscv64) Debian Bug Tracking System

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.