[SOLVED] required file `src/98_main/abinis.in' not found
Moderators: fgoudreault, mcote
Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
[SOLVED] required file `src/98_main/abinis.in' not found
Perhaps here I will catch Yann's eye and ear: Like Marco I have the following problem when running makemake with the latest merge of trunk 6.1.0
It looks a lot like missing files in a "bzr add" command, but I don't know how it passed the tests.
I _have_ done a dist clean, and it still generates the same errors.
Matthieu
...
...
Autotools framework (for Autoconf)
----------------------------------
BEGIN
* Generating aclocal.m4...done.
* Generating config.h.in...done.
* Generating configure script...done.
* Generating Makefile.in for each directory:
configure.ac:1271: required file `src/98_main/abinis.in' not found
configure.ac:1271: required file `src/98_main/abinip.in' not found
tests/Makefile.am:440: DO_TEST_BIGDFT does not appear in AM_CONDITIONAL
tests/Makefile.am:507: DO_TEST_ETSF_IO does not appear in AM_CONDITIONAL
tests/Makefile.am:675: DO_TEST_LIBXC does not appear in AM_CONDITIONAL
tests/Makefile.am:712: DO_TEST_NETCDF does not appear in AM_CONDITIONAL
tests/Makefile.am:2555: DO_TEST_WANNIER90 does not appear in AM_CONDITIONAL
tests/Makefile.am:2641: DO_TEST_BIGDFT does not appear in AM_CONDITIONAL
tests/Makefile.am:2644: DO_TEST_WANNIER90 does not appear in AM_CONDITIONAL
tests/Makefile.am:2647: DO_TEST_ETSF_IO does not appear in AM_CONDITIONAL
tests/Makefile.am:2650: DO_TEST_LIBXC does not appear in AM_CONDITIONAL
tests/Makefile.am:2679: DO_TEST_BIGDFT does not appear in AM_CONDITIONAL
tests/Makefile.am:2682: DO_TEST_WANNIER90 does not appear in AM_CONDITIONAL
tests/Makefile.am:2685: DO_TEST_ETSF_IO does not appear in AM_CONDITIONAL
tests/Makefile.am:2688: DO_TEST_LIBXC does not appear in AM_CONDITIONAL
tests/Makefile.am:2839: DO_TEST_BIGDFT does not appear in AM_CONDITIONAL
tests/Makefile.am:2845: DO_TEST_ETSF_IO does not appear in AM_CONDITIONAL
tests/Makefile.am:2851: DO_TEST_LIBXC does not appear in AM_CONDITIONAL
tests/Makefile.am:2857: DO_TEST_WANNIER90 does not appear in AM_CONDITIONAL
configure.ac:1271: required file `config.py.in' not found
It looks a lot like missing files in a "bzr add" command, but I don't know how it passed the tests.
I _have_ done a dist clean, and it still generates the same errors.
Matthieu
...
...
Autotools framework (for Autoconf)
----------------------------------
BEGIN
* Generating aclocal.m4...done.
* Generating config.h.in...done.
* Generating configure script...done.
* Generating Makefile.in for each directory:
configure.ac:1271: required file `src/98_main/abinis.in' not found
configure.ac:1271: required file `src/98_main/abinip.in' not found
tests/Makefile.am:440: DO_TEST_BIGDFT does not appear in AM_CONDITIONAL
tests/Makefile.am:507: DO_TEST_ETSF_IO does not appear in AM_CONDITIONAL
tests/Makefile.am:675: DO_TEST_LIBXC does not appear in AM_CONDITIONAL
tests/Makefile.am:712: DO_TEST_NETCDF does not appear in AM_CONDITIONAL
tests/Makefile.am:2555: DO_TEST_WANNIER90 does not appear in AM_CONDITIONAL
tests/Makefile.am:2641: DO_TEST_BIGDFT does not appear in AM_CONDITIONAL
tests/Makefile.am:2644: DO_TEST_WANNIER90 does not appear in AM_CONDITIONAL
tests/Makefile.am:2647: DO_TEST_ETSF_IO does not appear in AM_CONDITIONAL
tests/Makefile.am:2650: DO_TEST_LIBXC does not appear in AM_CONDITIONAL
tests/Makefile.am:2679: DO_TEST_BIGDFT does not appear in AM_CONDITIONAL
tests/Makefile.am:2682: DO_TEST_WANNIER90 does not appear in AM_CONDITIONAL
tests/Makefile.am:2685: DO_TEST_ETSF_IO does not appear in AM_CONDITIONAL
tests/Makefile.am:2688: DO_TEST_LIBXC does not appear in AM_CONDITIONAL
tests/Makefile.am:2839: DO_TEST_BIGDFT does not appear in AM_CONDITIONAL
tests/Makefile.am:2845: DO_TEST_ETSF_IO does not appear in AM_CONDITIONAL
tests/Makefile.am:2851: DO_TEST_LIBXC does not appear in AM_CONDITIONAL
tests/Makefile.am:2857: DO_TEST_WANNIER90 does not appear in AM_CONDITIONAL
configure.ac:1271: required file `config.py.in' not found
Last edited by mverstra on Thu Mar 25, 2010 10:36 pm, edited 1 time in total.
Matthieu Verstraete
University of Liege, Belgium
University of Liege, Belgium
Re: required file `src/98_main/abinis.in' not found
PS: these files were voluntarily removed from trunk, bzr status gives:
removed:
config.py.in
config/scripts/make-macros-linalg
config/specs/linalg.conf
src/18_timing/abinit.amf
src/18_timing/cclock_.c
src/98_main/abinip.in
src/98_main/abinis.in
src/98_main/abinit.amf
util/maintainers/tests.env_bin
removed:
config.py.in
config/scripts/make-macros-linalg
config/specs/linalg.conf
src/18_timing/abinit.amf
src/18_timing/cclock_.c
src/98_main/abinip.in
src/98_main/abinis.in
src/98_main/abinit.amf
util/maintainers/tests.env_bin
Matthieu Verstraete
University of Liege, Belgium
University of Liege, Belgium
Re: required file `src/98_main/abinis.in' not found
Hi Matthieu,
I had the same problem but it magically disappeared when I ran makemake in a new archive created with bzr get -r
I had the same problem but it magically disappeared when I ran makemake in a new archive created with bzr get -r
Re: required file `src/98_main/abinis.in' not found
That's what I was about to ask: did you run makemake?
Actually, this time you have to run ./config/scripts/clean-source-tree as well, ideally before merging.
Actually, this time you have to run ./config/scripts/clean-source-tree as well, ideally before merging.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain
Re: required file `src/98_main/abinis.in' not found
Hello boys,
yes, I had run clean-source-tree, and the error occurs during the running of makemake. I can do a full new checkout but it's annoying. Architecture xeon cluster with CVOS and ifort 11 (if it ever gets that far
For the moment I have reverted the merge and kept going on my way.
Matthieu
yes, I had run clean-source-tree, and the error occurs during the running of makemake. I can do a full new checkout but it's annoying. Architecture xeon cluster with CVOS and ifort 11 (if it ever gets that far
For the moment I have reverted the merge and kept going on my way.
Matthieu
Matthieu Verstraete
University of Liege, Belgium
University of Liege, Belgium
Re: required file `src/98_main/abinis.in' not found
I didn't merge yet. I'll do it and let you know.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain
Re: required file `src/98_main/abinis.in' not found
Update: I did it and everything went fine.
The only possible problem I see is if there are duplicate M4 macros left. in such a case, issuing:
should do.
The only possible problem I see is if there are duplicate M4 macros left. in such a case, issuing:
Code: Select all
rm config/m4/do-not-edit-*
should do.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain
Re: required file `src/98_main/abinis.in' not found
Ok - the removing of m4 files did it ok.
Thanks Yann.
Thanks Yann.
Matthieu Verstraete
University of Liege, Belgium
University of Liege, Belgium