Bug 13404 - auth.idl: Unable to determine origin of type `struct cli_credentials'
Summary: auth.idl: Unable to determine origin of type `struct cli_credentials'
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.8.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-24 18:55 UTC by Ruga
Modified: 2022-02-14 00:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruga 2018-04-24 18:55:12 UTC
[ 133/2913] Compiling IDL librpc/idl/atsvc.idl
[ 134/2913] Compiling IDL librpc/idl/auth.idl
/opt/src/samba-4.8.0/librpc/idl/auth.idl:115: warning: helper() is pidl-specific and deprecated. Use `include' instead
/opt/src/samba-4.8.0/librpc/idl/auth.idl:107: error: Unable to determine origin of type `struct cli_credentials'
/opt/src/samba-4.8.0/librpc/idl/auth.idl:107: error: Unable to determine origin of type `struct cli_credentials'
[ 135/2913] Compiling IDL librpc/idl/drsuapi.idl
Comment 1 Andrew Bartlett 2022-02-14 00:54:42 UTC
This behaviour is deliberate (cli_credentials is not an NDR structure, it is a C type).  While we could squash the warning with some kind of override, there is no particular benefit to doing so here.