* [gentoo-user] vmware install error
@ 2009-04-22 6:40 김무성
2009-04-22 7:47 ` Kan-I Jyo
0 siblings, 1 reply; 4+ messages in thread
From: 김무성 @ 2009-04-22 6:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]
My kernel version is 2.6.27-gentoo-r10
And I try to install VMware-server-1.0.9
Up-to-date gcc.
When I install vmware-server, ./vmware-install.pl
there is an error.
This is error information
----------------------------------------------------------------------------------------------------------------------------------------------
/tmp/vmware-config3/vmmon-only/linux/driver.c:1781: error: too many arguments to function 'smp_call_function'
make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config3/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.27-gentoo-r10'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config3/vmmon-only'
Unable to build the vmmon module.
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
Execution aborted.
----------------------------------------------------------------------------------------------------------------------------------------------
So I found solution searching in google.
It’s tell me There is an patch.
I got Vmware-any-any-patch through ftp.
And execute patch, But same error
What is a solution?
Help me.
[-- Attachment #2: Type: text/html, Size: 7982 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] vmware install error
2009-04-22 6:40 [gentoo-user] vmware install error 김무성
@ 2009-04-22 7:47 ` Kan-I Jyo
2009-04-23 7:31 ` 김무성
0 siblings, 1 reply; 4+ messages in thread
From: Kan-I Jyo @ 2009-04-22 7:47 UTC (permalink / raw
To: gentoo-user
2009/4/22 김무성 <kimms@infosec.co.kr>:
> My kernel version is 2.6.27-gentoo-r10
>
> And I try to install VMware-server-1.0.9
>
> Up-to-date gcc.
>
> When I install vmware-server, ./vmware-install.pl
>
> there is an error.
>
> This is error information
>
>
>
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
> /tmp/vmware-config3/vmmon-only/linux/driver.c:1781: error: too many
> arguments to function 'smp_call_function'
>
> make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Error 1
>
> make[1]: *** [_module_/tmp/vmware-config3/vmmon-only] Error 2
>
> make[1]: Leaving directory `/usr/src/linux-2.6.27-gentoo-r10'
>
> make: *** [vmmon.ko] Error 2
>
> make: Leaving directory `/tmp/vmware-config3/vmmon-only'
>
> Unable to build the vmmon module.
>
>
>
> For more information on how to troubleshoot module-related problems, please
>
> visit our Web site at "http://www.vmware.com/download/modules/modules.html"
> and
>
> "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
>
>
>
> Execution aborted.
>
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>
>
> So I found solution searching in google.
>
> It’s tell me There is an patch.
>
> I got Vmware-any-any-patch through ftp.
>
> And execute patch, But same error
>
>
>
>
>
> What is a solution?
>
> Help me.
>
>
>
>
If 1.0.9 is not a necessity, you may want to try vmware-server in
portage(1.0.8) instead.
$ sudo emerge -pv vmware-server
[ebuild N ] app-emulation/vmware-modules-1.0.0.15-r2 483 kB
[ebuild N ] app-emulation/vmware-server-1.0.8.126538 104,611 kB
As an addition, if you build kernel manually, turning CONFIG_UNUSED_SYMBOLS on
beforehand or vmware-modules will refuse to compile.
$ cd /usr/src/linux
$ sudo make menuconifg
(Kernel hacking) --> (Enable unused/obsolete exported symbols) --> (y)
$ sudo make && make modules_install
Boot the machine with new kernel and issue the above 'emerge' command
should bring
you a working vmware-server.
--
Sincerely,
Jyo
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [gentoo-user] vmware install error
2009-04-22 7:47 ` Kan-I Jyo
@ 2009-04-23 7:31 ` 김무성
2009-04-23 12:38 ` Kan-I Jyo
0 siblings, 1 reply; 4+ messages in thread
From: 김무성 @ 2009-04-23 7:31 UTC (permalink / raw
To: cecilhsujp; +Cc: gentoo-user
Perfect
Thank you.
One more question.
localhost vmware-modules # emerge app-emulation/vmware-modules
Calculating dependencies... done!
[ebuild U ] app-emulation/vmware-modules-1.0.0.23 [1.0.0.15-r2]
[blocks B ] >=app-emulation/vmware-modules-1.0.0.16 (is blocking app-emulation/vmware-server-1.0.8.126538)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
localhost vmware-modules # emerge app-emulation/vmware-modules-1.0.0.23
Calculating dependencies /
!!! 'app-emulation/vmware-modules-1.0.0.23' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)
localhost vmware-modules #
I couldn't install vmware-modules
in /usr/portage/app-emulation/vmware-modules/Changelog
it seems that 1.0.0.23 don't support kernel2.6.27.
right?
KIM
-----Original Message-----
From: Kan-I Jyo [mailto:cecilhsujp@gmail.com]
Sent: Wednesday, April 22, 2009 4:47 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] vmware install error
2009/4/22 김무성 <kimms@infosec.co.kr>:
> My kernel version is 2.6.27-gentoo-r10
>
> And I try to install VMware-server-1.0.9
>
> Up-to-date gcc.
>
> When I install vmware-server, ./vmware-install.pl
>
> there is an error.
>
> This is error information
>
>
>
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
> /tmp/vmware-config3/vmmon-only/linux/driver.c:1781: error: too many
> arguments to function 'smp_call_function'
>
> make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Error 1
>
> make[1]: *** [_module_/tmp/vmware-config3/vmmon-only] Error 2
>
> make[1]: Leaving directory `/usr/src/linux-2.6.27-gentoo-r10'
>
> make: *** [vmmon.ko] Error 2
>
> make: Leaving directory `/tmp/vmware-config3/vmmon-only'
>
> Unable to build the vmmon module.
>
>
>
> For more information on how to troubleshoot module-related problems, please
>
> visit our Web site at "http://www.vmware.com/download/modules/modules.html"
> and
>
> "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
>
>
>
> Execution aborted.
>
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
>
>
> So I found solution searching in google.
>
> It’s tell me There is an patch.
>
> I got Vmware-any-any-patch through ftp.
>
> And execute patch, But same error
>
>
>
>
>
> What is a solution?
>
> Help me.
>
>
>
>
If 1.0.9 is not a necessity, you may want to try vmware-server in
portage(1.0.8) instead.
$ sudo emerge -pv vmware-server
[ebuild N ] app-emulation/vmware-modules-1.0.0.15-r2 483 kB
[ebuild N ] app-emulation/vmware-server-1.0.8.126538 104,611 kB
As an addition, if you build kernel manually, turning CONFIG_UNUSED_SYMBOLS on
beforehand or vmware-modules will refuse to compile.
$ cd /usr/src/linux
$ sudo make menuconifg
(Kernel hacking) --> (Enable unused/obsolete exported symbols) --> (y)
$ sudo make && make modules_install
Boot the machine with new kernel and issue the above 'emerge' command
should bring
you a working vmware-server.
--
Sincerely,
Jyo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] vmware install error
2009-04-23 7:31 ` 김무성
@ 2009-04-23 12:38 ` Kan-I Jyo
0 siblings, 0 replies; 4+ messages in thread
From: Kan-I Jyo @ 2009-04-23 12:38 UTC (permalink / raw
To: 김무성; +Cc: gentoo-user
2009/4/23 김무성 <kimms@infosec.co.kr>:
> in /usr/portage/app-emulation/vmware-modules/Changelog
> it seems that 1.0.0.23 don't support kernel2.6.27.
> right?
1.0.0.23 does support kernel > 2.6.27, according to the change log.
In your case, as you can see from the 'emerge' output, it is the
vmware-server package to block vmware-modules > 1.0.0.15.
In other words, if you want to install vmware-server, stay with
vmware-modules-1.0.0.15 might be the only option.
--
Sincerely,
Jyo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-23 12:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-22 6:40 [gentoo-user] vmware install error 김무성
2009-04-22 7:47 ` Kan-I Jyo
2009-04-23 7:31 ` 김무성
2009-04-23 12:38 ` Kan-I Jyo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox