[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-11-24 Thread Adar Dembo
I think this bug has been fixed, but as far as I know, Intrepid's open-
vm-source package is still busted because of bug #278711.

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-10-03 Thread Craig
Has this bug been fixed in Intrepid's package?

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-06-04 Thread Luca Falavigna
As you can see from bug #217254, open-vm-tools has been removed from
Hardy, no chance to fix this bug right now.

** Changed in: open-vm-tools (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-06-03 Thread Lowell Alleman
Hanno, I asked the same question here:

https://answers.launchpad.net/ubuntu/+source/open-vm-
tools/+question/30436

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-05-31 Thread Hanno Stock (hefe_bia)
open-vm-tools have been removed from Hary. Can somebody explain why?
Is it a licensing issue?

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-04-05 Thread Adriaan Peeters
The patch by Hanno builds and works fine on my 64bit Ubuntu. I hope it
gets in before the Hardy release.

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-04-04 Thread Luca Falavigna
Debdiff looks good, Soren (or people from ubuntu-virt), could you please
have a look at it?

** Changed in: open-vm-tools (Ubuntu)
   Importance: Undecided => Medium

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-04-04 Thread Daniel Holbach
Søren: can you please take a look at it?

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-03-18 Thread Hanno Stock (hefe_bia)
I have investigated the problem further:

The patch seems to be needed, when the modules have to be built for a kernel 
other than the currently running one.
I believe there where two typos in the patch:

It has to be "ifdef KVERREL" instead of "ifeq KVERREL" - module-assistant 
passes the kernel version as KVERREL in the same format as 'uname -r' would 
give for the running kernel.
Also KEVERREL doesn't seem to exist.

I have attached a debdiff that corrects these problems. I have verified
that the modules build on a hardy test VM and that the KVERREL variable
is used (instead of 'uname -r')

I will upload an updated version to my PPA.

** Attachment added: "Debdiff modifying 03_kernel_makefile_fix.diff"
   
http://launchpadlibrarian.net/12724681/open-vm-tools_2008.01.23-74039-0ubuntu2.debdiff

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-03-17 Thread Hanno Stock (hefe_bia)
I have attached a debdiff here, that removes the patch mentioned above.
Now the modules build fine with module-assistant on my hardy (i386) test vm.

Can somebody explain why this patch was included in the first place?
Otherwise the package could be updated if there are no objections
against it. It would be nice if somebody could test on a 64bit VM, too.

Packages for testing will be availeable in my PPA.
(https://launchpad.net/~hanno-stock/+archive)

** Attachment added: "Debdiff removing the patch 03_kernel_makefile_fix.diff"
   
http://launchpadlibrarian.net/12710903/open-vm-tools_2008.01.23-74039-0ubuntu2.debdiff

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-03-14 Thread Hanno Stock
I can confirm this behavior.
Also the solution described by Roshan Shariff works for me.


** Changed in: open-vm-tools (Ubuntu)
   Status: New => Confirmed

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-02-20 Thread Roshan Shariff
The problem seems to be caused in 03_kernel_makefile_fix.diff applied by
Ubuntu. The following procedure allows the modules to build:

$ sudo module-assistant auto-install open-vm-source

This build will fail. Select STOP and abort the installation.

$ cd /usr/src/modules/open-vm
$ wget -qO - 
http://patches.ubuntu.com/o/open-vm-tools/extracted/03_kernel_makefile_fix.diff 
| sudo patch --reverse -p3
$ sudo module-assistant --not-unpack auto-install open-vm-source

This should build and install the modules for the current kernel.

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 193606] Re: module-assistant fails to install open-vm-source

2008-02-19 Thread Roshan Shariff
Error log from /var/cache/modass/open-vm-
source.buildlog.2.6.24-8-generic.1203492837

** Attachment added: "open-vm-source.buildlog.2.6.24-8-generic.1203492837"
   
http://launchpadlibrarian.net/12096812/open-vm-source.buildlog.2.6.24-8-generic.1203492837

-- 
module-assistant fails to install open-vm-source
https://bugs.launchpad.net/bugs/193606
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs