VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (331 - 333 of 16363)

Ticket Resolution Summary Owner Reporter
#340 fixed SVN and OSE compilation faild on debian etch amd_64 witti
Description

the configuration was fine. the compilation works also fine, til this error: kBuild: Compiling vboxvideo_drv_70 - vboxutils.c kBuild: Linking vboxvideo_drv_70 /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status kmk[5]: * usr/src/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xgraphics/vboxvideo_drv_70/vboxvideo_drv_70.so Error 1 The failing command:

@gcc -m32 -shared -fPIC -s -o /usr/src/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xgraphics/vboxvideo_drv_70/vboxvideo_drv_70.so /usr/src/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xgraphics/vboxvideo_drv_70/vboxvideo.o /usr/src/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xgraphics/vboxvideo_drv_70/vboxutils.o -Wl,-Map -Wl,/usr/src/vbox/out/linux.amd64/release/obj/src/VBox/Additions/linux/xgraphics/vboxvideo_drv_70/vboxvideo_drv_70.map -Wl,--cref

#341 fixed vditool don't recognize lowercase command name JusTiCe8
Description

vditool svn (and propably 1.3.8) failed to manage lowercase command string, example:

-- LD_LIBRARY_PATH=. ./vditool dump example_disk.vdi vditool Copyright (c) 2004-2005 InnoTek Systemberatung GmbH.

Syntax error: Invalid command!

Usage: vditool <Command> [Params] Commands and params: --

It's surprising according to call to 'ascii2upper' function. While debugging this I dsicover: szCmd = "dump\000f\203¯¥\212\004\bô\017ò§" before call o ascii2upper and is equal to "+<47\000f\203¯¥\212\004\bô\017ò§" after call.

the line "*psz += 'A' - 'z';" (line 39) seems to be really wrong in character case convertion.

It will be better to use strcasecmp instead of strcmp in swtich statement, and perhaps better to use a RTStr* function (to be sure to don't miss UTF strings).

#342 fixed -nologo switch for VBoxManage Christian d'Heureuse
Description

Please provide a "-nologo" switch for the VBoxManage command line tool, to reduce the output on the command line (suppress the first 3 output lines) when the tool is used within a script (e.g. in a Windows Batch file).

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