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

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

bug#73065: closed (glibc-supported-locales needs zstd)


From: GNU bug Tracking System
Subject: bug#73065: closed (glibc-supported-locales needs zstd)
Date: Mon, 09 Sep 2024 18:33:01 +0000

Your message dated Mon, 09 Sep 2024 20:32:06 +0200
with message-id <87seu8adax.fsf_-_@gnu.org>
and subject line Re: bug#73065: glibc-supported-locales needs zstd
has caused the debbugs.gnu.org bug report #73065,
regarding glibc-supported-locales needs zstd
to be marked as done.

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


-- 
73065: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73065
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: glibc-supported-locales needs zstd Date: Fri, 06 Sep 2024 13:03:53 +0200
I'm trying to build the installer with

    guix system image -t iso9660 gnu/system/install.scm

This fails:

    build of 
/gnu/store/64r5f7ikrjwzs9bslhfabv1p8r5gzk83-glibc-supported-locales.scm.drv 
failed

--8<---------------cut here---------------start------------->8---
tar (child): zstd: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Backtrace:
           3 (primitive-load "/gnu/store/3jkscaxiws5q79bhyklw9y65qib?")
In ice-9/eval.scm:
    619:8  2 (_ #f)
In guix/build/gnu-build-system.scm:
   208:10  1 (unpack #:source _)
In guix/build/utils.scm:
    822:6  0 (invoke "tar" "xvf" "/gnu/store/3rqf5bv8zl4wdy1vmgzsfwq?")

guix/build/utils.scm:822:6: In procedure invoke:
ERROR:
  1. &invoke-error:
      program: "tar"
      arguments: ("xvf" 
"/gnu/store/3rqf5bv8zl4wdy1vmgzsfwqiw094x3pv-glibc-2.39.tar.zst")
      exit-status: 2
      term-signal: #f
      stop-signal: #f
--8<---------------cut here---------------end--------------->8---

Looking at gnu/system/locale.scm I can see that the PATH does not
include zstd but only xz.

Adding

     #+(file-append zstd "/bin") ":"

to the PATH definition in glibc-supported-locales fixed this for me.

-- 
Ricardo



--- End Message ---
--- Begin Message --- Subject: Re: bug#73065: glibc-supported-locales needs zstd Date: Mon, 09 Sep 2024 20:32:06 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Hello,

Ricardo Wurmus <rekado@elephly.net> skribis:

> * gnu/system/locale.scm (glibc-supported-locales): Add zstd to PATH.
>
> Fixes <https://issues.guix.gnu.org/73065>.
>
> Change-Id: I8f553636789df598937c30adca79cef8cf077337

Pushed a similar thing just today (oops!) as
9d17cda3d915e1226494a1983ef95a3c600acf9d.

Thanks!

Ludo’.


--- End Message ---

reply via email to

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