make failure for examples/prog-guide

Issue #66 resolved
Steven Hofmeyr created an issue

Running make after install used to work fine. Now, it's failing. I do a clean install, first purging the old install directory and nobs. Then, from example/prog-guide, I simply run

make clean; make

This produces the following failure:

/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
std=c++11 hello-world.cpp  -Wno-inline  -Wno-inline  -o hello-world
/bin/sh: 1: hello-world.cpp: not found
Makefile:24: recipe for target 'hello-world' failed
make: [hello-world] Error 127 (ignored)
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
std=c++11 compute-pi.cpp  -Wno-inline  -Wno-inline  -o compute-pi
/bin/sh: 1: compute-pi.cpp: not found
Makefile:24: recipe for target 'compute-pi' failed
make: [compute-pi] Error 127 (ignored)
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
/home/shofmeyr/code/upcxx/idir/bin/upcxx-meta: line 50: /home/shofmeyr/code/upcxx/idir/upcxx.O3.gasnet1_seq.smp/bin/upcxx-meta: No such file or directory
std=c++11 compute-pi-multi-examples.cpp  -Wno-inline  -Wno-inline  -o compute-pi-multi-examples 
/bin/sh: 1: compute-pi-multi-examples.cpp: not found
Makefile:21: recipe for target 'compute-pi-multi-examples' failed
make: [compute-pi-multi-examples] Error 127 (ignored)

In the install directory, I have none of the gasnet files that are requested. In fact, the only thing in the install directory is a subdirectory, bin, which contains only upcxx-meta. I ran install as ./install idir

Comments (3)

  1. Former user Account Deleted

    Please reconfirm this issue, I cannot reproduce. I think I fixed the underlying bug today

  2. Log in to comment