Re: Rethinking propagated inputs?

2021-09-06 Thread Liliana Marie Prikler
Hi, Am Montag, den 06.09.2021, 14:07 -0400 schrieb Maxim Cournoyer: > Hello, > > Liliana Marie Prikler writes: > > > Hi > > > > Am Sonntag, den 05.09.2021, 18:17 +0200 schrieb Maxime Devos: > > > Liliana Marie Prikler schreef op za 04-09-2021 om 20:24 [+0200]: > > > > Hi Guix, > > > > > > > >

Re: Rethinking propagated inputs?

2021-09-06 Thread Maxim Cournoyer
Hello, Liliana Marie Prikler writes: > Hi > > Am Sonntag, den 05.09.2021, 18:17 +0200 schrieb Maxime Devos: >> Liliana Marie Prikler schreef op za 04-09-2021 om 20:24 [+0200]: >> > Hi Guix, >> > >> > some while ago we made the decision to propagate inputs, that are >> > mentioned in pkg-config

Re: Linux-libre source code will be taken offline

2021-09-06 Thread Leo Famulari
On Sat, Sep 04, 2021 at 01:32:16PM -0700, Jason Self wrote: > The scripts are not being removed and my understanding is that Guix > only uses the scripts anyway. Okay, that's great. We do use the scripts.

[core-updates-frozen] Bug in binutils 1.37

2021-09-06 Thread Guillaume Le Vaillant
Hi, There's a bug in binutils 1.37, which we are using on the core-updates-frozen branch. It's a file descriptor leak that can lead to 'malformed archive' errors when linking libraries. We get this problem at least when building qtwekbit and qtwebengine. A workaround allows us to compile qtwebkit

Re: trezor-agent: using trezor as gpg key

2021-09-06 Thread Attila Lendvai
> strace -f trezor-gpg-agent 2>&1 |grep /dev this helped a lot, thank you! trezor-gpg-agent tries to open /dev/bus/usb/001/010, and a whole bunch of files and dirs under /sys/bus/usb/devices/, i.e. it did *not* touch /dev/hidraw0 nor /dev/usb/hiddev0. the latter of which is not even covered by t

Re: [bug#50347] [RFC PATCH] lint: Warn about kernel modules with a suspect license.

2021-09-06 Thread zimoun
Hi Maxime, On Thu, 02 Sep 2021 at 23:42, Maxime Devos wrote: > This patch adds a 'suspect-license' linter detecting some suspicious > values in the license fields of linux modules: I do not know if it is worth to add a linter for really few corner cases, IMHO. > For zfs, the issue is the CDDL

Re: Rethinking propagated inputs?

2021-09-06 Thread zimoun
Hi, On Sat, 04 Sep 2021 at 20:24, Liliana Marie Prikler wrote: > Does anyone have an idea how we should handle propagations for the sake > of pkg-config? Perhaps we could add "linked-inputs", which are added > when building packages and environments when not using --ad-hoc, but > not when unio