Custom Query (16363 matches)
Results (331 - 333 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #340 | fixed | SVN and OSE compilation faild on debian etch amd_64 | ||
| 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:
|
|||
| #341 | fixed | vditool don't recognize lowercase command name | ||
| 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 | ||
| 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). |
|||

