Re: List of modules required by linux-modules

2023-01-27 Thread dabb...@gmail.com
Yes yes yes! That's the tip I was hoping for! I've missed CONFIG_SCSI_LOWLEVEL because I was looking for answers here: https://cateee.net/lkddb/web-lkddb/SCSI_ISCI.html. It's the first time that that database gives me wrong information... Conversely, this website is correct: https://www.kernelconfi

Re: New Error For Stackage And Hackage Importers

2023-01-27 Thread Simon Tournier
Hi, On dim., 30 oct. 2022 at 21:40, jgart wrote: > $ guix import stackage bower-json -r > Syntax error: unexpected token : (ghc-options (-Wall > -fno-warn-missing-signatures)) (at line 58, column 2) > Syntax error: unexpected end of input > $ guix import hackage bower-json -r > Syntax error: un

Re: icecat warning

2023-01-27 Thread Tobias Geerinckx-Rice
Hi Greg! Greg Hogan 写道: "WARNING: IceCat 102 has not yet been released by the upstream IceCat project. This is a preview release, and does not currently meet the privacy-respecting standards of the IceCat project." Why? This warning was added[0] and is still maintained[1] by Mark H Weaver

icecat warning

2023-01-27 Thread Greg Hogan
Guix, The icecat package description currently includes the warning: "WARNING: IceCat 102 has not yet been released by the upstream IceCat project. This is a preview release, and does not currently meet the privacy-respecting standards of the IceCat project." Why? The icecat project states [1]

Re: shebang for python script?

2023-01-27 Thread jgart
> An attempt here: Awesome! Thanks for sending that. Much appreciated! all best, jgart

Re: shebang for python script?

2023-01-27 Thread Simon Tournier
Hi, On ven., 27 janv. 2023 at 06:10, "jgart" wrote: > Should we document this approach in the manual somewhere? An attempt here: Cheers, simon

Re: List of modules required by linux-modules

2023-01-27 Thread Tobias Geerinckx-Rice
Hi, dabb...@gmail.com 写道: I've stopped the kernel build after the config phase and I've inspected the resulting .config file. There's no evidence of CONFIG_SCSI_ISCI in there, not even "# CONFIG_SCSI_ISCI is not set". CONFIG_SCSI_ISCI depends on CONFIG_SCSI_LOWLEVEL. Is it set? That's the o