emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61217: closed ([PATCH] build: Correct guix_system on musl libc distr


From: GNU bug Tracking System
Subject: bug#61217: closed ([PATCH] build: Correct guix_system on musl libc distros.)
Date: Thu, 16 Mar 2023 11:32:01 +0000

Your message dated Thu, 16 Mar 2023 12:31:32 +0100
with message-id <87ilf1exuz.fsf@gnu.org>
and subject line Re: bug#61217: [PATCH] build: Correct guix_system on musl libc 
distros.
has caused the debbugs.gnu.org bug report #61217,
regarding [PATCH] build: Correct guix_system on musl libc distros.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61217: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61217
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] build: Correct guix_system on musl libc distros. Date: Wed, 1 Feb 2023 20:25:04 +0000
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add linux-musl* case. This prevents
the macro from mis-parsing the host OS, which causes breakage when
building from source.
---
 m4/guix.m4 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/m4/guix.m4 b/m4/guix.m4
index 700c0dfd4a..147fcc48f4 100644
--- a/m4/guix.m4
+++ b/m4/guix.m4
@@ -58,6 +58,8 @@ AC_DEFUN([GUIX_SYSTEM_TYPE], [
        linux-gnu*)
          # For backward compatibility, strip the `-gnu' part.
          guix_system="$machine_name-linux";;
+       linux-musl*)
+         guix_system="$machine_name-linux";;
        gnu*)
           # Always use i586 for GNU/Hurd.
           guix_system="i586-gnu";;
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#61217: [PATCH] build: Correct guix_system on musl libc distros. Date: Thu, 16 Mar 2023 12:31:32 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Antero Mejr <antero@mailbox.org> skribis:

> * m4/guix.m4 (GUIX_SYSTEM_TYPE): Add linux-musl* case. This prevents
> the macro from mis-parsing the host OS, which causes breakage when
> building from source.

Finally applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]