Re: guix home

2021-03-14 Thread Ryan Prior
On March 14, 2021, Joshua Branson wrote: > Andrew Tropin writes: > > > There is an implementation of `guix home` subcommand, which behaves > > similar to `guix system` Thanks for sharing this Andrew, it looks awesome & I'm going to give it a try! What do you think about changing the command? It

Re: Guile Netlink 1.0 released

2021-03-14 Thread Julien Lepiller
Thanks for the feedback Vincent and Vladimir! Le Sun, 14 Mar 2021 16:12:05 -0700, Vladimir Sedach a écrit : > Julien Lepiller writes: > > I'm proud to announce the first release of Guile Netlink! > > This is great! I have been wishing for this for Guile ever since I > started using Guix. Tha

Re: [bootstrappable] Re: Can Guile be bootstrapped from source without psyntax-pp.scm?

2021-03-14 Thread Michael Schierl
Hello Jan, Am 14.03.2021 um 14:57 schrieb Jan Nieuwenhuizen: Michael Schierl writes: Hello, For the record, I have written a psyntax implementation that can be used by Guile (3.0.2) and does not require an expanded version of itself. Oh, that's amazing! I see that you are using make-syn

Re: Can Guile be bootstrapped from source without psyntax-pp.scm?

2021-03-14 Thread Michael Schierl
Hello, Jan Nieuwenhuizen wrote to guile-u...@gnu.org[1] on 07 Jul 2017: Mark H Weaver writes: Does this mean Guile is not bootstrappable from source only? That's correct. psyntax-pp.scm is not source code, and it is needed to bootstrap Guile. I'm facing the same problem with Mes. I ha

Re: Guile Netlink 1.0 released

2021-03-14 Thread Vladimir Sedach
Julien Lepiller writes: > I'm proud to announce the first release of Guile Netlink! This is great! I have been wishing for this for Guile ever since I started using Guix. Thank you. Vincent Legoll writes: >> (addr-add "enp1s0" "2001:db8::1a4c/64" #:ipv6? #t) > > what does the "ipv6?" parame

Re: bsdiff package vulnerable to CVE-2020-14315

2021-03-14 Thread Mark H Weaver
Léo Le Bouter writes: > On Wed, 2021-03-10 at 12:32 -0500, Leo Famulari wrote: >> Well, we could also just remove this package. It sounds like it is >> not >> supported on Linux. Does it offer some unique functionality? > > I would advocate for removal of the package, or at least warning about >

Re: Examples on why ungrafting is necessary

2021-03-14 Thread Leo Famulari
On Thu, Mar 11, 2021 at 02:16:16PM +0100, zimoun wrote: > Updating the package r-chemminer, it leads to this huge stack of > grafts. To be concrete, it is 84 grafts for a “simple” R packages. On > my machine, the grafting steps are longer than building (compiling and R > dance). The performance

Re: Guile Netlink 1.0 released

2021-03-14 Thread Vincent Legoll
Hello, just a few questions about the API On Sun, Mar 14, 2021 at 8:31 PM Julien Lepiller wrote: > ;; same as "ip a add 192.0.2.15/24 dev enp1s0 > (addr-add "enp1s0" "192.0.2.15/24") Why not separating the netmask from the address ? It forces to do string manipulation, and prevent the use

Guile Netlink 1.0 released

2021-03-14 Thread Julien Lepiller
Hi! I'm proud to announce the first release of Guile Netlink! git clone https://git.lepiller.eu/git/guile-netlink cd guile-netlink git checkout 1.0 # or 29ff43368f1cc2d10a7e5f09dc9f80f85582d6ee git tag -v 1.0 The 'git tag -v' command check the authenticity of your checkout. You may need

Re: 01/09: gnu: Add python-sphobjinv.

2021-03-14 Thread Mathieu Othacehe
Hello, > + (patches (search-patches "python-sphobjinv-system-ca.patch" Looks like this patch is missing, causing an evaluation failure. Thanks, Mathieu

Re: 01/09: gnu: Add python-sphobjinv.

2021-03-14 Thread Mathieu Othacehe
Hello, > + (patches (search-patches "python-sphobjinv-system-ca.patch" Looks like this patch is missing, causing an evaluation failure. Thanks, Mathieu

Re: GNU Mes 0.23 released

2021-03-14 Thread Efraim Flashner
Great work everybody! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

GNU Mes 0.23 released

2021-03-14 Thread Jan Nieuwenhuizen
We are happy to announce the release of GNU Mes 0.23, representing 125 commits over one year by four people. Mes was ported to ARM and can now be used in the GNU Guix Reduced Binary Seed bootstrap as described here https://guix.gnu.org/blog/2020/guix-further-reduces-bootstrap-seed-to-25/ and

Re: Examples on why ungrafting is necessary

2021-03-14 Thread Joshua Branson
zimoun writes: > Hi, > > Updating the package r-chemminer, it leads to this huge stack of > grafts. To be concrete, it is 84 grafts for a “simple” R packages. On > my machine, the grafting steps are longer than building (compiling and R > dance). > > We definitively need a way to tackle this.

Re: guix home

2021-03-14 Thread Joshua Branson
Andrew Tropin writes: > Hi guix! > > There is an implementation of `guix home` subcommand, which behaves > similar to `guix system`, allowing declaratively manage applications and > their configurations, but for a particular user, not the whole OS: > https://git.sr.ht/~abcdw/rde/tree/master/item/

Re: [bootstrappable] Re: Can Guile be bootstrapped from source without psyntax-pp.scm?

2021-03-14 Thread Jan Nieuwenhuizen
Michael Schierl writes: Hello, > Jan Nieuwenhuizen wrote to guile-u...@gnu.org[1] on 07 Jul 2017: >> Mark H Weaver writes: >> Does this mean Guile is not bootstrappable from source only? >>> >>> That's correct. psyntax-pp.scm is not source code, and it is needed to >>> bootstrap Guile. >> >

Re: Release on April 18th?

2021-03-14 Thread Vincent Legoll
Hello Chris, On Fri, Mar 12, 2021 at 7:42 PM Chris Marusich wrote: > Vincent Legoll writes: > > I rebuilt guix on core-updates with gcc-8 succesfully > > I'll now try the same above wip-ppc64le. > > Awesome! Thank you for doing this. I'm sure there will be some bumps, > and the sooner we can f