| Summary: | sys-kernel/installkernel-4: in sandboxed environment: grub-probe: error: failed to get canonical path of /dev/nvme0n1p4. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Distribution Kernel Project <dist-kernel> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | andrewammerlaan |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge-info.txt
emerge-history.txt etc.portage.tar.bz2 sys-kernel:gentoo-kernel-bin-5.15.15:20220117-093332.log.bz2 |
||
|
Description
Toralf Förster
2022-01-17 10:12:23 UTC
Created attachment 762389 [details]
emerge-info.txt
Created attachment 762390 [details]
emerge-history.txt
Created attachment 762391 [details]
etc.portage.tar.bz2
Created attachment 762392 [details]
sys-kernel:gentoo-kernel-bin-5.15.15:20220117-093332.log.bz2
Whilst this might be just a tinderbox issue I like to file the bug here b/c I do not see what's wrong with the tinderbox setup (https://github.com/toralf/tinderbox/blob/master/bin/bwrap.sh#L112) it tries to generate grub config and fails to read disks, probably due to combination of bubblewrap and namespacing. nothing really to worry about and nothing we can do too. error comes from sys-kernel/installkernel-gentoo[grub] you probably want to never turn on USE=grub for installkernel-gentoo for tinderbox runs. on other hand maybe I can add some magic variable script reads, so it never attempts to run if it's set. suggestions? =) here's the hook that fails, for the record https://github.com/mgorny/installkernel-gentoo/blob/master/hooks/91-grub-mkconfig.install Grub-mkconfig exits non-fatally in recent versions |