Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 340573 - net-wireless/rtl8192se kernel sources accessed through /lib/modules/`uname -r`
Summary: net-wireless/rtl8192se kernel sources accessed through /lib/modules/`uname -r`
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: modules-uname
  Show dependency tree
 
Reported: 2010-10-11 18:37 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2012-04-06 19:36 UTC (History)
0 users

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


Attachments
Build log (rtl8192se-2.6.0017.0705.2010-r1:20101011-145707.log,2.71 KB, text/plain)
2010-10-11 18:37 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 2010-10-11 18:37:33 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 2010-10-11 18:37:46 UTC
Created attachment 250255 [details]
Build log
Comment 2 Peter Gantner (a.k.a. nephros) 2010-10-30 11:40:00 UTC
I think this can be closed , this behaviour has been fixed in current ebuilds.
Comment 3 Pacho Ramos gentoo-dev 2012-04-06 19:36:44 UTC
dropped