Bug 9925 - --builtin-libraries=ALL causes configure abort
Summary: --builtin-libraries=ALL causes configure abort
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Build (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 11:08 UTC by mampfi
Modified: 2022-02-14 00:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mampfi 2013-06-03 11:08:34 UTC
./buildtools/bin/waf configure --bundled-libraries=ALL --builtin-libraries=ALL
...
./buildtools/bin/waf
...
Checking project rules ...
ERROR: source source3/smbd/notify_internal.c is in more than one subsystem of target 'smbstatus': ['smbstatus.objlist', 'smbd_base']

And you won't get rid of the error by reconfiguring (waf reconfigure, or waf configure --enable-auto-reconfigure) only a make distclean helps.
Comment 1 Andrew Bartlett 2022-02-13 23:56:26 UTC
Current error is:

ERROR: Target 'samba_python.cpython-38-x86_64-linux-gnu_empty_c' in directory /data/samba/git/samba/python re-defined as GENERATOR - was GENERATOR

But essentially this is essentially unsupported, and isn't really a priority unless you can give a specific use case. 

This is supported, and may be more what you were looking for:

 --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=smbtorture,smbd/smbd


Sorry,