Bug 6835 - configure fails when "--enable-merged-build" is set
Summary: configure fails when "--enable-merged-build" is set
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.4
Classification: Unclassified
Component: Build environment (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P3 normal
Target Milestone: ---
Assignee: Björn Jacke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 07:19 UTC by Khaled Blah
Modified: 2012-09-12 22:42 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 Khaled Blah 2009-10-21 07:19:21 UTC
I have tried Samba 3.4.2, 3.4.1 and "latest" (which appearantly is not equal to 3.4.2) and wanted to enable the Samba 4 sources. However, doing so leads to this error message:

build/smb_build/main.pl: can't open '../lib/tevent/python.mk' at build/smb_build/config_mk.pm line 173.

The error message can be avoided by taking out one line from the samba.m4 file which refers to a file which is not there (hence the error message):

sed -i "s/SMB_INCLUDE_MK(\.\.\/lib\/tevent\/python\.mk)//g" samba4.m4

I don't think this will affect the building but I could be wrong of course.

I am sure that is not intented to happen so I'm reporting this as a bug.
Comment 1 Volker Lendecke 2009-10-21 07:37:01 UTC
Sorry, this is not a blocker. The merged build is not a supported feature yet.

Volker
Comment 2 Björn Jacke 2012-09-12 22:42:51 UTC
4.0 will have a unified waf based build system now.