Bug 8783 - ldapsmb builds fail on Fedora 15 and 16
Summary: ldapsmb builds fail on Fedora 15 and 16
Status: NEW
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.6.3
Hardware: All All
: P5 enhancement
Target Milestone: ---
Assignee: Guenther Deschner
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 18:06 UTC by Lars Müller
Modified: 2012-02-27 18:22 UTC (History)
0 users

See Also:


Attachments
Patch to ldapsmb's configure.in (462 bytes, patch)
2012-02-27 18:22 UTC, Lars Müller
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Müller 2012-02-27 18:06:31 UTC
~/rpmbuild/BUILD/samba-3.6.3/ldapsmb-1.34b ~/rpmbuild/BUILD/samba-3.6.3/source3 ~/rpmbuild/BUILD/samba-3.6.3
+ ./autogen.sh
./configure: line 1860: .: VERSION: file not found

This is what you see in the build log.

This made it work again.

@@ -148,7 +148,7 @@ AC_ARG_WITH(nscdinitscript,


 # source version
-. VERSION
+. ./VERSION

 AC_SUBST(VERSION)
 AC_SUBST(LOGFILEBASE)
Comment 1 Lars Müller 2012-02-27 18:22:25 UTC
Created attachment 7350 [details]
Patch to ldapsmb's configure.in