Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 241958 - media-sound/line6usb: kernel sources accessed through /lib/modules/`uname -r`
Summary: media-sound/line6usb: kernel sources accessed through /lib/modules/`uname -r`
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: modules-uname
  Show dependency tree
 
Reported: 2008-10-14 12:53 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-10-18 06:17 UTC (History)
0 users

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


Attachments
Build log (media-sound:line6usb-0.7.3:20081013-155731.log,1.62 KB, text/plain)
2008-10-14 12:53 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-14 12:53:20 UTC
This bug is being reported because this ebuild is currently trying to build against the kernel tree by accessing it through /lib/modules/`uname -r` instead than through /usr/src/linux like it should.

This is bad in many situations, like:

- livecd installs: the running kernel is the one from the livecd and is most
likely not the same the user is installing to;
- livecd chroot fixes: as above;
- generic chroot: running kernel comes from outside, as above;
- kernel updates: users most likely would want their system to have all the
modules ready _before_ restarting.

Please fix your ebuild to use /usr/src/linux.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-10-14 12:53:56 UTC
Created attachment 168412 [details]
Build log
Comment 2 Steve Arnold archtester gentoo-dev 2008-10-18 06:17:59 UTC
Makefile now uses /usr/src/linux.