| Summary: | sci-libs/linux-gpib-modules-4.3.3-r1 : depmod: ERROR: could not open directory /.../5.8.17: No such file or directory | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Andreas K. Hüttel <dilfridge> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | andrewammerlaan, sci-electronics |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 sci-libs:linux-gpib-modules-4.3.3-r1:20201030-192453.log temp.tbz2 |
||
|
Description
Toralf Förster
2020-10-30 20:30:11 UTC
Created attachment 669347 [details]
emerge-info.txt
Created attachment 669350 [details]
emerge-history.txt
Created attachment 669353 [details]
environment
Created attachment 669356 [details]
etc.portage.tbz2
Created attachment 669359 [details]
sci-libs:linux-gpib-modules-4.3.3-r1:20201030-192453.log
Created attachment 669362 [details]
temp.tbz2
FWIW I do make in each tinderbox image:
cd /usr/src/linux
make distclean
make defconfig
make -j1
but well, however not "make install && make modules_install"
Is that needed ?
it even happens with
function BuildKernel() {
echo "$FUNCNAME" >> $logfile
(
set -e
cd /usr/src/linux
make distclean
make defconfig
make -j1
make modules_install
make install
) &>> $logfile
return $?
}
Does this still occur with version 4.3.4? (In reply to Andrew Ammerlaan from comment #9) > Does this still occur with version 4.3.4? Hhm, in the mean while I do use the -bin kernel and cannot verify it. |