[Bug 234878] emulators/virtualbox-ose: Update to 6.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 17 19:44:34 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878
Mario Lobo <lobo at bsd.com.br> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lobo at bsd.com.br
--- Comment #39 from Mario Lobo <lobo at bsd.com.br> ---
(In reply to Li-Wen Hsu from comment #36)
I've downloaded your port. ose-kmod compiles fine but the main app fails with:
ports/emulators/virtualbox-ose/work/VirtualBox-6.0.12/src/VBox/Runtime/r3/posix/process-creation-posix.cpp:368:49:
error:
invalid application of 'sizeof' to an incomplete type 'struct crypt_data'
size_t const cbCryptData = RT_MAX(sizeof(struct crypt_data) * 2,
_256K);
^
~~~~~~~~~~~~~~~~~~~
ports/emulators/virtualbox-ose/work/VirtualBox-6.0.12/src/VBox/Runtime/r3/posix/process-creation-posix.cpp:190:63:
note:
forward declaration of 'crypt_data'
typedef char *(*PFNCRYPTR)(const char *, const char *, struct crypt_data *);
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-emulation
mailing list