Bug 13866 - Samba 4.10.0 builds tdb when bundled tdb is disabled
Summary: Samba 4.10.0 builds tdb when bundled tdb is disabled
Status: RESOLVED INVALID
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.10.0
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-29 07:15 UTC by Mikhail Novosyolov
Modified: 2019-06-13 21:36 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 Mikhail Novosyolov 2019-03-29 07:15:29 UTC
I build samba with --bundled-libraries=heimdal,!zlib,!popt,!talloc,!tevent,!tdb,!ldb

Samba 4.9.4 did built only /usr/lib64/python2.7/site-packages/samba/*, but samba 4.10.0 also builds /usr/lib64/python2.7/site-packages/{tdb.so,_tdb_text.py,_tevent.so,tevent.py}, which are in python-tdb package

As bundling tdb is switched off, it must not be built.
Comment 1 Mikhail Novosyolov 2019-03-29 07:20:24 UTC
Samba 4.10.0 is built with PYTHON=python2
Comment 2 Andrew Bartlett 2019-06-13 21:36:12 UTC
This is a different bundled lib, pytdb.  You need to specify that also.