Re: open-vm-tools packaging [Was: Re: duplicate hgfs.h, block.h, stubs.h includes in archive....]

2009-06-08 Thread Olivier LAHAYE
Le jeudi 04 juin 2009 19:04:11, vous avez écrit : Though, mouse is unable to go outside the vmware window. I still must press CTRL-ALT... what could be wrong? You need to make sure that X uses VMware's mouse driver, not the stock Xorg's one. Thanks a lot, I fixed it by adding 2 lines

Re: open-vm-tools packaging [Was: Re: duplicate hgfs.h, block.h, stubs.h includes in archive....]

2009-06-04 Thread Olivier LAHAYE
I've slightly modified my packages and found few mino bugs. Here are the patchs: (see attachments) OVT_dkms_conf.patch: swap build of vmci and vsocks so symvers file is available when building vsocks OVT_configure_ac.patch: fix DOT= variable OVT_vmtoolsd_automake.patch : VMTOOLSD_PLUGIN_ROOT

Re: open-vm-tools packaging [Was: Re: duplicate hgfs.h, block.h, stubs.h includes in archive....]

2009-05-26 Thread Olivier LAHAYE
Marcelo, thanks to your help, I've been able to create a somewhat working dkms build tree. Unfortunately, I still have problems when linking/insmoding some modules: pvscsi: Unknown parameter `vmblock'

Re: open-vm-tools packaging [Was: Re: duplicate hgfs.h, block.h, stubs.h includes in archive....]

2009-05-26 Thread Marcelo Vanzin
Olivier LAHAYE wrote: pvscsi: Unknown parameter `vmblock' This one beats me... I didn't see anything suspicious in your script. Can you grep -r vmblock in pvscsi's dkms source dir? vmhgfs: Unknown symbol Backdoor_InOut vmhgfs: Unknown symbol BackdoorHbIn vmhgfs: Unknown symbol BackdoorHbOut

open-vm-tools packaging [Was: Re: duplicate hgfs.h, block.h, stubs.h includes in archive....]

2009-05-25 Thread Olivier LAHAYE
Dominique, thanks a lot for your tips. See my comments below. The wiki gives quite some overview of what to package and where to put it. Most of the things are done correct by now using make install (I remember a time this did not do anything useful).

open-vm-tools packaging [Was: Re: duplicate hgfs.h, block.h,stubs.h includes in archive....]

2009-05-25 Thread Dominique Leuenberger
Olivier, On 5/25/2009 at 5:24 , Olivier LAHAYE olivier.lah...@cea.fr wrote: http://open-vm-tools.wiki.sourceforge.net/Packaging Yes, I know this URL, unfortunately, I did not find any usefull tips regarding includes and devel parts. It looks like some .c files are shared between

Re: open-vm-tools packaging [Was: Re: duplicate hgfs.h, block.h, stubs.h includes in archive....]

2009-05-25 Thread Marcelo Vanzin
Hi Olivier, Olivier LAHAYE wrote: Then I had to patch docs/api/Makefile.am to add the -e 's,##{PROJECT_NAME}##,@PACKAGE_STRING@,' line and then I had to fix lib/wiper/wiperPosix.c to handle fgets return. Thanks for pointing out the PROJECT_NAME thing, I'll fix that. Dominique also pointed