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

option, parallelism,...

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.
Locked
mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

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

Post by mverstra » Mon Mar 01, 2010 3:54 pm

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
Last edited by mverstra on Thu Mar 25, 2010 10:36 pm, edited 1 time in total.
Matthieu Verstraete
University of Liege, Belgium

mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

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

Post by mverstra » Mon Mar 01, 2010 3:56 pm

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
Matthieu Verstraete
University of Liege, Belgium

User avatar
gmatteo
Posts: 291
Joined: Sun Aug 16, 2009 5:40 pm

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

Post by gmatteo » Mon Mar 01, 2010 6:30 pm

Hi Matthieu,

I had the same problem but it magically disappeared when I ran makemake in a new archive created with bzr get -r

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

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

Post by pouillon » Mon Mar 01, 2010 8:21 pm

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.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

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

Post by mverstra » Mon Mar 01, 2010 11:45 pm

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
Matthieu Verstraete
University of Liege, Belgium

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

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

Post by pouillon » Tue Mar 02, 2010 1:24 pm

I didn't merge yet. I'll do it and let you know.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

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

Post by pouillon » Tue Mar 02, 2010 4:45 pm

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.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

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

Post by mverstra » Sat Mar 06, 2010 1:00 pm

Ok - the removing of m4 files did it ok.

Thanks Yann.
Matthieu Verstraete
University of Liege, Belgium

Locked