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

"make" runs in a loop #193

Open
BigV72 opened this issue Mar 8, 2018 · 3 comments
Open

"make" runs in a loop #193

BigV72 opened this issue Mar 8, 2018 · 3 comments

Comments

@BigV72
Copy link

BigV72 commented Mar 8, 2018

Hello,
I am trying to install Shifter manually, I have downloaded Zip file, unzipped into a directory and ran "autogen.sh" file. During the running of the "autogen.sh" script I see the following types of warnings:

  1. "src/test/Makefile.am:75: warning: variable 'test_shifterimg_SOURCES' is defined but no program or
    src/test/Makefile.am:75: library has 'test_shifterimg' as canonical name (possible typo)"

  2. "src/test/Makefile.am:31: warning: source file '$(top_srcdir)/src/utility.c' is in a subdirectory,
    src/test/Makefile.am:31: but option 'subdir-objects' is disabled"

  3. "wlm_integration/slurm/test/Makefile.am:5: warning: variable 'CPPUTEST_LDFLAGS' is defined but no program or
    wlm_integration/slurm/test/Makefile.am:5: library has 'CPPUTEST' as canonical name (possible typo)
    wlm_integration/slurm/test/Makefile.am:10: warning: variable 'TEST_LDFLAGS' is defined but no program or
    wlm_integration/slurm/test/Makefile.am:10: library has 'TEST' as canonical name (possible typo)"

After "autogen.sh" script finishes it creates "configure" file when I run the "configire" file it also finishes and generates "Makefile", but when I run "make" it gives me the same error messages I have described above.

Any ideas?
Thank you in advance.

@scanon
Copy link
Member

scanon commented Mar 9, 2018

I've run into this before and I think it was due to a file having a date set in the future. Can you try running a
find . -type f|xargs touch

on the tree first and see if that helps?

@BigV72
Copy link
Author

BigV72 commented Jun 23, 2018 via email

@scanon
Copy link
Member

scanon commented Jun 28, 2018

Let me see if I can get someone from CSCS to comment.

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