Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30755 - VMware anytoany does not work with development-sources-2.6.0-test7
Summary: VMware anytoany does not work with development-sources-2.6.0-test7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 07:02 UTC by Gertjan Zwartjes
Modified: 2003-10-10 13:57 UTC (History)
0 users

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 Gertjan Zwartjes 2003-10-09 07:02:05 UTC
Because the 'data' parameter of packet_type changed to 'af_packet_priv',
bridge.c does not compile anymore in vmnet.tar. A new patch must be added to.

Reproducible: Always
Steps to Reproduce:
1. Emerge development-sources-2.6.0-test7
2. Run vmware-config.pl
3.

Actual Results:  
Error compiling bridge.c, lines 601 and 827. Member data does not exist.

Expected Results:  
Compile the vmnet kernel module.

You can fix this easily by patching bridge.c in vmnet.tar. Change the 'data'
member in lines 601 and 827 into af_packet_priv and everything works fine again.
Comment 1 Thomas Stein 2003-10-10 13:36:33 UTC
There is a new vmware-any-any-update at http://knihovny.cvut.cz/ftp/pub/vmware/
version number 42 which also solves the problem.

Thomas
Comment 2 SpanKY gentoo-dev 2003-10-10 13:57:01 UTC
fixed in cvs, thanks