[Bug 288822] x11-servers/xwayland: error: incomplete definition of type 'struct authdes_cred'
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288822
Bug ID: 288822
Summary: x11-servers/xwayland: error: incomplete definition of
type 'struct authdes_cred'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
It looks like 15's 7ac276298b7 (Remove Secure RPC DES authentication,
include/rpc/auth_des.h) has broken xwayland:
...
FAILED: os/liblibxserver_os.a.p/rpcauth.c.o
...
../os/rpcauth.c:110:52: error: incomplete definition of type 'struct
authdes_cred'
110 | return (((struct authdes_cred *)
r.rq_clntcred)->adc_fullname.name);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
../os/rpcauth.c:110:22: note: forward declaration of 'struct authdes_cred'
110 | return (((struct authdes_cred *)
r.rq_clntcred)->adc_fullname.name);
| ^
1 error generated.
I don't see any package options to exclude that block of code, and don't really
know my way around meson.
--
You are receiving this mail because:
You are the assignee for the bug.