Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751961 - sci-libs/linux-gpib-modules-4.3.3-r1 : depmod: ERROR: could not open directory /.../5.8.17: No such file or directory
Summary: sci-libs/linux-gpib-modules-4.3.3-r1 : depmod: ERROR: could not open director...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-30 20:30 UTC by Toralf Förster
Modified: 2022-04-25 12:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.94 KB, text/plain)
2020-10-30 20:30 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,333.61 KB, text/plain)
2020-10-30 20:30 UTC, Toralf Förster
Details
environment (environment,119.55 KB, text/plain)
2020-10-30 20:30 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,24.94 KB, application/x-bzip)
2020-10-30 20:30 UTC, Toralf Förster
Details
sci-libs:linux-gpib-modules-4.3.3-r1:20201030-192453.log (sci-libs:linux-gpib-modules-4.3.3-r1:20201030-192453.log,18.22 KB, text/plain)
2020-10-30 20:30 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,28.43 KB, application/x-bzip)
2020-10-30 20:30 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-10-30 20:30:11 UTC
make[1]: Leaving directory '/usr/src/linux-5.9.1-gentoo'
/sbin/depmod -A
depmod: ERROR: could not open directory /lib/modules/5.8.17: No such file or directory
depmod: ERROR: could not open directory /lib/modules/5.8.17: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
make: *** [Makefile:28: install] Error 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-20201022-101504

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.1
 [3] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems)
  [2]   ruby26 (with Rubygems)
  [3]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.47.0 *
  [2]   rust-1.47.0
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Oct 30 06:35:25 PM UTC 2020

emerge -qpvO sci-libs/linux-gpib-modules
[ebuild  N    ] sci-libs/linux-gpib-modules-4.3.3-r1  USE="-debug"
Comment 1 Toralf Förster gentoo-dev 2020-10-30 20:30:12 UTC
Created attachment 669347 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-10-30 20:30:14 UTC
Created attachment 669350 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-10-30 20:30:16 UTC
Created attachment 669353 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-10-30 20:30:17 UTC
Created attachment 669356 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-10-30 20:30:19 UTC
Created attachment 669359 [details]
sci-libs:linux-gpib-modules-4.3.3-r1:20201030-192453.log
Comment 6 Toralf Förster gentoo-dev 2020-10-30 20:30:20 UTC
Created attachment 669362 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-11-04 17:55:04 UTC
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 ?
Comment 8 Toralf Förster gentoo-dev 2020-12-05 10:23:13 UTC
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 $?
}
Comment 9 Andrew Ammerlaan gentoo-dev 2022-04-24 15:44:29 UTC
Does this still occur with version 4.3.4?
Comment 10 Toralf Förster gentoo-dev 2022-04-25 12:45:25 UTC
(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.