shifter icon indicating copy to clipboard operation
shifter copied to clipboard

"make" runs in a loop

Open BigV72 opened this issue 6 years ago • 3 comments

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.

BigV72 avatar Mar 08 '18 16:03 BigV72

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?

scanon avatar Mar 09 '18 21:03 scanon

Shane,

Why can't I successfully run nvidia-smi or deviceQuery on the GPU host using Shifter containers, it works with Slurm without Shifter. I can print the driver version as well as CUDA visible devices but not nvidia-smi or deviceQuery? Other than that Shifter is working great.

Thanks, Vlad.

On Fri, Mar 9, 2018, 16:45 Shane Canon [email protected] wrote:

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?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/NERSC/shifter/issues/193#issuecomment-371954047, or mute the thread https://github.com/notifications/unsubscribe-auth/AjdwPuokixivwkmBsJgd2wApKwM5DYNOks5tcvgBgaJpZM4Si-31 .

BigV72 avatar Jun 23 '18 16:06 BigV72

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

scanon avatar Jun 28 '18 00:06 scanon