Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266795 - modify plz vmware-modules-1.0.0.23.ebuild to compile with vanilla-sources-2.6.29.1
Summary: modify plz vmware-modules-1.0.0.23.ebuild to compile with vanilla-sources-2.6...
Status: RESOLVED DUPLICATE of bug 263635
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://communities.vmware.com/message...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-19 18:25 UTC by Yuriy Dmitriev
Modified: 2009-04-19 18:32 UTC (History)
0 users

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


Attachments
this is patch from http://communities.vmware.com/message/1218802 (vmware-6.5.2-modules-2.6.29-fix.patch,9.09 KB, patch)
2009-04-19 18:32 UTC, Yuriy Dmitriev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuriy Dmitriev 2009-04-19 18:25:45 UTC
vmware-modules-1.0.0.23.ebuild and may be other, dont compile with latest vanilla-sources-2.6.19.1

Details may be read at http://communities.vmware.com/message/1218802

Reproducible: Always

Steps to Reproduce:
1. emerge vmware-modules


Actual Results:  
failed

Expected Results:  
success

Modify plz ebuild.

it MUST contain
------------------------------------------------------------------
src_unpack() {
    vmware-mod_src_unpack
    cd "${S}"
#   epatch "${FILESDIR}/${PV}-makefile-kernel-dir.patch"
    epatch "${FILESDIR}/vmware-6.5.2-modules-2.6.29-fix.patch"
}
--------------------------------------------------------------------

eg: remove line: epatch "${FILESDIR}/${PV}-makefile-kernel-dir.patch"
add line       : epatch "${FILESDIR}/vmware-6.5.2-modules-2.6.29-fix.patch"
Comment 1 Mike Auty (RETIRED) gentoo-dev 2009-04-19 18:31:25 UTC
Please check for existing bugs before filing news ones...

*** This bug has been marked as a duplicate of bug 263635 ***
Comment 2 Yuriy Dmitriev 2009-04-19 18:32:55 UTC
Created attachment 188907 [details, diff]
this is patch from http://communities.vmware.com/message/1218802