should be fixed now. Apparently to do with timestamps on files being confused 
when checked out via svn.

(giza r513)

Daniel

PS: A workaround would be “cd giza; touch configure.ac aclocal.m4 configure 
Makefile.am Makefile.in; ./configure; make"

> 
>> On 14 Nov 2015, at 9:59 AM, Chris Nixon wrote:
>> 
>> Hi Daniel,
>> 
>> Splash fails to compile on the cluster here in Leicester. It fails asking 
>> for automake-1.15, which is missing from our system. We have version 
>> 1.11.1...
>> 
>> Your warning says I shouldn't need this unless I've changed some file - I 
>> have not changed anything and checked out the repository versions of splash 
>> & giza. Log below.
>> 
>> Any fix? or does automake need updating (probably problematic...)
>> 
>> cheers,
>> Chris
>> 
>> -----
>> 
>> Compiling splash for gfortran system...........
>> 
>> Compiling the PARALLEL code
>> compiling with gfortran v5.1.0 (OK)
>> Compiling giza...
>> cd ../giza; ./configure 
>> --prefix=/panfs/dirac.panfs.cluster/home/usrname/splash/build/../giza CC=gcc 
>> CAIRO_LIBS="-L/usr/X11//lib -lcairo" CAIRO_CFLAGS="-I/usr/X11//include" 
>> X11_LIBS="-L/usr/X11//lib -lX11" X11_CFLAGS="-I/usr/X11//include"
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking whether build environment is sane... yes
>> checking for a thread-safe mkdir -p... /bin/mkdir -p
>> checking for gawk... gawk
>> checking whether make sets $(MAKE)... yes
>> checking whether make supports nested variables... yes
>> checking whether make supports nested variables... (cached) yes
>> checking for gcc... gcc
>> checking whether the C compiler works... yes
>> checking for C compiler default output file name... a.out
>> checking for suffix of executables...
>> checking whether we are cross compiling... no
>> checking for suffix of object files... o
>> checking whether we are using the GNU C compiler... yes
>> checking whether gcc accepts -g... yes
>> checking for gcc option to accept ISO C89... none needed
>> checking whether gcc understands -c and -o together... yes
>> checking for style of include used by make... GNU
>> checking dependency style of gcc... gcc3
>> checking for gfortran... gfortran
>> checking whether we are using the GNU Fortran compiler... yes
>> checking whether gfortran accepts -g... yes
>> checking build system type... x86_64-unknown-linux-gnu
>> checking host system type... x86_64-unknown-linux-gnu
>> checking how to print strings... printf
>> checking for a sed that does not truncate output... /bin/sed
>> checking for grep that handles long lines and -e... /bin/grep
>> checking for egrep... /bin/grep -E
>> checking for fgrep... /bin/grep -F
>> checking for ld used by gcc... /usr/bin/ld
>> checking if the linker (/usr/bin/ld) is GNU ld... yes
>> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
>> checking the name lister (/usr/bin/nm -B) interface... BSD nm
>> checking whether ln -s works... yes
>> checking the maximum length of command line arguments... 3458764513820540925
>> checking how to convert x86_64-unknown-linux-gnu file names to 
>> x86_64-unknown-linux-gnu format... func_convert_file_noop
>> checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
>> format... func_convert_file_noop
>> checking for /usr/bin/ld option to reload object files... -r
>> checking for objdump... objdump
>> checking how to recognize dependent libraries... pass_all
>> checking for dlltool... no
>> checking how to associate runtime and link libraries... printf %s\n
>> checking for ar... ar
>> checking for archiver @FILE support... @
>> checking for strip... strip
>> checking for ranlib... ranlib
>> checking command to parse /usr/bin/nm -B output from gcc object... ok
>> checking for sysroot... no
>> checking for a working dd... /bin/dd
>> checking how to truncate binary pipes... /bin/dd bs=4096 count=1
>> checking for mt... no
>> checking if : is a manifest tool... no
>> checking how to run the C preprocessor... gcc -E
>> checking for ANSI C header files... yes
>> checking for sys/types.h... yes
>> checking for sys/stat.h... yes
>> checking for stdlib.h... yes
>> checking for string.h... yes
>> checking for memory.h... yes
>> checking for strings.h... yes
>> checking for inttypes.h... yes
>> checking for stdint.h... yes
>> checking for unistd.h... yes
>> checking for dlfcn.h... yes
>> checking for objdir... .libs
>> checking if gcc supports -fno-rtti -fno-exceptions... no
>> checking for gcc option to produce PIC... -fPIC -DPIC
>> checking if gcc PIC flag -fPIC -DPIC works... yes
>> checking if gcc static flag -static works... no
>> checking if gcc supports -c -o file.o... yes
>> checking if gcc supports -c -o file.o... (cached) yes
>> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
>> libraries... yes
>> checking whether -lc should be explicitly linked in... no
>> checking dynamic linker characteristics... GNU/Linux ld.so
>> checking how to hardcode library paths into programs... immediate
>> checking whether stripping libraries is possible... yes
>> checking if libtool supports shared libraries... yes
>> checking whether to build shared libraries... yes
>> checking whether to build static libraries... yes
>> checking if libtool supports shared libraries... yes
>> checking whether to build shared libraries... yes
>> checking whether to build static libraries... yes
>> checking for gfortran option to produce PIC... -fPIC
>> checking if gfortran PIC flag -fPIC works... yes
>> checking if gfortran static flag -static works... no
>> checking if gfortran supports -c -o file.o... yes
>> checking if gfortran supports -c -o file.o... (cached) yes
>> checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports 
>> shared libraries... yes
>> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
>> checking how to hardcode library paths into programs... immediate
>> checking for pkg-config... /usr/bin/pkg-config
>> checking pkg-config is at least version 0.9.0... yes
>> checking for CAIRO... yes
>> checking for X11... yes
>> checking that generated files are newer than configure... done
>> configure: creating ./config.status
>> config.status: creating Makefile
>> config.status: creating src/Makefile
>> config.status: creating src/cpgplot.pc
>> config.status: creating src/giza.pc
>> config.status: creating src/pgplot.pc
>> config.status: creating src/giza-version.h
>> config.status: creating test/Makefile
>> config.status: creating test/C/Makefile
>> config.status: creating test/F90/Makefile
>> config.status: creating config.h
>> config.status: config.h is unchanged
>> config.status: executing depfiles commands
>> config.status: executing libtool commands
>> cd ../giza; make  install CC="gcc" CFLAGS="-fPIC -Wall -Wextra -O3 -g"
>> make[2]: Entering directory 
>> `/panfs/dirac.panfs.cluster/home/usrname/splash/giza'
>> cd . && /bin/sh 
>> /panfs/dirac.panfs.cluster/home/usrname/splash/giza/build/missing 
>> automake-1.15 --gnu
>> /panfs/dirac.panfs.cluster/home/usrname/splash/giza/build/missing: line 81: 
>> automake-1.15: command not found
>> WARNING: 'automake-1.15' is missing on your system.
>>        You should only need it if you modified 'Makefile.am' or
>>        'configure.ac' or m4 files included by 'configure.ac'.
>>        The 'automake' program is part of the GNU Automake package:
>>        <http://www.gnu.org/software/automake>
>>        It also requires GNU Autoconf, GNU m4 and Perl in order to run:
>>        <http://www.gnu.org/software/autoconf>
>>        <http://www.gnu.org/software/m4/>
>>        <http://www.perl.org/>
>> make[2]: *** [Makefile.in] Error 1
>> make[2]: Leaving directory 
>> `/panfs/dirac.panfs.cluster/home/usrname/splash/giza'
>> make[1]: *** [gizabuild] Error 2
>> make[1]: Leaving directory 
>> `/panfs/dirac.panfs.cluster/home/usrname/splash/build'
>> make: *** [splash] Error 2
>> 
> 

-- 
You received this message because you are subscribed to the Google Groups 
"SPLASH users forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/splash-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to