Opened 5 years ago
Closed 5 years ago
#19494 closed defect (fixed)
Guest additions compilation failure on x86 (32bit) (fixed in VirtualBox 6.1.8)
Reported by: | Jan Palus | Owned by: | Frank Batschulat (Oracle) |
---|---|---|---|
Component: | guest additions/x11/graphics | Version: | VirtualBox 6.1.6 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | other |
Description
/tmp/B.dzLgNZ/BUILD/VirtualBox-6.1.6/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp: In function 'int startX11MonitorThread()': /tmp/B.dzLgNZ/BUILD/VirtualBox-6.1.6/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp:313:49: error: invalid conversion from 'int (*)(RTTHREAD, void*)' {aka 'int (*)(RTTHREADINT*, void*)'} to 'PFNRTTHREAD' {aka 'int (__attribute__((regparm(0), cdecl)) *)(RTTHREADINT*, void*)'} [-fpermissive]
Attachments (2)
Change History (9)
comment:1 by , 5 years ago
Status: | new → awaitsfeedback |
---|
by , 5 years ago
Attachment: | buildlog_ubuntu-bionic-i386.virtualbox_6.1.6-dfsg-1~ubuntu18.04.1_BUILDING.txt.gz added |
---|
buildlog
comment:3 by , 5 years ago
Looking at other RTThreadCreate invocations, shouldn't x11MonitorThreadFunction be declared with DECLCALLBACK(int)...?
by , 5 years ago
Attachment: | x86-guest.patch added |
---|
comment:5 by , 5 years ago
Component: | other → guest additions/x11/graphics |
---|---|
Owner: | set to |
Status: | awaitsfeedback → accepted |
comment:6 by , 5 years ago
This has been fixed in the 6.1.X branch with revision r137261 and will be part of the next public 6.1.X release.
comment:7 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Summary: | Guest additions compilation failure on x86 (32bit) → Guest additions compilation failure on x86 (32bit) (fixed in VirtualBox 6.1.8) |
fixed in VirtualBox 6.1.8
Note:
See TracTickets
for help on using tickets.
which Linux distribution, which kernel version, which gcc compiler?