All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Debian Bug Tracking System" <owner@bugs.debian.org>
To: Bastian Germann <bastiangermann@fishpost.de>
Subject: Bug#987093: marked as done (xfsprogs: need config.guess/sub update for riscv64)
Date: Mon, 27 Sep 2021 22:21:04 +0000	[thread overview]
Message-ID: <handler.987093.D987093.16327811623677.ackdone@bugs.debian.org> (raw)
In-Reply-To: 161865994973.3673989.14168990086972212241.reportbug@ohm.local

[-- 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.

           reply	other threads:[~2021-09-27 22:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <161865994973.3673989.14168990086972212241.reportbug@ohm.local>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.987093.D987093.16327811623677.ackdone@bugs.debian.org \
    --to=owner@bugs.debian.org \
    --cc=987093@bugs.debian.org \
    --cc=bastiangermann@fishpost.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.