Hi,

I did a clean checkout (r6404), ran ./configure and make throws this
errors:

$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh 
/home/xxxx/opt/build/libmesh-autotools/libmesh/build-aux/missing --run 
aclocal-1.12 -I m4
/home/xxxx/opt/build/libmesh-autotools/libmesh/build-aux/missing: line 51: 
aclocal-1.12: command not found
WARNING: 'aclocal-1.12' is missing on your system.  You should only need it if
         you modified 'acinclude.m4' or 'configure.ac'.  You might want
         to install the Automake and Perl packages.  Grab them from
         any GNU archive site.
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh 
/home/xxxx/opt/build/libmesh-autotools/libmesh/build-aux/missing --run autoconf
aclocal.m4:16: warning: this file was generated for autoconf 2.69.
You have another version of autoconf.  It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.
/usr/bin/m4:aclocal.m4:1084: cannot open `m4/libtool.m4': No such file or 
directory
/usr/bin/m4:aclocal.m4:1086: cannot open `m4/ltoptions.m4': No such file or 
directory
/usr/bin/m4:aclocal.m4:1087: cannot open `m4/ltsugar.m4': No such file or 
directory
/usr/bin/m4:aclocal.m4:1088: cannot open `m4/ltversion.m4': No such file or 
directory
/usr/bin/m4:aclocal.m4:1089: cannot open `m4/lt~obsolete.m4': No such file or 
directory
autom4te: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1

After running ./bootstrap:

$ ./bootstrap 
./bootstrap: line 73: test: too many arguments
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: `build-aux/ltmain.sh' is newer: use `--force' to overwrite
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
autoreconf: Leaving directory `.'

The following make fails with another error:

Making all in contrib/gmv
make[1]: Entering directory 
`/home/xxxx/opt/build/libmesh-autotools/libmesh/contrib/gmv'
  CC     gmvread.lo
libtool: Version mismatch error.  This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[1]: *** [gmvread.lo] Error 63
make[1]: Leaving directory 
`/home/xxxx/opt/build/libmesh-autotools/libmesh/contrib/gmv'
make: *** [all-recursive] Error 1

What do I have to do, to get a successful build?

Robert


On Fri, Nov 16, 2012 at 09:18:40PM -0600, Kirk, Benjamin (JSC-EG311) wrote:
> Merge is complete and trunk is back in business.  I'll be working on updating 
> documentation for updating the build system over the next few days.
> 
> In the meantime please contact me before you get too frustrated with automake 
> - it is usually easy to do something if you do it the 'automake way.'
> 
> -Ben
> 
> 
> 
> On Nov 16, 2012, at 3:40 PM, "Kirk, Benjamin (JSC-EG311)" 
> <benjamin.kir...@nasa.gov> wrote:
> 
> > As of r6384, I am merging the automake branch back in to trunk.   
> > 
> > The old build system (trunk at r6383) exists as
> > 
> > https://libmesh.svn.sourceforge.net/svnroot/libmesh/branches/libmesh-0.8.0
> > 
> > Unfortunately, the underlying SVN database on sourceforge is old and 
> > crusty, so am having to do some svnadmin hackery to update it to a recent 
> > format so I can reintegrate.  I will send another email when this completes 
> > and trunk is back in business.
> > 
> > Thanks,
> > 
> > -Ben
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > Monitor your physical, virtual and cloud infrastructure from a single
> > web console. Get in-depth insight into apps, servers, databases, vmware,
> > SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> > Pricing starts from $795 for 25 servers or applications!
> > http://p.sf.net/sfu/zoho_dev2dev_nov
> > _______________________________________________
> > Libmesh-devel mailing list
> > Libmesh-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/libmesh-devel
> 
> 
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Libmesh-devel mailing list
> Libmesh-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libmesh-devel

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to