VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (997 - 999 of 16363)

Ticket Resolution Summary Owner Reporter
#885 fixed Win XP crashes when coping more than 3 chinese letters to the clipboard Ulrich Reissner
Description

Running VirtualBox on Suse 10.3, and Windows XP in the Virtual Machine, VirtualBox crashes, when copying more than 3 chinese letters(out of vi, using utf8, running under windows xp german, with chinese language support), to the Shared clipboard. Sometimes it crashes directly when copying to the clipboard, sometimes it crashes when coping the letters out of the clipboard to an aplication on the host system. But it crashes allways the Virtual Machine.

#886 worksforme Fedora7 RPM MD5 sum mismatch Steve Gibson
Description
rpm -Uvh VirtualBox-1.5.2_25433_fedora7-1.i586.rpm 
Preparing...                ########################################### [100%]
   1:VirtualBox             ########################################### [100%]
error: unpacking of archive failed on file /usr/lib/VBoxXML.so;4738c584: cpio: MD5 sum mismatch
#887 fixed The kernel module won't compile: Fedora Core 6 babai78
Description

I tried installing the rpm for Fedora Core 6 from the VirtualBox webpage without any success! This is the output of /var/log/vbox-install.log after I do /etc/init.d/vboxdrv setup, which fails:

make KBUILD_VERBOSE=1 -C /lib/modules/2.6.22.9-61.fc6/build SUBDIRS=/tmp/vbox.9 SRCROOT=/tmp/vbox.9 modules
make[1]: Entering directory `/usr/src/kernels/2.6.22.9-61.fc6-i686'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (		\
	echo;								\
	echo "  ERROR: Kernel configuration is invalid.";		\
	echo "         include/linux/autoconf.h or include/config/auto.conf are missing.";	\
	echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";	\
	echo;								\
	/bin/false)
mkdir -p /tmp/vbox.9/.tmp_versions
rm -f /tmp/vbox.9/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/vbox.9
  gcc -m32 -Wp,-MD,/tmp/vbox.9/linux/.SUPDrv-linux.o.d  -nostdinc -isystem ./include -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i586 -mtune=generic -mtune=generic -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g  -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -I/lib/modules/2.6.22.9-61.fc6/build/include  -I/tmp/vbox.9/ -I/tmp/vbox.9/include -I/tmp/vbox.9/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DUSE_NEW_OS_INTERFACE_FOR_MM   -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)"  -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -c -o /tmp/vbox.9/linux/.tmp_SUPDrv-linux.o /tmp/vbox.9/linux/SUPDrv-linux.c
In file included from /tmp/vbox.9/include/VBox/types.h:21,
                 from /tmp/vbox.9/SUPDRV.h:26,
                 from /tmp/vbox.9/linux/SUPDrv-linux.c:22:
/tmp/vbox.9/include/iprt/types.h:65:22: error: stddef.h: No such file or directory
In file included from /tmp/vbox.9/include/iprt/string.h:22,
                 from /tmp/vbox.9/SUPDRV.h:39,
                 from /tmp/vbox.9/linux/SUPDrv-linux.c:22:
/tmp/vbox.9/include/iprt/stdarg.h:21:21: error: stdarg.h: No such file or directory
In file included from /tmp/vbox.9/SUPDRV.h:39,
                 from /tmp/vbox.9/linux/SUPDrv-linux.c:22:
/tmp/vbox.9/include/iprt/string.h:477: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
/tmp/vbox.9/include/iprt/string.h:497: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
/tmp/vbox.9/include/iprt/string.h:538: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
/tmp/vbox.9/include/iprt/string.h:563: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
/tmp/vbox.9/include/iprt/string.h:590: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
In file included from ./include/asm/system.h:4,
                 from ./include/asm/processor.h:18,
                 from ./include/asm/thread_info.h:16,
                 from ./include/linux/thread_info.h:21,
                 from ./include/linux/preempt.h:9,
                 from ./include/linux/spinlock.h:49,
                 from /tmp/vbox.9/SUPDRV.h:84,
                 from /tmp/vbox.9/linux/SUPDrv-linux.c:22:
./include/linux/kernel.h:123: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
./include/linux/kernel.h:127: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
./include/linux/kernel.h:131: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
./include/linux/kernel.h:135: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
./include/linux/kernel.h:139: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
./include/linux/kernel.h:155: error: expected declaration specifiers or $-1òø...òù before òøva_listòù
/tmp/vbox.9/linux/SUPDrv-linux.c: In function $-1òøSUPR0Printfòù:
/tmp/vbox.9/linux/SUPDrv-linux.c:1893: error: $-1òøva_listòù undeclared (first use in this function)
/tmp/vbox.9/linux/SUPDrv-linux.c:1893: error: (Each undeclared identifier is reported only once
/tmp/vbox.9/linux/SUPDrv-linux.c:1893: error: for each function it appears in.)
/tmp/vbox.9/linux/SUPDrv-linux.c:1893: error: expected $-1òø;òù before òøargsòù
/tmp/vbox.9/linux/SUPDrv-linux.c:1894: warning: ISO C90 forbids mixed declarations and code
/tmp/vbox.9/linux/SUPDrv-linux.c:1896: warning: implicit declaration of function $-1òøva_startòù
/tmp/vbox.9/linux/SUPDrv-linux.c:1896: error: $-1òøargsòù undeclared (first use in this function)
/tmp/vbox.9/linux/SUPDrv-linux.c:1897: error: too many arguments to function $-1òøvsnprintfòù
/tmp/vbox.9/linux/SUPDrv-linux.c:1900: warning: implicit declaration of function $-1òøva_endòù
/tmp/vbox.9/linux/SUPDrv-linux.c: In function $-1òøAssertMsg2òù:
/tmp/vbox.9/linux/SUPDrv-linux.c:1925: error: $-1òøva_listòù undeclared (first use in this function)
/tmp/vbox.9/linux/SUPDrv-linux.c:1925: error: expected $-1òø;òù before òøapòù
/tmp/vbox.9/linux/SUPDrv-linux.c:1926: warning: ISO C90 forbids mixed declarations and code
/tmp/vbox.9/linux/SUPDrv-linux.c:1928: error: $-1òøapòù undeclared (first use in this function)
/tmp/vbox.9/linux/SUPDrv-linux.c:1929: error: too many arguments to function $-1òøvsnprintfòù
make[2]: *** [/tmp/vbox.9/linux/SUPDrv-linux.o] Error 1
make[1]: *** [_module_/tmp/vbox.9] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.22.9-61.fc6-i686'
make: *** [vboxdrv] Error 2

I read somewhere it's impossible to install VirtualBox for newer kernels unless one has a compiled bare kernel with all default options enabled. That's what 'make oldconfig' is probably saying. Is this a bug?

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