Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516992 - sys-block/rts5229 should install rts5229.ko in `extra' directory
Summary: sys-block/rts5229 should install rts5229.ko in `extra' directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vikraman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-12 19:06 UTC by consus
Modified: 2014-08-23 14:51 UTC (History)
1 user (show)

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


Attachments
This patch fixes the issue. (install_dir.diff,1.31 KB, patch)
2014-07-12 19:06 UTC, consus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description consus 2014-07-12 19:06:24 UTC
Created attachment 380648 [details, diff]
This patch fixes the issue.

Module `rts5229.ko' goes to `/lib/modules/<kernel>/kernel', which is bad, because on the next call to `make modules_install' it's getting wiped out. I suggest installing it to `/lib/modules/<kernel>/extra' (as in /usr/src/linux/Documentation/kbuild/modules.txt). Patch attached.
Comment 1 consus 2014-07-28 14:08:14 UTC
Bump.
Comment 2 Vikraman (RETIRED) gentoo-dev 2014-07-28 14:11:06 UTC
Sorry, I'm very busy with my masters thesis atm. I'll be done in 2-3 weeks.
Comment 3 consus 2014-07-28 14:57:36 UTC
LOL.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2014-07-28 22:40:49 UTC
Please stop annoying our volunteers, consus.
Comment 5 consus 2014-07-29 07:40:17 UTC
(In reply to Jeroen Roovers from comment #4)
> Please stop annoying our volunteers, consus.

Annoying how? By submitting bug reports with patches? You know what? Fuck you. I'm tired of that shit.
Comment 6 grey dot 2014-08-14 04:36:14 UTC
Bump!
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2014-08-14 08:57:03 UTC
(In reply to grey dot from comment #6)

Again, please stop doing that.
Comment 8 Vikraman (RETIRED) gentoo-dev 2014-08-14 18:02:23 UTC
Committed, no hard feelings.

*rts5229-1.07-r4 (14 Aug 2014)
  14 Aug 2014; Vikraman Choudhury (vikraman) <vikraman@gentoo.org>
  +rts5229-1.07-r4.ebuild, -rts5229-1.07-r3.ebuild:
  Install module to /lib/modules/${KV}/misc, wrt bug 516992. Thanks to
  consus@gmx.com for pointing it out.
Comment 9 consus 2014-08-14 20:32:18 UTC
Thanks.
Comment 10 grey dot 2014-08-14 21:45:06 UTC
(In reply to Jeroen Roovers from comment #7)
> (In reply to grey dot from comment #6)
> 
> Again, please stop doing that.

Stop doing what? It's you guys who need a reminder to fix bugs, not me.
Comment 11 Evgeny Bobkin 2014-08-23 14:51:05 UTC
Thank you consus, for pointing this one.