schwehr / hdf5-old

Hierarchical Data Format (HDF) 5
Other
0 stars 0 forks source link

Missing m4 directory #11

Open schwehr opened 10 years ago

schwehr commented 10 years ago

Just updated my autoconf and I'm now getting an m4 complaint

TOP=`pwd`
tar xf hdf5-1.9.182.tar.bz2 
mkdir build
cd build

CPPFLAGS="-Wall -Wextra" ../hdf5-1.9.182/configure --enable-shared --enable-cxx --with-zlib=/usr \
  --without-mpe --with-szlib=/sw --without-pthread --disable-parallel \
  --enable-build-all  --enable-maintainer-mode  --enable-codestack \
  --enable-debug=all --disable-silent-rules

make

The make results in

CDPATH="${ZSH_VERSION+.}:" && cd ../hdf5-1.9.182 && /bin/sh /Users/schwehr/Desktop/hdf5/hdf5-1.9.182/bin/missing aclocal-1.14 "-I m4"
aclocal-1.14: warning: couldn't open directory ' m4': No such file or directory
aclocal-1.14: error: couldn't open directory 'm4': No such file or directory
make: *** [../hdf5-1.9.182/aclocal.m4] Error 1

autoconf --version
autoconf (GNU Autoconf) 2.69

I just updated fink's autoconf

fink list -i autoconf automake libtool | egrep -v 'core|virtual|shlibs'
 i  autoconf2.6 2.69-3  System for generating configure scripts
 i  automake1.13    1.13.4-2    GNU Standards-compliant Makefile generator
 i  libtool2    2.4.2-3 Shared library build helper, v2.x
schwehr commented 10 years ago

"mkdir m4" in hdf5-1.9.182 fixed this

make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /Users/schwehr/Desktop/hdf5/hdf5-1.9.182/bin/missing aclocal-1.14 "-I m4"
aclocal-1.14: warning: couldn't open directory ' m4': No such file or directory
 cd . && /bin/sh /Users/schwehr/Desktop/hdf5/hdf5-1.9.182/bin/missing automake-1.14 --foreign
 cd . && /bin/sh ./config.status Makefile 
config.status: creating Makefile
Making all in src
make[1]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182/src'
cd .. && make  am--refresh
make[2]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
make[2]: Leaving directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
 cd .. && /bin/sh ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
make[1]: Leaving directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182/src'
make[1]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182/src'
cd .. && make  am--refresh
make[2]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
make[2]: Leaving directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
(CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh /Users/schwehr/Desktop/hdf5/hdf5-1.9.182/bin/missing autoheader)
rm -f stamp-h1
touch H5config.h.in
cd .. && /bin/sh ./config.status src/H5config.h
config.status: creating src/H5config.h
make  all-am
make[2]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182/src'
cd .. && make  am--refresh
make[3]: Entering directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
make[3]: Leaving directory `/Users/schwehr/Desktop/hdf5/hdf5-1.9.182'
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I.  -I/sw/include    -UNDEBUG -DH5AC_DEBUG -DH5B_DEBUG -DH5B2_DEBUG -DH5D_DEBUG -DH5E_DEBUG -DH5F_DEBUG -DH5G_DEBUG -DH5HG_DEBUG -DH5HL_DEBUG -DH5I_DEBUG -DH5MF_DEBUG -DH5MM_DEBUG -DH5O_DEBUG -DH5P_DEBUG -DH5S_DEBUG -DH5T_DEBUG -DH5V_DEBUG -DH5Z_DEBUG -DH5_DEBUG_API -Wall -Wextra   -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I/sw/include -UNDEBUG -DH5AC_DEBUG -DH5B_DEBUG -DH5B2_DEBUG -DH5D_DEBUG -DH5E_DEBUG -DH5F_DEBUG -DH5G_DEBUG -DH5HG_DEBUG -DH5HL_DEBUG -DH5I_DEBUG -DH5MF_DEBUG -DH5MM_DEBUG -DH5O_DEBUG -DH5P_DEBUG -DH5S_DEBUG -DH5T_DEBUG -DH5V_DEBUG -DH5Z_DEBUG -DH5_DEBUG_API -Wall -Wextra -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c  -fno-common -DPIC -o .libs/H5.o