Page 1 of 1

Fedora 14 and VirtualBox 4.0.6 71344

Posted: 22. Apr 2011, 00:24
by didierg
Trying to update Virtual Box to 4.0.6 71344 on Fedora 14 I get following error :
$ cat /var/lib/dkms/vboxhost/4.0.6/build/make.log
DKMS make.log for vboxhost-4.0.6 for kernel 2.6.38.3-17.fc15.x86_64 (x86_64)
jeu. avril 21 23:55:21 CEST 2011
make : on entre dans le répertoire « /usr/src/kernels/2.6.38.3-17.fc15.x86_64 »
LD /var/lib/dkms/vboxhost/4.0.6/build/built-in.o
LD /var/lib/dkms/vboxhost/4.0.6/build/vboxdrv/built-in.o
CC [M] /var/lib/dkms/vboxhost/4.0.6/build/vboxdrv/linux/SUPDrv-linux.o
scripts/basic/fixdep: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by scripts/basic/fixdep)
make[2]: *** [/var/lib/dkms/vboxhost/4.0.6/build/vboxdrv/linux/SUPDrv-linux.o] Erreur 1
make[1]: *** [/var/lib/dkms/vboxhost/4.0.6/build/vboxdrv] Erreur 2
make: *** [_module_/var/lib/dkms/vboxhost/4.0.6/build] Erreur 2
make: on quitte le répertoire « /usr/src/kernels/2.6.38.3-17.fc15.x86_64 »
At this time there is no glibc_2.14 available for Fedora : http://koji.fedoraproject.org/koji/pack ... ckageID=57

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 22. Apr 2011, 00:28
by Perryg
Where exactly did you get the file, and what is the complete file name?

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 22. Apr 2011, 00:37
by didierg
installed rpm is :
$ rpm -qi VirtualBox-4.0-4.0.6_71344_fedora14-1.x86_64
Name : VirtualBox-4.0 Relocations: (not relocatable)
Version : 4.0.6_71344_fedora14 Vendor: Oracle Corporation
Release : 1 Build Date: jeu. 21 avril 2011 14:49:42 CEST
Install Date: jeu. 21 avril 2011 23:55:14 CEST Build Host: tinderlin3.germany.sun.com
Group : Applications/System Source RPM: VirtualBox-4.0-4.0.6_71344_fedora14-1.src.rpm
Size : 113266312 License: GPLv2
Signature : DSA/SHA1, jeu. 21 avril 2011 15:43:17 CEST, Key ID 54422a4b98ab5139
URL : http://www.virtualbox.org/
Summary : Oracle VM VirtualBox
Description :
I got it from VirtualBox repo.

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 22. Apr 2011, 00:58
by Perryg
Looking into it. Please post this in this section too. http://forums.virtualbox.org/viewtopic.php?f=1&t=40922

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 22. Apr 2011, 01:57
by didierg
I assume this problem is not in VirtualBox but in fedora.

I install 4.0.6 buid 71344 with no error on 2.6.38.3-15.rc1.fc15.x86_64 but I have problem above on 2.6.38.3-17.fc15.x86_64

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 22. Apr 2011, 02:11
by Perryg
Yes but it should work in Fedora 14 as well. If not then the DEVs need to know about it. I don't have my F14 machine available to me at the moment, that is why I suggested that you post this to the section I indicated. They will check it tomorrow and see what the problem is, and if they need to fix something they will.

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 22. Apr 2011, 21:20
by genec
I have same problem - it updated automatically via yum - and now it doesn't work because of the


CC [M] /var/lib/dkms/vboxhost/4.0.6/build/vboxdrv/linux/SUPDrv-linux.o
scripts/basic/fixdep: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by scripts/basic/fixdep)
make[2]: *** [/var/lib/dkms/vboxhost/4.0.6/build/vboxdrv/linux/SUPDrv-linux.o] Error 1


error.

posted in : http://forums.virtualbox.org/viewtopic. ... 73#p184173

as well.

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 23. Apr 2011, 16:14
by genec
Regarding the fedora problem with newer kernels.

The problem is really on fedora 15 (which kernels are being used here on fedora 14).

This will be a problem when fedora 15 is released in the coming weeks.

That said - there is a fix for fedora 14 - simply rebuild the kernel on fedora 14 itself (this of course wont help with fedora 15 itself).

I downloaded the src.rpm for the kernel and used rpmbuild to build it on fedora 14 - now virtualbox works fine.

This issue will come back when fedora 15 (and other distro's) go live with newer systems (glibc, gcc etc) - which have newer toolchains for building kernels.

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 23. Apr 2011, 16:18
by genec
On further thought - this may or may not be a problem on fedora 15. It may just be using a fedora 15 compiled kernel (using newer toolchain - glibc, gcc etc) on a fedora 14 system.

Someone needs to try it on a fedora 15 install.

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 23. Apr 2011, 16:54
by Perryg
It does install correctly in Fedora-15 although the OS is not supported yet and you need to install the build for Fedora-14.
Given your situation I am going to say that using the F-15 kernel in F-14 is causing the dependency problem.

Re: Fedora 14 and VirtualBox 4.0.6 71344

Posted: 23. Apr 2011, 17:16
by genec
That makes sense ... so this is not a bug ... it works on f14 and f15 no problem as long as we use consistent build.

thanks for testing the f15 case ... :-)