Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 359185

Summary: app-emulation/vmware-modules-1.0.0.25 needs semaphore patch on 2.6.38
Product: Gentoo Linux Reporter: Evan Teran <evan.teran>
Component: New packagesAssignee: Vadim Kuznetsov (RETIRED) <vadimk>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: toralf, vmware+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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. ***