Summary: | stabilize app-emulation/virtualbox-modules-1.6.6-r1 (was: app-emulation/virtualbox-modules-1.6.6 fails to compile against kernel 2.6.27) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gordon Malm (RETIRED) <gengor> |
Component: | Current packages | Assignee: | Markus Ullmann (RETIRED) <jokey> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | swapon |
Priority: | High | Keywords: | STABLEREQ |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.virtualbox.org/changeset/12360 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 242708, 251670 | ||
Attachments: |
virtualbox-1.6.6-kernel-2.6.27.patch
Revbump, apply patch for >= 2.6.27 instead of just = 2.6.27 |
Description
Gordon Malm (RETIRED)
![]() Created attachment 170786 [details, diff]
virtualbox-1.6.6-kernel-2.6.27.patch
IMO, revbump is probably best in the case of this patch.
+src_compile() {
+ # kernel 2.6.27 support
+ epatch "${FILESDIR}/virtualbox-1.6.6-kernel-2.6.27.patch"
+
+ linux-mod_src_compile
+}
+
Thanks for your report, patch tested, ebuild revbumped and added to jokey's overlay[1] [1] http://overlays.gentoo.org/dev/jokey/ Reminder to maintainers: 2.6.27 is planned to go stable on December 15th, it would be great if you could work on this before then (In reply to comment #3) > Reminder to maintainers: 2.6.27 is planned to go stable on December 15th, it > would be great if you could work on this before then > virtualbox-modules-1.6.6-r1.ebuild was commited to the tree and includes this patch, thanks to Flameeyes for the proxy commit (since i don't have access to the tree) needed for bug #251670, please do. x86 stable amd64 stable. Created attachment 193005 [details, diff]
Revbump, apply patch for >= 2.6.27 instead of just = 2.6.27
virtualbox-modules-1.6.6-r1 fails again with kernel 2.6.28.
(In reply to comment #8) > Created an attachment (id=193005) [edit] > Revbump, apply patch for >= 2.6.27 instead of just = 2.6.27 > > virtualbox-modules-1.6.6-r1 fails again with kernel 2.6.28. > and 2.6.29 too. Any fixes to that? (In reply to comment #9) > (In reply to comment #8) > > Created an attachment (id=193005) [edit] [details] > > Revbump, apply patch for >= 2.6.27 instead of just = 2.6.27 > > > > virtualbox-modules-1.6.6-r1 fails again with kernel 2.6.28. > > > > and 2.6.29 too. Any fixes to that? > and 2.6.30 too, the fix for 2.6.27 works fine tho, It's a pain to have to handhack this everytime, can we have the ebuild sorted for >= 2.6.27 instead of just = 2.6.27 Thanks! |