Re: File search

2022-12-19 Thread zimoun
Hi Ludo, On Mon, 19 Dec 2022 at 22:25, Ludovic Courtès wrote: > I think at this point we could consider integration in Guix proper, > under ‘guix/scripts’. For that we could dismiss commit history. > > That’ll entail extra work (d’oh!) such as fine-tuning, writing tests, > and writing a

Re: Release progress, week 10

2022-12-19 Thread Ludovic Courtès
Hi, zimoun skribis: > On Sun, 18 Dec 2022 at 16:13, Ludovic Courtès wrote: > >> I wrote a couple of paragraphs about this and other things yesterday >> (tried to keep it relatively short). Let me know if you think >> anything’s missing. > > All appears to me good. You do not mention that the

Re: Drafting a Guix blog post on the FHS container

2022-12-19 Thread Ludovic Courtès
Hi Jim, Jim Newsome skribis: > Anyways just thought I'd mention that I recently learned about this > feature, and was able to use it to get a downloaded [Tor Browser > Bundle] running with: That’s another good example, thanks for sharing! It’s especially interesting because the Tor project

Re: File search

2022-12-19 Thread Ludovic Courtès
Hi Antoine! "Antoine R. Dumont (@ardumont)" skribis: > Here is the rough changelog: > > - The local db cache is now versioned. Migration will transparently > happen for users at each index command calls (if need be). Perfect! > - The cli parsing got rewritten to be more flexible (inspired

Re: Experimenting with reduced gcc-lib

2022-12-19 Thread Ludovic Courtès
Hi! Julien Lepiller skribis: > Le 15 décembre 2022 15:34:02 GMT+01:00, "Ludovic Courtès" a > écrit : >>> (outputs '("out";commands, etc. (60+ MiB) >>> - "lib";libgcc_s, libgomp, etc. (15+ >>> MiB) >>> +

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

2022-12-19 Thread Ludovic Courtès
Hi zamfofex, And sorry for the late reply… zamfofex skribis: > hurdauth.c:166:1: error: conflicting types for ‘_S_msg_del_auth’; have > ‘kern_return_t(mach_port_t, task_t, const int *, mach_msg_type_number_t, > const int *, mach_msg_type_number_t)’ {aka ‘int(long unsigned int, long >

Re: guix package path

2022-12-19 Thread zimoun
Hi, On Mon, 19 Dec 2022 at 13:06, Antonio Carlos Padoan Junior wrote: > ~$ guix show -L /home/antonio/git/my-guix sbcl-lispiec > guix show: error: sbcl-lispiec: package not found > > ~$ guix build -L /home/antonio/git/my-guix sbcl-lispiec > guix build: error: sbcl-lispiec: unknown package The

GNU Guix 1.4.0 released

2022-12-19 Thread Ludovic Courtès
We are pleased to announce the release of GNU Guix 1.4.0! This release corresponds to more than 28,000 commits over 18 months by 453 people. It adds new tools such as ‘guix shell’ for environment management and ‘guix home’, which lets you declare your home environment. It refines the user and

Re: guix package path

2022-12-19 Thread Antonio Carlos Padoan Junior
Hi, thanks a lot for your help! zimoun writes: > > This package sbcl-lispiec is indeed not in: > > https://gitlab.com/acpadoanjr/my-guix.git/ > > and there no line 217 inside the file: > > https://gitlab.com/acpadoanjr/my-guix/-/blob/main/my-packages/extra.scm > > Therefore, I guess

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

2022-12-19 Thread Svante Signell
On Thu, 2022-12-15 at 12:17 +0100, Svante Signell wrote: > > Hi, > > The problem is probably that you need to add --enable-add-ons=libpthread to > configure when building first version of cross-glibc. This is to obtain weak > references when building libcstd++ of cross-gcc: > > nm --dynamic

Re: guix package path

2022-12-19 Thread zimoun
Hi, On Mon, 19 Dec 2022 at 08:12, Antonio Carlos Padoan Junior wrote: > This channel is also available here > https://gitlab.com/acpadoanjr/my-guix.git/ > But I want to use it from my local machine while I'm developing. > > Using the GUIX_PACKAGE_PATH, I have a local package (sbcl-lispiec)

Re: Proof of Concept: Import Emacs' use-packaged packages into Guix' manifest.scm

2022-12-19 Thread zimoun
Hi, On Sun, 18 Dec 2022 at 01:54, Mekeor Melire wrote: > What do you think? Should this go into a separate, private > channel? Into the Guix Cookbook? Into Guix, if so, then probably > with lots of changes? Should it just stay here, in this mailing > list thread? Or do you think this is just

Re: Release progress, week 10

2022-12-19 Thread zimoun
Hi, On Sun, 18 Dec 2022 at 16:13, Ludovic Courtès wrote: > I wrote a couple of paragraphs about this and other things yesterday > (tried to keep it relatively short). Let me know if you think > anything’s missing. All appears to me good. You do not mention that the coverage for git-fetch is

Re: Proof of Concept: Import Emacs' use-packaged packages into Guix' manifest.scm

2022-12-19 Thread Andrew Tropin
On 2022-12-18 09:11, Liliana Marie Prikler wrote: > Am Sonntag, dem 18.12.2022 um 01:54 + schrieb Mekeor Melire: >> Nevertheless, for me, personally, it's pretty neat and handy to >> use, because I don't need to maintain the list of emacs-packages >> in two places. I also think that it