Re: Plan for a release!

2020-02-25 Thread Jonathan Brielmaier
On 24.02.20 23:55, Vincent Legoll wrote:>> • (Optionally) have an automated test that installs the binary tarball >> on Debian or similar. > > I'm (slowly) working on this. I have some bash script doing the work, but > that cannot be run from guix itself because it requires libguestfs. So I'm

Re: Plan for a release!

2020-02-25 Thread Vincent Legoll
Hello, On Tue, Feb 25, 2020 at 3:00 PM Jonathan Brielmaier wrote: > Can you give us a link to your work (git or so). I'm very interested in > this stuff, to use it on openSUSE. tunctl and libguestfs are already > packaged for openSUSE. So it should be useable. OK, I'll post it to the ML when I'm

Re: Plan for a release!

2020-02-25 Thread Joshua Branson
Ludovic Courtès writes: > Hi Guix! > > I’m going on vacation for a bit, but I think we should finally get that > release out! Here’s the list of things to do I have in mind: > > • We need Guile 3.0.1 to fix ‘guix pull’ etc. on AArch64 and possibly > JIT on ARMv7: > > https://issues.g

Networking service without real-time clock

2020-02-25 Thread Stefan
Hello Guix! I spent some effort to have Guix System running on a Raspberry Pi 3b via NFS root filesystem. During this course I had some troubles which I need to work around. One of this is an old bug in ISC’s dhclient, which is used by default in dhcp-client-service-type. This bug is described

Re: rav1e AV1 encoder

2020-02-25 Thread Leo Famulari
On Fri, Feb 21, 2020 at 04:15:43AM -0500, Martin Becze wrote: > On 2/20/20 5:43 PM, Leo Famulari wrote: > > And if so, should it > > be done as a single commit? Or one-by-one? > > One-by-one unfortunately I've been working on this and I've committed about 3000 lines of these packages by hand. Bu

Re: rav1e AV1 encoder

2020-02-25 Thread John Soo
Hi Leo, > Since the packages refer to each other, committing them individually breaks the build until the entire commit series is complete. This will break `git bisect` for 267 commits (the number of packages). You should be committing packages in topological order but the file order is alphabe

Re: rav1e AV1 encoder

2020-02-25 Thread Leo Famulari
On Tue, Feb 25, 2020 at 01:21:18PM -0800, John Soo wrote: > You should be committing packages in topological order but the file > order is alphabetical. > > Good luck, rust is a ton of work. Okay, that makes sense. I tried to use `guix graph` to learn the shape of the package graph but it doesn

Re: New committer

2020-02-25 Thread Amin Bandali
Hi Ludo’, Ludovic Courtès writes: > Hi, > > Amin Bandali skribis: > >> You may have seen me post on the Guix lists, chat in #guix on freenode >> (as bandali), or know me from my involvement with other areas of GNU. >> I've been a happy user and occasional contributor to GNU Guix for some >> tim

Re: rav1e AV1 encoder

2020-02-25 Thread Efraim Flashner
On Tue, Feb 25, 2020 at 11:14:29PM -0500, Leo Famulari wrote: > On Tue, Feb 25, 2020 at 01:21:18PM -0800, John Soo wrote: > > You should be committing packages in topological order but the file > > order is alphabetical. This is at least partially my fault; I suggested that the packages be sorted