* bug#32593: bad error message when kernel module does not exist
@ 2018-08-30 15:24 Ricardo Wurmus
2018-09-02 13:48 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2018-08-30 15:24 UTC (permalink / raw)
To: 32593
When a system is built that requests a kernel module that does not
exists, this is the error message a user will see:
--8<---------------cut here---------------start------------->8---
Backtrace:
8 (primitive-load "/gnu/store/vz7ci9rh483f2zps2cl174rd91b?")
In ice-9/eval.scm:
619:8 7 (_ #f)
626:19 6 (_ #<directory (guile-user) 7cf140>)
159:9 5 (_ _)
In gnu/build/linux-modules.scm:
184:47 4 (recursive-module-dependencies _ #:lookup-module _)
98:14 3 (module-dependencies _)
85:18 2 (modinfo-section-contents _)
In ice-9/ports.scm:
439:11 1 (call-with-input-file #f #<procedure get-bytevector-al?> ?)
In unknown file:
0 (open-file #f "r" #:encoding #f #:guess-encoding #f)
ERROR: In procedure open-file:
Wrong type (expecting string): #f
builder for `/gnu/store/0ahsvp7wx52zzh1rywbdbq78llcwb7id-linux-modules.drv' failed with exit code 1
--8<---------------cut here---------------end--------------->8---
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#32593: bad error message when kernel module does not exist
2018-08-30 15:24 bug#32593: bad error message when kernel module does not exist Ricardo Wurmus
@ 2018-09-02 13:48 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-09-02 13:48 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: 32593-done
Hello,
Ricardo Wurmus <rekado@elephly.net> skribis:
> When a system is built that requests a kernel module that does not
> exists, this is the error message a user will see:
>
> Backtrace:
> 8 (primitive-load "/gnu/store/vz7ci9rh483f2zps2cl174rd91b?")
> In ice-9/eval.scm:
> 619:8 7 (_ #f)
> 626:19 6 (_ #<directory (guile-user) 7cf140>)
> 159:9 5 (_ _)
> In gnu/build/linux-modules.scm:
> 184:47 4 (recursive-module-dependencies _ #:lookup-module _)
> 98:14 3 (module-dependencies _)
> 85:18 2 (modinfo-section-contents _)
> In ice-9/ports.scm:
> 439:11 1 (call-with-input-file #f #<procedure get-bytevector-al?> ?)
> In unknown file:
> 0 (open-file #f "r" #:encoding #f #:guess-encoding #f)
>
> ERROR: In procedure open-file:
> Wrong type (expecting string): #f
> builder for `/gnu/store/0ahsvp7wx52zzh1rywbdbq78llcwb7id-linux-modules.drv' failed with exit code 1
This project is incredible: the bug was fixed even before you had
reported it, in commit 4db7a9dc663c5b26e45ec35538bf68ff87acdf7b. :-)
You still get a backtrace, but at least the error message is somewhat
clearer. (Should we do away with the backtrace?)
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-02 13:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-30 15:24 bug#32593: bad error message when kernel module does not exist Ricardo Wurmus
2018-09-02 13:48 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).