Re: VMWare build failure

2003-11-21 Thread Ben Paley
Thanks to everyone who suggested things... now the port's been updated it 
compiles fine. Doesn't run, however, but I'll try to suss that out myself...

thanks,
Ben

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VMWare build failure

2003-11-20 Thread Scott Likens
On Thu, 2003-11-20 at 12:38, Ben Paley wrote:
 Hello all.
 
 I think this is a -current issue. When I started using -current I began to get 
 weird behaviour from vmware2: eventually every time I powered on the virtual 
 machine the screen would freeze up so I couldn't get a console, and then the 
 whole machine - the REAL machine, I mean - would reboot. Bit rubbish, huh?
[snip]

 -I. -I@ -I@/../include -I/usr/include -finline-limit=15000 -fno-common  
 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall 
 -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
 -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -c 
 /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c
 /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c: 
 In function `cleanup_module':
 /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:284: 
 warning: unused variable `retval'
 /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:301:35: 
 i386/isa/intr_machdep.h: No such file or directory
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware2/work/vmware-distrib.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware2.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware2.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall6065.18 
 make
 ** Fix the problem and try again.
 ** The following packages were not installed or upgraded (*:skipped / 
 !:failed)
   ! emulators/vmware2 (missing header)
 

First off if you're running -CURRENT you want emulators/vmware3, missing
header would conclude you don't have the header installed that it wants.

Guessing you're running -CURRENT you have the kernel source installed,
so my suggestion is to run vmware3.

Unless you have a specific reason to run 2?

-- 
I think we ought to be out there doing what we do best - making large
holes in other people's countries. - George Carlin


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VMWare build failure

2003-11-20 Thread Eric Anderson
Scott Likens wrote:

On Thu, 2003-11-20 at 12:38, Ben Paley wrote:
 

Hello all.

I think this is a -current issue. When I started using -current I began to get 
weird behaviour from vmware2: eventually every time I powered on the virtual 
machine the screen would freeze up so I couldn't get a console, and then the 
whole machine - the REAL machine, I mean - would reboot. Bit rubbish, huh?
   

[snip]

First off if you're running -CURRENT you want emulators/vmware3, missing
header would conclude you don't have the header installed that it wants.
Guessing you're running -CURRENT you have the kernel source installed,
so my suggestion is to run vmware3.
Unless you have a specific reason to run 2?

Maybe he doesn't run 3 because it also doesn't build:

/usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c:303:35: 
i386/isa/intr_machdep.h: No such file or directory
/usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/vm_asm.h: 
In function `Div643264':
/usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/vm_asm.h:1033: 
warning: use of memory input without lvalue in asm operand 4 is deprecated
*** Error code 1

Stop in /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only.
*** Error code 1
Stop in /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only.
*** Error code 1
Stop in /usr/ports/emulators/vmware3/work/vmware-distrib.
*** Error code 1
Stop in /usr/ports/emulators/vmware3.
*** Error code 1
Stop in /usr/ports/emulators/vmware3.

So same thing with vmware3 - note that the file (intr_machdep.h) doesn't 
exist in that location - but it does in other locations.  I tried 
copying one of the others over to that spot, and rebuilding, but still 
fails (with new errors as expected)..

:(

Eric

--
--
Eric Anderson  Systems Administrator  Centaur Technology
All generalizations are false, including this one.
--
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VMWare build failure

2003-11-20 Thread Max Khon
Hello!

On Thu, Nov 20, 2003 at 04:53:57PM -0600, Eric Anderson wrote:

 Guessing you're running -CURRENT you have the kernel source installed,
 so my suggestion is to run vmware3.
 
 Unless you have a specific reason to run 2?
 
 Maybe he doesn't run 3 because it also doesn't build:
 
 /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c:303:35: 
 i386/isa/intr_machdep.h: No such file or directory
 /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/vm_asm.h: 
 In function `Div643264':
 /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/vm_asm.h:1033: 
 warning: use of memory input without lvalue in asm operand 4 is deprecated
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware3/work/vmware-distrib.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware3.
 *** Error code 1
 
 Stop in /usr/ports/emulators/vmware3.
 
 So same thing with vmware3 - note that the file (intr_machdep.h) doesn't 
 exist in that location - but it does in other locations.  I tried 
 copying one of the others over to that spot, and rebuilding, but still 
 fails (with new errors as expected)..

vmware3 port was fixed for non-SMP recently. please update your ports.

/fjoe

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]