RE: Dependency problems building from SVN

2009-12-15 Thread Justin Lloyd
ion]) autoheader: warning: missing template: MINGW autoreconf: /usr/bin/autoheader failed with exit status: 1 [jll...@cflinux3:~/cfengine/community/trunk] Justin -Original Message- From: Nicolas Charles [mailto:charl...@gmail.com] Sent: Tuesday, December 15, 2009 12:31 PM To: Justin Lloyd Cc: he

Re: Dependency problems building from SVN

2009-12-15 Thread Nicolas Charles
In this case, you might want to use the following commands $ aclocal; automake -a -c; autoconf $ autoreconf --force --install --symlink $ ./configure $ make $ su -c 'make install' Justin Lloyd wrote: > > I’m attempting my first build of cfengine 3 out of svn and it appears > to want version 1.1

Re: Dependency problems building from SVN

2009-12-15 Thread Eystein Måløy Stenberg
Hi Justin, Ideally, you shouldn't need autoconf tools when just running configure and make scripts. For some reason you sometimes do (with svn versions), and it matters much which version of the tools you use. Personally, I have used the following set with no problems: m4-1.4.7.tar.bz2 autoconf-

Dependency problems building from SVN

2009-12-15 Thread Justin Lloyd
I'm attempting my first build of cfengine 3 out of svn and it appears to want version 1.10 of automake, which starts a whole chain of dependencies (autoconf, m4, certain functions in rpmlib) that are not available as updates to RHEL 5. Anyone else have this problem? Is it required to have the lates