bug#62215: Cuirass search doesn't show exact matches first

2023-03-15 Thread Csepp
Tried looking up the CI status of GHC on i686-linux on Cuirass, gave up after 3 pages of ghc-... packages. Also tried the "name" field, as in name:ghc and name:ghc-9.2.5, but neither worked. Regex does not seem to be supported either, so "ghc$" didn't work. Cuirass should just use the same search

bug#62213: GSSH ERROR while sending store items with 'guix deploy'

2023-03-15 Thread Maxim Cournoyer
Hi, I'm trying to update one of my machines using 'guix deploy' and I keep getting the following error: --8<---cut here---start->8--- guix deploy: sending 599 store items (3,794 MiB) to 'x200.local'... 20% ▕███▋

bug#62206: "guix import hackage" not working

2023-03-15 Thread Philip Kaludercic
Hi, I was interested in writing a package specification for the haskell language server, but when I attempt to import the package I encounter an undecipherable stack trace: --8<---cut here---start->8--- $ guix import hackage haskell-language-server Backtrace:

bug#62064: Why is only rust-1.60 exported when 1.65 is defined?

2023-03-15 Thread Matthew James Kraai
Hi, I believe that rust-1.60 is exported when 1.65 is defined because changing the exported version would require rebuilding too many dependencies. unmatched-paren mentioned adding a rust-latest package on IRC to avoid this issue. -- Matt

bug#62203: Relocating AUX_FILES from Makefile.am into gnu/local.mk

2023-03-15 Thread Bruno Victal
It's strange that while package patches (gnu/packages/patches/) are registered in gnu/local.mk, aux-files (gnu/packages/aux-files/) are registered under Makefile.am. Is there anything stopping AUX_FILES from being moved into gnu/local.mk ? Bruno

bug#62174: Cannot use modules with an inferior kernel.

2023-03-15 Thread Jelle Licht
Robby Zambito writes: > Liliana Marie Prikler writes: >> I think you should try to pin the kernel modules as well. If that >> still doesn't work as intended (it very well might), we have a proper >> case of something that should work but doesn't. >> >> Cheers > > Thanks for the suggestion. I te