Re: Custom libre kernel configuration

2021-11-13 Thread phodina
Thanks Tobia, > You're not matching numbers here: ‘number’ is your chosen variable name, not > magic. It could be ‘foo’. It could be anything, without changing the effect > of this code. > > > ((option . string) > >(string-append option "=\\"" string

Re: bluez builds successfully but check fails on test-crypto.c

2021-11-13 Thread Hartmut Goebel
Am 05.11.21 um 17:29 schrieb luke hayes: I am not sure if this is a bug or a problem related to my specific machine. What is the best way to fix this issue? In these cases I typically try to understand the test-case (source) to see whether this is an issue related to guix. -- Regards Hartmu

Re: Custom libre kernel configuration

2021-11-13 Thread Stefan
Hi Petr! > However, the CONFIG_ANDROID_BINDER_IPC is still not part of the config :-/ It is possible that these settings have conflicts or unfulfilled dependencies. Maybe try my patch series¹ and use the modify-linux function. It creates a defconfig file from a linux package and applies your se

Re: Custom libre kernel configuration devolving into Anbox review I guess

2021-11-13 Thread Tobias Geerinckx-Rice
Petr, phodina 写道: Though the issue seems to come from the Archlinux Wiki[1] where they supply wrong CONFIG options. Well… yes, it's a wiki. The Arch one in particular has a reputation to uphold. Still, it[1] doesn't suggest either of the problematic + ("CONFIG_ASHMEM" . m) + ("CONFIG_

Re: Custom libre kernel configuration devolving into Anbox review I guess

2021-11-13 Thread Tobias Geerinckx-Rice
Tobias Geerinckx-Rice 写道: So don't waste time hunting down dependencies which don't exist. The third-party modules[2] were never part of Linux and are by now well obsolete. Seems like there's a random fork[0] that still compiles with 5.14. Not that I personally recommend following that white

Re: Custom libre kernel configuration devolving into Anbox review I guess

2021-11-13 Thread phodina
Tobias, On Saturday, November 13th, 2021 at 1:23 PM, Tobias Geerinckx-Rice wrote: > Petr, > > phodina 写道: > > > Though the issue seems to come from the Archlinux Wiki[1] where > they > > supply wrong CONFIG options. > > Well… yes, it's a wiki. The Arch one in particular has a reputation to uph