OPENDAP / hdf5_handler

BES module to read hdf5 files
GNU Lesser General Public License v2.1
6 stars 3 forks source link

Version-2.4.0 release Configuration Error: Makefile.in not found #7

Closed aafaque33 closed 7 years ago

aafaque33 commented 7 years ago

I am building RPM for HDF5 handler, first I tried for cf_grid branch which worked fine for configuration, build and install. Next I tried to make rpm for master branch and latest version-2.4.0 so got the same error at step of configuration.

  • autoreconf -fiv autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I conf autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,conf'. libtoolize: copying file conf/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,conf'. libtoolize: copying file conf/libtool.m4' libtoolize: copying fileconf/ltoptions.m4' libtoolize: copying file conf/ltsugar.m4' libtoolize: copying fileconf/ltversion.m4' libtoolize: copying file conf/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:45: installingconf/config.guess' configure.ac:45: installing conf/config.sub' configure.ac:8: installingconf/install-sh' configure.ac:8: installing conf/missing' gctp/src/Makefile.am: installingconf/depcomp' configure.ac:119: required file `gctp/include/Makefile.in' not found autoreconf: automake failed with exit status: 1

I compared both cf_grid and master branch and found out that Makefile.am under /gctp/include is mising for master branch or version-2.4.0 tar.gz.

kyang2014 commented 7 years ago

I don’t think you can build individual handler RPM any more. Now HDF5 handler is just a BES module. You have to build BES RPM that includes the HDF5 handler module. CC to James and Nathan and they can point to you on how to build BES RPM.

Kent

From: A. Aafaque [mailto:notifications@github.com] Sent: Friday, June 09, 2017 12:44 PM To: OPENDAP/hdf5_handler Cc: Subscribed Subject: [OPENDAP/hdf5_handler] Version-2.4.0 release Configuration Error: Makefile.in not found (#7)

I am building RPM for HDF5 handler, first I tried for cf_grid branch which worked fine for configuration, build and install. Next I tried to make rpm for master branch and latest version-2.4.0 so got the same error at step of configuration.

I compared both cf_grid and master branch and found out that Makefile.am under /gctp/include is mising for master branch or version-2.3.0 tar.gz.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/OPENDAP/hdf5_handler/issues/7, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJyiE3ZClFK6FHS2KreSTpZI-ik-3OH5ks5sCYRJgaJpZM4N1pMR.

kyang2014 commented 7 years ago

On Jun 9, 2017, at 11:58, Kent Yang myang6@hdfgroup.org wrote:

I don’t think you can build individual handler RPM any more. Now HDF5 handler is just a BES module. You have to build BES RPM that includes the HDF5 handler module. CC to James and Nathan and they can point to you on how to build BES RPM.

Correct.

The thing to do is to follow the build instructions on: http://docs.opendap.org/index.php/Hyrax_GitHub_Source_Build http://docs.opendap.org/index.php/Hyrax_GitHub_Source_Build

James

Kent

From: A. Aafaque [mailto:notifications@github.com] Sent: Friday, June 09, 2017 12:44 PM To: OPENDAP/hdf5_handler Cc: Subscribed Subject: [OPENDAP/hdf5_handler] Version-2.4.0 release Configuration Error: Makefile.in not found (#7)

I am building RPM for HDF5 handler, first I tried for cf_grid branch which worked fine for configuration, build and install. Next I tried to make rpm for master branch and latest version-2.4.0 so got the same error at step of configuration.

  • autoreconf -fiv autoreconf: Entering directory.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I conf autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, conf'. libtoolize: copying fileconf/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, conf'. libtoolize: copying fileconf/libtool.m4' libtoolize: copying file conf/ltoptions.m4' libtoolize: copying fileconf/ltsugar.m4' libtoolize: copying file conf/ltversion.m4' libtoolize: copying fileconf/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:45: installing conf/config.guess' configure.ac:45: installingconf/config.sub' configure.ac:8: installing conf/install-sh' configure.ac:8: installingconf/missing' gctp/src/Makefile.am: installing conf/depcomp' configure.ac:119: required filegctp/include/Makefile.in' not found autoreconf: automake failed with exit status: 1

I compared both cf_grid and master branch and found out that Makefile.am under /gctp/include is mising for master branch or version-2.3.0 tar.gz.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OPENDAP/hdf5_handler/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AJyiE3ZClFK6FHS2KreSTpZI-ik-3OH5ks5sCYRJgaJpZM4N1pMR.

-- James Gallagher jgallagher@opendap.org