Tracker item #2796298, was opened at 2009-05-25 15:34
Message generated for change (Tracker Item Submitted) made by txdyjsyz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=2796298&group_id=204462
Please note that this message will contain a full copy of
Hi Marcelo,
I've worked on the new release (build 167859) and I'm still having great
difficulties to package open-vm-tools.
Here are the problems.
1st of all I had to do a few patch for the whole stuff to build correctly (see
attachment). Basicaly I had to patch configure.ac (DOT=/usr/bin ins
Olivier,
>>> On 5/25/2009 at 16:03, Olivier LAHAYE wrote:
> hen I had to fix
> lib/wiper/wiperPosix.c to handle fgets return.
Had that too (I'm doing openSUSE packges). Sent my patch in also.
> 3rd I must admit that I'm a little bit lost in finding what files should be
> packaged and what f
Hi mates,
Just one question:
Is there already a patch for the open-vm-tools (2009.05.22) for Kernel 2.6.30
available?
for now I see it failing with:
sing 2.6.x kernel build system.
CC [M] /usr/src/packages/BUILD/obj/debug/modules/linux/vmblock/linux/block.o
In file included from
/usr/src/packa
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).
> http://open-vm-tools.wiki.sourceforg
Olivier,
>>> On 5/25/2009 at 5:24 , Olivier LAHAYE 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 modules and tools,
Hi Dominique,
Dominique Leuenberger wrote:
> Just one question:
> Is there already a patch for the open-vm-tools (2009.05.22) for Kernel 2.6.30
> available?
Did you try with any other kernel (just to make sure this is really something
caused by changes in 2.6.30)?
> for now I see it failing w
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
pointe
Marcelo,
>>> On 5/26/2009 at 1:09, Marcelo Vanzin wrote:
>> Just one question:
>> Is there already a patch for the open-vm-tools (2009.05.22) for Kernel
>> 2.6.30
> available?
>
> Did you try with any other kernel (just to make sure this is really
> something
> caused by changes in 2.6.30)