GNU bug report logs - #49149
[PATCH 0/7] Add deb format for guix pack.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 21 Jun 2021 06:11:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #80 received at 49149 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, 49149 <at> debbugs.gnu.org
Subject: Re: [bug#49149] [PATCH v2 7/7] pack: Add support for the deb format.
Date: Sat, 26 Jun 2021 18:58:28 +0200
[Message part 1 (text/plain, inline)]
Maxim Cournoyer schreef op do 24-06-2021 om 00:40 [-0400]:
> +            (define (gnu-machine-type->debian-machine-type type)
> +              "Translate machine TYPE from the GNU to Debian terminology."
> +              ;; Debian has its own jargon, different from the one used in GNU, for
> +              ;; machine types (see data/cputable in the sources of dpkg).
> +              (match type
> +                ("i686" "i386")
> +                ("x86_64" "amd64")

I'd add i586->i386 here as well, to allow the "i586-gnu" target (for the Hurd).
(Debian has a Hurd port: https://www.debian.org/ports/hurd/).
Maybe more is needed for proper Hurd support though.

For completeness, I'd also add i486->i386,
to allow "guix pack hello --target=i486-linux-gnu --format=tarball"
as well. Ok, i486-linux-gnu isn't a ‘supported’ cross-target, but why not?

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 42 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.