VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (694 - 696 of 16363)

Ticket Resolution Summary Owner Reporter
#8797 invalid unable to connect to VPN mourad009
Description

unable to connect to VPN

#15201 worksforme unable to compile vboxdrv Hr.Hansen
Description

After upgrading to kernel 4.3.6-201.fc22.x86_64:

Unable to compile vboxdrv.

By the way opgrading vbox to newer instance is failing, so I have to keep 4.3.30.

DKMS make.log for vboxhost-4.3.30 for kernel 4.3.6-201.fc22.x86_64 (x86_64) fre mar 4 14:31:01 CET 2016 make: Entering directory '/usr/src/kernels/4.3.6-201.fc22.x86_64'

LD /var/lib/dkms/vboxhost/4.3.30/build/built-in.o LD /var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/built-in.o CC [M] /var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.o

/var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.c: In function »VBoxDrvLinuxUnload«: /var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.c:455:8: fejl: tom værdi er ikke ignoreret som den burde være ( failure: enpty value not ignored as i should)

rc = misc_deregister(&gMiscDeviceUsr);

/var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.c:460:8: fejl: tom værdi er ikke ignoreret som den burde være ( failure: enpty value .....)

rc = misc_deregister(&gMiscDeviceSys);

scripts/Makefile.build:258: recipe for target '/var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.o' failed make[2]: * var/lib/dkms/vboxhost/4.3.30/build/vboxdrv/linux/SUPDrv-linux.o Error 1 scripts/Makefile.build:403: recipe for target '/var/lib/dkms/vboxhost/4.3.30/build/vboxdrv' failed make[1]: * var/lib/dkms/vboxhost/4.3.30/build/vboxdrv Error 2 Makefile:1382: recipe for target '_module_/var/lib/dkms/vboxhost/4.3.30/build' failed make: * [_module_/var/lib/dkms/vboxhost/4.3.30/build] Error 2 make: Leaving directory '/usr/src/kernels/4.3.6-201.fc22.x86_64'

#11332 wontfix unable to build on sabotage linux (using musl libc) due to use of binary program "kmk_sed" John.Spencer
Description

Checking for libpng: found version 1.5.11, OK. ./configure: line 2565: /src/build/virtualbox/VirtualBox-4.2.6/kBuild/bin/linux.amd64/kmk_sed: not found

kmk_sed is a binary program linked against glibc.

the "not found" error message stems from the dynlinker which tries to open the DT_INTERP from glibc:

$ readelf -a /src/build/virtualbox/VirtualBox-4.2.6/kBuild/bin/linux.amd64/kmk_sed | grep -i INTERP

[ 1] .interp PROGBITS 0000000000400200 00000200 INTERP 0x0000000000000200 0x0000000000400200 0x0000000000400200

[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]

also note that neither the glibc dynlinker nor /lib64 exists.

this is the first program i've encountered in my entire life that executes it own binary programs during *SOURCE CODE* compilation.

this is completely unportable. please change your build scripts to use POSIX sed instead of your own weird binary thing.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy