bug#40272: linux-module-build-system don't support an inferior package as a kernel

2021-08-03 Thread Ludovic Courtès
Hi Danny! Danny Milosavljevic skribis: > On Sun, 01 Aug 2021 18:46:00 +0200 > Ludovic Courtès wrote: [...] >> In this case, the problem is that (@ (guix build-system linux-module) >> lower) assumes that ‘linux’ is a : >> >> (build-inputs `(,@(if source >> `(("so

bug#40272: linux-module-build-system don't support an inferior package as a kernel

2021-08-03 Thread Ludovic Courtès
Maxime Devos skribis: > Brice Waegeneire schreef op zo 01-08-2021 om 22:59 [+0200]: >> ice-9/boot-9.scm:1685:16: In procedure raise-exception: >> In procedure package-name: Wrong type argument: #> linux-libre@5.12.19 7f8aed887420> >> --8<---cut here---end--->8-

bug#40272: linux-module-build-system don't support an inferior package as a kernel

2021-08-02 Thread Danny Milosavljevic
Hi, On Sun, 01 Aug 2021 18:46:00 +0200 Ludovic Courtès wrote: > Brice Waegeneire skribis: > > > In guix/build-system/linux-module.scm: > >132:22 3 (lower "ddcci-driver-linux-0.3.3" #:source _ #:inputs _ > > #:native-inputs _ #:outputs _ #:system _ #:target _ #:linux _ . _) > > In ice-9/b

bug#40272: linux-module-build-system don't support an inferior package as a kernel

2021-08-02 Thread Maxime Devos
Brice Waegeneire schreef op zo 01-08-2021 om 22:59 [+0200]: > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > In procedure package-name: Wrong type argument: # linux-libre@5.12.19 7f8aed887420> > --8<---cut here---end--->8--- > > > If we want to go fur

bug#40272: linux-module-build-system don't support an inferior package as a kernel

2021-08-01 Thread Brice Waegeneire
Hello Ludo’, Ludovic Courtès writes: > [...] > In this case, the problem is that (@ (guix build-system linux-module) > lower) assumes that ‘linux’ is a : > > (build-inputs `(,@(if source > `(("source" ,source)) > '()) >

bug#40272: linux-module-build-system don't support an inferior package as a kernel

2021-08-01 Thread Ludovic Courtès
Hi, Brice Waegeneire skribis: > In guix/build-system/linux-module.scm: >132:22 3 (lower "ddcci-driver-linux-0.3.3" #:source _ #:inputs _ > #:native-inputs _ #:outputs _ #:system _ #:target _ #:linux _ . _) > In ice-9/boot-9.scm: > 1685:16 2 (raise-exception _ #:continuable? _) > 1685:

bug#40272: linux-module-build-system don't support an inferior package as a kernel

2021-08-01 Thread Brice Waegeneire
Brice Waegeneire writes: > Message Body > Hello, > > The linux-module-build-system crash when using an inferior package as > the > kernel. I have first reported the issue in the second part of[0] and > latter, reading[1] made me realize that the root cause was in `(guix > `build-system linux-mod

bug#40272: linux-module-build-system don't support an inferior package as a kernel

2020-03-28 Thread Brice Waegeneire
Message Body Hello, The linux-module-build-system crash when using an inferior package as the kernel. I have first reported the issue in the second part of[0] and latter, reading[1] made me realize that the root cause was in `(guix `build-system linux-module)' and not directly related to the