[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-13 Thread Daniel van Vugt
This does not appear to be an Ubuntu bug. The failure was caused by the user's own (non-packaged) /usr/local/bin/perl which was broken. ** Changed in: virtualbox-ose (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

Re: [Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Cerq
Thank you for your answer. I tried your solution. Here is what I get : sudo apt-get install perl-base perl-modules Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait perl-base est déjà la plus récente version disponible.

[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Daniel van Vugt
Please check for the missing file strict.pm using this command: find /usr -name strict.pm Does it show where the file is? Next, try this: 1. sudo apt-get install --reinstall perl-base 2. find /usr -name strict.pm# What does it show now? 3. Reboot. 4. Try reinstalling virtualbox-ose-dkms

Re: [Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Cerq
2011/9/9 Daniel van Vugt vanv...@gmail.com Please check for the missing file strict.pm using this command: find /usr -name strict.pm Does it show where the file is? Yes it gives : /usr/share/perl/5.10.1/strict.pm Next, try this: 1. sudo apt-get install --reinstall perl-base It

[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Daniel van Vugt
Please attach the new make.log file from the latest error. You can find it with: find /var/lib/dkms/virtualbox-ose/3.1.6/build/ -name make.log I have a theory that you might have 2 versions of perl installed and virtualbox is using the wrong one to build. Please run this command and attach the

Re: [Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Cerq
2011/9/9 Daniel van Vugt vanv...@gmail.com Please attach the new make.log file from the latest error. You can find it with: find /var/lib/dkms/virtualbox-ose/3.1.6/build/ -name make.log I have a theory that you might have 2 versions of perl installed and virtualbox is using the wrong one

[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Daniel van Vugt
Please run: perl -v perl -V And attach the outputs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844686 Title: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade:

Re: [Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Cerq
Here it is. Do you prefer me to put the answers in files or is it ok within emails? Thanks. 2011/9/9 Daniel van Vugt vanv...@gmail.com Please run: perl -v This is perl, v5.8.8 built for i486-linux-gnu-thread-multi Copyright 1987-2006, Larry Wall Perl may be copied only under the terms of

[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Daniel van Vugt
Thanks. The cause of your problem is that you seem to have 2 copies of perl installed. The current deb package you have installed is perl 5.10, but your default perl command still points to an incomplete copy of perl 5.8. Please run: 1. which perl # And attach the output to this bug 2. sudo

Re: [Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Cerq
I think it is working now because I can install new applications again. Thank you so much for your help. 2011/9/9 Daniel van Vugt vanv...@gmail.com Thanks. The cause of your problem is that you seem to have 2 copies of perl installed. The current deb package you have installed is perl 5.10,

[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-09 Thread Daniel van Vugt
You're welcome. You should probably remove the old perl 5.8 files related to /usr/local/bin/perl because it is clearly broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844686 Title: package

[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-08 Thread Cerq
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844686 Title: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build To manage

[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-08 Thread Cerq
Please contact me to tell what I should do with it. Thanks a lot. Cheers, Thomas C. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844686 Title: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2

[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-09-08 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. I have tried reproducing the bug with a fresh Ubuntu 10.04.2 installation and could not. It appears your problem is a missing or out of date perl package. Please try the following commands to install the missing