unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#67586: guix package: error: package glibc-locales@2.37 does not support x86_64-linux
@ 2023-12-02 17:03 Nils Landt
  2023-12-03 22:11 ` TakeV via Bug reports for GNU Guix
  2023-12-06 22:58 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Nils Landt @ 2023-12-02 17:03 UTC (permalink / raw)
  To: 67586

Hello,

I use guix home for almost everything, but I have installed glibc-locales in my "regular" guix (just by running guix package install glibc-locales).
Now, running guix package --upgrade fails with:
guix package: error: package glibc-locales@2.37 does not support x86_64-linux

But from my reading of (gnu packages base), glibc-locales version should be the same as glibc version. This is not the case for me though:
guix repl
GNU Guile 3.0.9
Copyright (C) 1995-2023 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guix-user)> ,use (gnu packages)
scheme@(guix-user)> (specification->package "glibc-locales")
$1 = #<package glibc-locales@2.37 gnu/packages/base.scm:1276 7f4de8bd0420>
scheme@(guix-user)> (specification->package "glibc")
$2 = #<package glibc@2.35 gnu/packages/base.scm:795 7f4de8bb76e0>

In my home profile, I was able to fix it by using (make-glibc-locales glibc) instead of (specification->package "glibc-locales").




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-14 18:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-02 17:03 bug#67586: guix package: error: package glibc-locales@2.37 does not support x86_64-linux Nils Landt
2023-12-03 22:11 ` TakeV via Bug reports for GNU Guix
2023-12-06 22:58 ` Ludovic Courtès
2023-12-07  8:00   ` Nils Landt
2023-12-14 18:11     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).