From 9332f6eef5cbe8d9bc99e7f328cfbf881d738d24 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 17 Nov 2015 10:08:17 -0500 Subject: [svn-r28379] HDFFV-9573: Our helper tests bin/release and bin/h5vers are not working properly bin/release uses the content of MANIFEST file to build the release tarball. But all the files generated by autogen had been removed. Therefore the release would not contain those needed generated files for a proper release. Solution: Added all those generated files to the tail of MANIFEST and titled it accordingly. (Somehow bin/chkmanifest does not complain against these entries though they are not svn managed. This needs further investigation.) Test: bin/release generated the release tarball in jam, then use it in Platypus to do a full build (--enable-fortran --enable-cxx). Build completed but some tests failed but that is likely a code problem than a release files problem. --- MANIFEST | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/MANIFEST b/MANIFEST index 2affc89..b53b36d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2671,3 +2671,73 @@ ./config/cmake/scripts/CTestScript.cmake ./config/cmake/scripts/HDF5config.cmake ./config/cmake/scripts/HDF518config.cmake + +# Files generated by autogen +./aclocal.m4 +./autom4te.cache/output.0 +./autom4te.cache/requests +./autom4te.cache/traces.0 +./bin/compile +./bin/config.guess +./bin/config.sub +./bin/depcomp +./bin/install-sh +./bin/ltmain.sh +./bin/missing +./bin/test-driver +./c++/examples/Makefile.in +./c++/Makefile.in +./configure +./c++/src/Makefile.in +./c++/test/Makefile.in +./examples/Makefile.in +./fortran/examples/Makefile.in +./fortran/Makefile.in +./fortran/src/Makefile.in +./fortran/test/Makefile.in +./fortran/testpar/Makefile.in +./hl/c++/examples/Makefile.in +./hl/c++/Makefile.in +./hl/c++/src/Makefile.in +./hl/c++/test/Makefile.in +./hl/examples/Makefile.in +./hl/fortran/examples/Makefile.in +./hl/fortran/Makefile.in +./hl/fortran/src/Makefile.in +./hl/fortran/test/Makefile.in +./hl/Makefile.in +./hl/src/Makefile.in +./hl/test/Makefile.in +./hl/tools/gif2h5/Makefile.in +./hl/tools/h5watch/Makefile.in +./hl/tools/Makefile.in +./m4/libtool.m4 +./m4/lt~obsolete.m4 +./m4/ltoptions.m4 +./m4/ltsugar.m4 +./m4/ltversion.m4 +./Makefile.in +./src/H5config.h.in +./src/H5Edefin.h +./src/H5Einit.h +./src/H5Epubgen.h +./src/H5Eterm.h +./src/H5overflow.h +./src/H5version.h +./src/Makefile.in +./test/Makefile.in +./testpar/Makefile.in +./tools/h5copy/Makefile.in +./tools/h5diff/Makefile.in +./tools/h5dump/Makefile.in +./tools/h5format_convert/Makefile.in +./tools/h5import/Makefile.in +./tools/h5jam/Makefile.in +./tools/h5ls/Makefile.in +./tools/h5repack/Makefile.in +./tools/h5stat/Makefile.in +./tools/lib/Makefile.in +./tools/Makefile.in +./tools/misc/Makefile.in +./tools/misc/vds/Makefile.in +./tools/perform/Makefile.in -- cgit v0.12