Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359185 - app-emulation/vmware-modules-1.0.0.25 needs semaphore patch on 2.6.38
Summary: app-emulation/vmware-modules-1.0.0.25 needs semaphore patch on 2.6.38
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vadim Kuznetsov (RETIRED)
URL:
Whiteboard:
Keywords:
: 359197 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-03-16 17:05 UTC by Evan Teran
Modified: 2011-03-16 20:37 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Teran 2011-03-16 17:05:56 UTC
In the app-emulation/vmware-modules-1.0.0.25-r3 ebuild, there is a line which applies a semaphore patch.

	kernel_is 2 6 37 && epatch "${FILESDIR}/${PV}-sema.patch"

The module will not compile against 2.6.38 complaining about init_MUTEX being missing. So it seems that this patch needs to be applied for that kernel version as well.

As an experiment I altered the ebuild on my system adding the line:

	kernel_is 2 6 38 && epatch "${FILESDIR}/${PV}-sema.patch"

and the module seemed to compile and install correctly.

Reproducible: Always
Comment 1 Vadim Kuznetsov (RETIRED) gentoo-dev 2011-03-16 17:44:12 UTC
fixed in cvs. Thanks.
Comment 2 Vadim Kuznetsov (RETIRED) gentoo-dev 2011-03-16 20:37:44 UTC
*** Bug 359197 has been marked as a duplicate of this bug. ***