VirtualBox

16 年 前 建立

16 年 前 結束

#3468 closed defect (fixed)

Fails to build with "VBOX_WITH_64_BITS_GUESTS="

回報者: blueyed 負責人:
元件: other 版本: VirtualBox 2.1.4
關鍵字: 副本:
Guest type: other Host type: other

描述

In Ubuntu the package has/had code to set VBOX_WITH_64_BITS_GUESTS according to the build system.

This fails to build. Some investigation is available at https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/328161 and the build log is at: http://launchpadlibrarian.net/23237526/build.log

The problem is likely in src/VBox/VMM/testcase/tstVMStructGC.cpp, where it should be 4 instead of 8 in the second case:

#ifdef VBOX_WITH_64_BITS_GUESTS
AssertCompileSize(RTGCPTR,  8);
#else
AssertCompileSize(RTGCPTR,  8);
#endif

I'm not sure at all and the Ubuntu package does not change VBOX_WITH_64_BITS_GUESTS now anymore, but wanted to notify you about this.

更動歷史 (1)

comment:1 16 年 前Sander van Leeuwen 編輯

狀態: newclosed
處理結果: fixed

Thanks, fixed.

注意: 瀏覽 TracTickets 來幫助您使用待辦事項功能

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