Page 1 of 1

[SOLVED] required file `src/98_main/abinis.in' not found

Posted: Mon Mar 01, 2010 3:54 pm
by mverstra
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

Re: required file `src/98_main/abinis.in' not found

Posted: Mon Mar 01, 2010 3:56 pm
by mverstra
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

Re: required file `src/98_main/abinis.in' not found

Posted: Mon Mar 01, 2010 6:30 pm
by gmatteo
Hi Matthieu,

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

Posted: Mon Mar 01, 2010 8:21 pm
by pouillon
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.

Re: required file `src/98_main/abinis.in' not found

Posted: Mon Mar 01, 2010 11:45 pm
by mverstra
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

Re: required file `src/98_main/abinis.in' not found

Posted: Tue Mar 02, 2010 1:24 pm
by pouillon
I didn't merge yet. I'll do it and let you know.

Re: required file `src/98_main/abinis.in' not found

Posted: Tue Mar 02, 2010 4:45 pm
by pouillon
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:

Code: Select all

rm config/m4/do-not-edit-*


should do.

Re: required file `src/98_main/abinis.in' not found

Posted: Sat Mar 06, 2010 1:00 pm
by mverstra
Ok - the removing of m4 files did it ok.

Thanks Yann.