Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error chmod: ../build/admb/contrib/include/*.*: No such file or directory in make install #120

Closed
yukio-takeuchi opened this issue Feb 20, 2020 · 1 comment
Milestone

Comments

@yukio-takeuchi
Copy link

On MacOS (10.15.3 with Apple clang++) and Ubuntu 18.04 with g++ 7,
when installing from source (both git repository and ADMB-12.1-src.zip were tested),

make all 

command finished without error.
However

make install

failed with following error

chmod: ../build/admb/contrib/include/*.*: No such file or directory

at line 724 of src/GNUMakefile from GitHub repo and at line 679 of that from admb-12.1-src.zip.
In fact, "../build/admb/contrib/include/" is not created but "../build/admb/contrib/include/" is created when

make all

finished.
I suspect,

chmod a+r ../build/admb/contrib/include/*.*

in src/GNUMakefile should be

chmod a+r ../build/admb/include/contrib/*.*
johnoel added a commit that referenced this issue Feb 21, 2020
@johnoel
Copy link
Contributor

johnoel commented Feb 21, 2020

Bummer...Thanks for reporting issue.

Please git update and try the fix.

@johnoel johnoel closed this as completed Feb 22, 2020
@johnoel johnoel added this to the ADMB-12.2 milestone Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants