GMP GCC C++ Hurd cross-build failure on core-updates

2022-12-03 Thread zamfofex
Hello, Guix! I have been trying to update the Hurd packages to their latest commits in the hopes that I can eventually get networking with netdde functioning. In , I got something that seemed to be working at first (at least it progressed farther than the stat

Re: Release progress, week 8

2022-12-03 Thread Maxim Cournoyer
Hi Simon, zimoun writes: > Hi Ludo, > > On Fri, 02 Dec 2022 at 23:45, Ludovic Courtès wrote: > >> I started writing super long release notes (a book!), comments welcome: >> >> >> https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website/drafts/gnu-guix-1.4.0-released.md >> >> Comm

Re: branch master updated: doc: Recommend avoiding execl, execle or execlp in mcron job specifications.

2022-12-03 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hello, > > guix-comm...@gnu.org skribis: > >> diff --git a/doc/guix.texi b/doc/guix.texi >> index e547d469f4..caa6976a82 100644 >> --- a/doc/guix.texi >> +++ b/doc/guix.texi >> @@ -18940,9 +18940,8 @@ gexps to introduce job definitions that are passed >> to

Re: Potential minor API change notice

2022-12-03 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Maxim Cournoyer skribis: > >> Ludovic Courtès writes: >> >>> Hi, >>> >>> Maxim Cournoyer skribis: >>> This is a heads up to let you know that the %BASE-PACKAGES-DISK-UTILITIES public variable exported from (gnu system) may be removed in the

missing sanity check

2022-12-03 Thread Vagrant Cascadian
On 2022-12-03, Ludovic Courtès wrote: > Vagrant Cascadian skribis: > >> In guix/packages.scm: >> 1295:37 5 (_) >> 1555:16 4 (package->bag _ _ _ #:graft? _) >> 1652:22 3 (thunk) >> In guix/gexp.scm: >> 523:11 2 (lower "python-gwcs-0.18.2" #:source _ #:inputs _ # _ . #) >>

Re: GNU Guix 1.4.0rc1 available for testing!

2022-12-03 Thread John Kehayias
On Thu, Dec 01, 2022 at 10:17 AM, Ludovic Courtès wrote: > Hello Guix! > > The first release candidate of the upcoming 1.4.0 release is now > available for testing: > Thanks for all the hard work everyone, and especially to Ludo’ for helping herd (no pun intended) the cats to get us to this poin

GDB is Unable to find libthread_db

2022-12-03 Thread Attila Lendvai
dear Guixers, i'm trying to debug: https://issues.guix.gnu.org/58191 which is essentally that gpaste sigsegv's: $ gpaste-client --version (/home/alendvai/.guix-home/profile/bin/gpaste-client:6955): GPaste-CRITICAL **: 21:23:48.100: Error calling StartServiceByName for org.gnome.GPaste: Proc

Re: GNU Guix 1.4.0rc1 available for testing!

2022-12-03 Thread pelzflorian (Florian Pelz)
Hello Svante, Svante Signell writes: > What about hurd? Hurd can be used with QEMU on Linux-based Guix System; see the childhurd section in the manual. However, I tried and somewhat failed to run on my real hardware (a Beebox mini PC): When booting, the Hurd runs an rc script which freezes. I

Re: Guile-Gcrypt 0.4.0 released

2022-12-03 Thread Vagrant Cascadian
On 2022-12-01, Ludovic Courtès wrote: > I’m pleased to announce Guile-Gcrypt version 0.4.0: > > git clone https://notabug.org/cwebber/guile-gcrypt.git > cd guile-gcrypt > git checkout v0.4.0 # or 425554d4327eeeb60c39e3d4a1b7bc5e36b63953 > git tag -v v0.4.0 FWIW, I updated guile-gcrypt to

Re: guix emacs package MELPA/ELPA

2022-12-03 Thread Stefan Kangas
Akib Azmain Turja writes: > GNU ELPA (elpa.gnu.org) is not the correct place for guix.el. GNU ELPA > is for the packages that are part of GNU Emacs but not distributed with > Emacs; therefore FSF holds the copyright of those packages. > > NonGNU ELPA is the correct place, it is for all types of

Re: File search

2022-12-03 Thread Ludovic Courtès
Hi Antoine, "Antoine R. Dumont (@ardumont)" skribis: > After toying a bit with the initial code, I took the liberty to make it > a guix extension (we discussed it a bit with @zimoun). It was mostly to > get started with Guile (I know some lisp implems but not this one so i > had to familiarize m

Re: guix emacs package MELPA/ELPA

2022-12-03 Thread Eli Zaretskii
> From: Stefan Kangas > Date: Sat, 3 Dec 2022 08:57:07 -0800 > Cc: guix-devel@gnu.org, emacs-de...@gnu.org > > The main difference between GNU ELPA and NonGNU ELPA is that the former > requires all copyright to be assigned to the Free Software Foundation, > whereas the latter does not. Not only

Re: Release progress, week 8

2022-12-03 Thread Julien Lepiller
Do we string freeze? Le 2 décembre 2022 23:45:04 GMT+01:00, "Ludovic Courtès" a écrit  : >Hello Guix! > >Release progress: week 8. > >Apologies for not sending this one on time this Thursday; instead we got >RC1, which is nice. :-) > > https://lists.gnu.org/archive/html/guix-devel/2022-12/msg00

Re: Release progress, week 8

2022-12-03 Thread Ludovic Courtès
Hi! Vagrant Cascadian skribis: > In guix/packages.scm: > 1295:37 5 (_) > 1555:16 4 (package->bag _ _ _ #:graft? _) > 1652:22 3 (thunk) > In guix/gexp.scm: > 523:11 2 (lower "python-gwcs-0.18.2" #:source _ #:inputs _ # _ . #) > 460:52 1 (%local-file #f # …) > In u

Re: GNU Guix 1.4.0rc1 available for testing!

2022-12-03 Thread Ludovic Courtès
Hi! Ahmed Khanzada skribis: > Thank you, Paren and Simon. That was easy. :) > > I am now on a seemingly stable Guix 1.4 and GNU/Linux kernel 6. Note that 1.4 is not released yet (it’s a release candidate at this point), but it’s good to know that it works for you. Thanks for testing! Ludo’.

Re: Help with G-expression

2022-12-03 Thread Ludovic Courtès
Hi, zimoun skribis: > On Fri, 02 Dec 2022 at 22:30, Ludovic Courtès wrote: > >> Oops, that one is a new bug due to >> 54003af85cc5b689bd328b30617c93ed2f5fd647. I’ll look into it. > > Ah, a good news. :-) Fixed in 9672db290a35f59113682a7f0c17c050a4ae2578. […] > How can I guess that this > mo

Re: GNU Guix 1.4.0rc1 available for testing!

2022-12-03 Thread Kaelyn
--- Original Message --- On Saturday, December 3rd, 2022 at 9:50 AM, zimoun wrote: > > > Hi, > > On Fri, 02 Dec 2022 at 17:17, Ahmed Khanzada m...@enzu.ru wrote: > > > How can I switch my current GNU Guix installation over to 1.4? > > Afterwards, how could I switch it back? Is that

Re: Licence of the Guix blog posts

2022-12-03 Thread Thiago Jung Bauermann
Hello Ludo, Ludovic Courtès writes: > You might remember that I started long ago asking people who had > contributed to the blog whether they would agree to licensing their work > under CC-BY-SA 4.0 and GFDL version 1.3 or later, with no Invariant > Sections, no Front-Cover Texts, and no Back-

Re: guix emacs package MELPA/ELPA

2022-12-03 Thread Akib Azmain Turja
Arvid Krein writes: > Hello guix-devel, > > this is my first time writing to this list so I hope I am at the right > place. > I noticed that the guix package for emacs was moved from being > developed at Github/Gitlab to Savannah. There is the guix package Thanks for letting me know, I thought g

Re: GNU Guix 1.4.0rc1 available for testing!

2022-12-03 Thread Ahmed Khanzada
Thank you, Paren and Simon. That was easy. :) I am now on a seemingly stable Guix 1.4 and GNU/Linux kernel 6. I'll look into submitting a pull request to the documentation in the spot where I had expected to find this information.

Re: Release progress, week 8

2022-12-03 Thread zimoun
Hi Ludo, On Fri, 02 Dec 2022 at 23:45, Ludovic Courtès wrote: > I started writing super long release notes (a book!), comments welcome: > > > https://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website/drafts/gnu-guix-1.4.0-released.md > > Comments? Suggestions? Happiness? Excitem

Re: GNU Guix 1.4.0rc1 available for testing!

2022-12-03 Thread zimoun
Hi, On Fri, 02 Dec 2022 at 17:17, Ahmed Khanzada wrote: > How can I switch my current GNU Guix installation over to 1.4? > Afterwards, how could I switch it back? Is that all safe to do so? I guess some usual, guix pull --branch=version-1.4.0 guix system reconfigure then guix pul