Custom Query (16363 matches)
Results (694 - 696 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #8797 | invalid | unable to connect to VPN | ||
| Description |
unable to connect to VPN |
|||
| #15201 | worksforme | unable to compile vboxdrv | ||
| 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'
/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)
/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 .....)
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" | ||
| 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
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. |
|||

