Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847238 - media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r5 calls commands that do not exist: /sbin/lsmod
Summary: media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r5 calls commands that do not exist:...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Dummer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-24 10:16 UTC by Agostino Sarubbo
Modified: 2022-12-12 12:47 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,44.57 KB, text/plain)
2022-05-24 10:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-05-24 10:16:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r5 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)

NOTE:
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-24 10:16:04 UTC
Created attachment 780524 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-24 10:16:05 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/bin/sh: line 1: /sbin/lsmod: No such file or directory
make[1]: *** No rule to make target 'modules'.  Stop.
/var/tmp/portage/media-tv/v4l-dvb-saa716x-0.0.1_p20170225-r5/temp/environment: line 1726: cd: /usr/src/linux: No such file or directory
Comment 3 Martin Dummer 2022-12-12 12:29:27 UTC
Comment on attachment 780524 [details]
build.log

Hi, I have no definite idea what's going wrong with this automated test. The package you are testing here produces some kernel modules, fitting into the currently "eselect"ed kernel, or in other words the kernel sources where /usr/src/linux is pointing to.

First, I see the tinderbox looks like running on kernel 4.19.174.
Then I see in the emerge history of the test that sys-kernel/gentoo-sources-5.18.0 has been merged and most probably not "eselected" and configured.
Next, in the build.log of the package, there is stated that /kernel-5.4.114 sources have been detected.
Some lines later, I read "No version yet, using 4.19.174-gentoo".

All in all I assume that this kind of tinderbox compile environment does not look very suitable for kernel module packages testing.
And I tend to mark this Bug as "wontfix". 
What's your opinion?
Comment 4 Agostino Sarubbo gentoo-dev 2022-12-12 12:47:30 UTC
(In reply to Martin Dummer from comment #3)
> What's your opinion?


my opinion is that we have /bin/lsmod provided by sys-apps/kmod while the build systems looks for /sbin/lsmod