Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101805 Details for
Bug 152322
vmware-modules-1.0.0.1{3,5}-r1 fails on kernel 2.6.19-rc1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
temp script hack for vanilla 2.6.19-rc5
fixvm (text/plain), 1.34 KB, created by
Tyler McGee
on 2006-11-12 21:07:33 UTC
(
hide
)
Description:
temp script hack for vanilla 2.6.19-rc5
Filename:
MIME Type:
Creator:
Tyler McGee
Created:
2006-11-12 21:07:33 UTC
Size:
1.34 KB
patch
obsolete
>#!/bin/bash > >broken="0" >FEATURES="-sandbox" emerge "=app-emulation/vmware-modules-1.0.0.15-r1" || export broken="1" > >if [ "$broken" = "1" ]; then >cd /usr/src/linux >cp ./include/linux/stddef.h ./include/linux/stddef.h.orig >cp ./include/linux/types.h ./include/linux/types.h.orig >cp ./include/linux/kernel.h ./include/linux/kernel.h.orig >sed -i -e "s:typedef _Bool:\/\/typedef _Bool:g" ./include/linux/types.h >sed -i -e "/enum {/,/};/d" ./include/linux/stddef.h >sed -i -e "s:extern bool printk_timed_ratelimit:\/\/extern bool printk_timed_ratelimit:g" ./include/linux/kernel.h >sed -i -e "s:unsigned int interval_msec:\/\/unsigned int interval_msec:g" ./include/linux/kernel.h >cd /var/tmp/portage/vmware-modules-*/work/vmnet-only >sed -i -e "s:CHECKSUM_HW:CHECKSUM_PARTIAL:g" *.c >make auto-build VMWARE_VER=VME_S1B1 KERNEL_DIR=/usr/src/linux KBUILD_OUTPUT=/usr/src/linux >cd /var/tmp/portage/vmware-modules-*/work/vmmon-only >make auto-build VMWARE_VER=VME_S1B1 KERNEL_DIR=/usr/src/linux KBUILD_OUTPUT=/usr/src/linux >cd /var/tmp/portage/vmware-modules-*/work/ >mkdir -p /lib/modules/`uname -r`/misc/ >for i in `find . -name "*.ko"`;do cp $i /lib/modules/`uname -r`/misc/;done >depmod -a >cd /usr/src/linux >cp ./include/linux/stddef.h.orig ./include/linux/stddef.h >cp ./include/linux/types.h.orig ./include/linux/types.h >cp ./include/linux/kernel.h.orig ./include/linux/kernel.h >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 152322
:
101107
|
101803
|
101805
|
101890
|
102049