Re: vmware-guestd6: error during make install

2010-09-04 Thread Matthias Apitz
El día Friday, September 03, 2010 a las 12:53:35PM -0700, Rob Farmer escribió:

 Assuming you aren't in a US export restricted country (Cuba, Iran,
 North Korea, Sudan, and Syria) I should be able to give you a legal
 copy.

...

Rob,

Thanks for this. Btw: It's a pity that I'm not in Cuba, I'm living in
the cold and rainy Germany :-)

Meanwhile I have updated the port emulators/open-vm-tools to version
253928 which compiles, installs and works just fine in my system. The
vmware driver for Xorg gives you a lot of very high resolutions which
hides all the Win shit behind the FreeBSD VM.

I could also solve the sound problem. In VMware you need the driver
snd_es137x. I need this for Skype. I still have to figure out how
my USB video cam will work, the rest works now again as it was working
in the real laptop.

Thanks again for your help

matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


vmware-guestd6: error during make install

2010-09-03 Thread Matthias Apitz


Hello,

I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
the freshest from FreeBSD server) in 8-CURRENT:

current# pwd
/usr/ports/emulators
current# mv vmware-guestd6 vmware-guestd6.old
current# tar xzf ~guru/vmware-guestd6.tar.gz
current# cd vmware-guestd6
current# make
===  Vulnerability check disabled, database not found


Choose VM - Install VMware Tools... from VMware Workstation
menu to connect VM's CD-ROM drive and installation CD image temporary.
Press Install button when a dialog pops up.


This port mounts /dev/acd0 to /mnt.

Are you ready? [Y/n]: y
/bin/mkdir -p /mnt
/sbin/umount /mnt 21 /dev/null
umount: /mnt: not a file system root directory
*** Error code 1 (ignored)
/sbin/umount /dev/acd0 21 /dev/null
umount: /dev/acd0: unknown file system
*** Error code 1 (ignored)
/sbin/mount -t cd9660 /dev/acd0 /mnt
===  Extracting for vmware-guestd-6.0.3.80004_2
/sbin/umount /mnt
(cd /usr/ports/emulators/vmware-guestd6/work; /usr/bin/tar xf 
/usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/modules/source/vmmemctl.tar)
===  Patching for vmware-guestd-6.0.3.80004_2
LC_ALL=C /usr/bin/sed -i.bak `/usr/bin/printf 
's|\0152\013\0350|\0152\\\n\0350|g'`  
/usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/sbin32-6/vmware-checkvm
sed: 
/usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/sbin32-6/vmware-checkvm:
 No such file or directory
*** Error code 1

Stop in /usr/ports/emulators/vmware-guestd6.

there is no directory work/vmware-tools-distrib/lib/sbin32-6 but only
work/vmware-tools-distrib/lib/sbin32-63 

creating a symlink helps a bit but later it can't find vmware-guestd for
installation which is not there, i.e. not in the tar file of the
vmware-tools;

Any ideas?

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: vmware-guestd6: error during make install

2010-09-03 Thread Rob Farmer
On Fri, Sep 3, 2010 at 00:59, Matthias Apitz g...@unixarea.de wrote:


 Hello,

 I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
 the freshest from FreeBSD server) in 8-CURRENT:

Do you have a particular reason for using this port? Assuming you mean
8.X, the Tools that ship on this iso with Vmware will work (assuming
your copy of vmware isn't too old) if you install misc/compat6x or you
can try emulators/open-vm-tools (open sourced copy of Vmware Tools
that you build).

If you meant 9-CURRENT, things may be more difficult since Vmware only
ships binaries for releases and open-vm-tools is marked broken on
current.

-- 
Rob Farmer


 current# pwd
 /usr/ports/emulators
 current# mv vmware-guestd6 vmware-guestd6.old
 current# tar xzf ~guru/vmware-guestd6.tar.gz
 current# cd vmware-guestd6
 current# make
 ===  Vulnerability check disabled, database not found

 
 Choose VM - Install VMware Tools... from VMware Workstation
 menu to connect VM's CD-ROM drive and installation CD image temporary.
 Press Install button when a dialog pops up.
 

 This port mounts /dev/acd0 to /mnt.

 Are you ready? [Y/n]: y
 /bin/mkdir -p /mnt
 /sbin/umount /mnt 21 /dev/null
 umount: /mnt: not a file system root directory
 *** Error code 1 (ignored)
 /sbin/umount /dev/acd0 21 /dev/null
 umount: /dev/acd0: unknown file system
 *** Error code 1 (ignored)
 /sbin/mount -t cd9660 /dev/acd0 /mnt
 ===  Extracting for vmware-guestd-6.0.3.80004_2
 /sbin/umount /mnt
 (cd /usr/ports/emulators/vmware-guestd6/work; /usr/bin/tar xf 
 /usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/modules/source/vmmemctl.tar)
 ===  Patching for vmware-guestd-6.0.3.80004_2
 LC_ALL=C /usr/bin/sed -i.bak `/usr/bin/printf 
 's|\0152\013\0350|\0152\\\n\0350|g'`  
 /usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/sbin32-6/vmware-checkvm
 sed: 
 /usr/ports/emulators/vmware-guestd6/work/vmware-tools-distrib/lib/sbin32-6/vmware-checkvm:
  No such file or directory
 *** Error code 1

 Stop in /usr/ports/emulators/vmware-guestd6.

 there is no directory work/vmware-tools-distrib/lib/sbin32-6 but only
 work/vmware-tools-distrib/lib/sbin32-63

 creating a symlink helps a bit but later it can't find vmware-guestd for
 installation which is not there, i.e. not in the tar file of the
 vmware-tools;

 Any ideas?

        matthias

 --
 Matthias Apitz
 t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
 e g...@unixarea.de - w http://www.unixarea.de/
 Solidarity with the zionistic pirates of Israel?   Not in my  name!
 ¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org




-- 
Rob Farmer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: vmware-guestd6: error during make install

2010-09-03 Thread Matthias Apitz
El día Friday, September 03, 2010 a las 01:14:00AM -0700, Rob Farmer escribió:

 On Fri, Sep 3, 2010 at 00:59, Matthias Apitz g...@unixarea.de wrote:
 
 
  Hello,
 
  I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
  the freshest from FreeBSD server) in 8-CURRENT:
 
 Do you have a particular reason for using this port? Assuming you mean
 8.X,

My FreeBSD is a CVS 8-CURRENT from May 2009 to be exactly, i.e. after
8-RELEASE but before 8.1.

 the Tools that ship on this iso with Vmware will work (assuming
 your copy of vmware isn't too old) if you install misc/compat6x or you
 can try emulators/open-vm-tools (open sourced copy of Vmware Tools
 that you build).

The VM is a VMware player 3.0.0 which says about itself
Workstation 6.5-7.0 in the overview about the VM setup for FreeBSD;
is this fine enough for the emulators/open-vm-tools?

Thanks for your hint in any case

matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


emulators/open-vm-tools do not compile (was: Re: vmware-guestd6: error during make install)

2010-09-03 Thread Matthias Apitz
El día Friday, September 03, 2010 a las 10:31:43AM +0200, Matthias Apitz 
escribió:

 The VM is a VMware player 3.0.0 which says about itself
 Workstation 6.5-7.0 in the overview about the VM setup for FreeBSD;
 is this fine enough for the emulators/open-vm-tools?
 

emulators/open-vm-tools does not compile:


...
cc -O2 -pipe -fno-strict-aliasing  -Wall -Werror -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc   -I. -I@ -I@/contrib/altq -finline-limit=8000 --param 
inline-unit-growth=100 --param large-function-growth=1000 -fno-common  
-mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow 
-mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999 
-fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef 
-Wno-pointer-sign -fformat-extensions -c vfsops.c
vfsops.c:118: error: conflicting types for 'VMBlockVFSMount'
vfsops.c:70: error: previous declaration of 'VMBlockVFSMount' was here
vfsops.c:259: error: conflicting types for 'VMBlockVFSUnmount'
vfsops.c:74: error: previous declaration of 'VMBlockVFSUnmount' was here
vfsops.c:343: error: conflicting types for 'VMBlockVFSRoot'
vfsops.c:71: error: previous declaration of 'VMBlockVFSRoot' was here
vfsops.c:379: error: conflicting types for 'VMBlockVFSStatFS'
vfsops.c:73: error: previous declaration of 'VMBlockVFSStatFS' was here
vfsops.c:389:64: error: macro VFS_STATFS passed 3 arguments, but takes just 2
vfsops.c: In function 'VMBlockVFSStatFS':
vfsops.c:389: error: 'VFS_STATFS' undeclared (first use in this function)
vfsops.c:389: error: (Each undeclared identifier is reported only once
vfsops.c:389: error: for each function it appears in.)
vfsops.c: At top level:
vfsops.c:429: error: conflicting types for 'VMBlockVFSSync'
vfsops.c:72: error: previous declaration of 'VMBlockVFSSync' was here
*** Error code 1

Stop in 
/usr/ports/emulators/open-vm-tools/work/open-vm-tools-2009.03.18-154848/modules/freebsd/vmblock.
*** Error code 1

Stop in 
/usr/ports/emulators/open-vm-tools/work/open-vm-tools-2009.03.18-154848/modules.
*** Error code 1

Stop in /usr/ports/emulators/open-vm-tools/work/open-vm-tools-2009.03.18-154848.
*** Error code 1

Stop in /usr/ports/emulators/open-vm-tools.


Thanks for a hint

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: vmware-guestd6: error during make install

2010-09-03 Thread Glen Barber
Hi,

On 9/3/10 4:31 AM, Matthias Apitz wrote:
 I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
 the freshest from FreeBSD server) in 8-CURRENT:

 Do you have a particular reason for using this port? Assuming you mean
 8.X,
 
 My FreeBSD is a CVS 8-CURRENT from May 2009 to be exactly, i.e. after
 8-RELEASE but before 8.1.
 

9-CURRENT was after 8.0-RELEASE.  Can you provide the output of 'uname -a'?

Regards,

-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: vmware-guestd6: error during make install

2010-09-03 Thread Matthias Apitz
El día Friday, September 03, 2010 a las 08:51:08AM -0400, Glen Barber escribió:

 Hi,
 
 On 9/3/10 4:31 AM, Matthias Apitz wrote:
  I'm trying to install the port /usr/ports/emulators/vmware-guestd6 (even
  the freshest from FreeBSD server) in 8-CURRENT:
 
  Do you have a particular reason for using this port? Assuming you mean
  8.X,
  
  My FreeBSD is a CVS 8-CURRENT from May 2009 to be exactly, i.e. after
  8-RELEASE but before 8.1.
  
 
 9-CURRENT was after 8.0-RELEASE.  Can you provide the output of 'uname -a'?

Of course:

g...@current:~ uname -a
FreeBSD current.Sisis.de 8.0-CURRENT FreeBSD 8.0-CURRENT #5: Sun Jan 10 
09:55:14 CET 2010 g...@current.sisis.de:/usr/obj/usr/src/sys/GENERIC i386
g...@current:~ ls -l /usr/src/CVS
total 8
-rw-r--r--  1 root  wheel  654 28 may  2009 Entries
-rw-r--r--  1 root  wheel4 19 may  2009 Repository
-rw-r--r--  1 root  wheel   51 19 may  2009 Root
-rw-r--r--  1 root  wheel  660 19 may  2009 Template

As I said, the kernel and user land is based on what was in CVS in May
2009. Later I incorparated some new USB stuff, that's why the build is
from Januar 2010.

I tried to install the vmware-freebsd-tools.tar.gz directly as
VMWare.com it provides (I have compat6x already installed for some other
reason). But in vmware-freebsd-tools.tar.gz there are only kernel
modules for FreeBSD 6 and 7 and using the modules for 7 it crashes, ofc.

Who can I get the tools installed?

Thanks

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: vmware-guestd6: error during make install

2010-09-03 Thread Rob Farmer
On Fri, Sep 3, 2010 at 06:01, Matthias Apitz g...@unixarea.de wrote:
 I tried to install the vmware-freebsd-tools.tar.gz directly as
 VMWare.com it provides (I have compat6x already installed for some other
 reason). But in vmware-freebsd-tools.tar.gz there are only kernel
 modules for FreeBSD 6 and 7 and using the modules for 7 it crashes, ofc.

 Who can I get the tools installed?

My EULA says:

3.4 VMware Tools.  You may distribute the VMware Tools to any third
party provided that (i) you only distribute the VMware Tools as a
whole in object code format whether or not as part of, the Virtual
Machine you create with the Software; (ii) you do not use VMware's
name, logo or trademarks to market the VMware Tools, except  you may
refer to VMware names, logos or trademarks to indicate that the VMware
Tools are compatible with or designed for use with the Software and
(iii) you agree to indemnify, hold harmless, and defend VMware from
and against any claims or lawsuits, including attorneys' fees, that
arise or result from your use or distribution of VMware Tools.
Notwithstanding the foregoing, you may distribute and modify the Open
Source Software of VMware Tools; however, VMware may not provide any
support, pursuant to Section 5, for such modified VMware Tools.

Assuming you aren't in a US export restricted country (Cuba, Iran,
North Korea, Sudan, and Syria) I should be able to give you a legal
copy.

This is the ISO that ships with Workstation 7.1.1 build-282343. It has
kernel modules for 8.0 i386  amd64.

http://www.predatorlabs.net/dl/vmware-tools-freebsd-711.iso

-- 
Rob Farmer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org