https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878

Mario Lobo <l...@bsd.com.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |l...@bsd.com.br

--- Comment #39 from Mario Lobo <l...@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.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to