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

Mario Lobo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

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

Reply via email to