We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug make install-deps runs into an error
make install-deps
To Reproduce I cloned a fresh copy of master and ran make install-deps .
Expected behavior It completes without error
Error Message
/usr/bin/mkdir -p '/home/amandapotts/tmp/arkouda//dep/zeromq-install/include' /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/home/amandapotts/tmp/arkouda//dep/zeromq-install/include' /usr/bin/mkdir -p '/home/amandapotts/tmp/arkouda//dep/zeromq-install/lib/pkgconfig' /usr/bin/install -c -m 644 src/libzmq.pc '/home/amandapotts/tmp/arkouda//dep/zeromq-install/lib/pkgconfig' make[3]: Leaving directory '/home/amandapotts/tmp/arkouda/dep/build/zeromq-4.3.5' make[2]: Leaving directory '/home/amandapotts/tmp/arkouda/dep/build/zeromq-4.3.5' make[1]: Leaving directory '/home/amandapotts/tmp/arkouda/dep/build/zeromq-4.3.5' rm -r /home/amandapotts/tmp/arkouda//dep/build/zeromq-4.3.5 echo '$(eval $(call add-path,/home/amandapotts/tmp/arkouda//dep/zeromq-install))' >> Makefile.paths Installing HDF5 rm -rf /home/amandapotts/tmp/arkouda//dep/build/hdf5-1.14.4 /home/amandapotts/tmp/arkouda//dep/hdf5-install mkdir -p /home/amandapotts/tmp/arkouda//dep /home/amandapotts/tmp/arkouda//dep/build cd /home/amandapotts/tmp/arkouda//dep/build && curl -sL https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_4/downloads/hdf5-1.14.4-3.tar.gz | tar xz cd /home/amandapotts/tmp/arkouda//dep/build/hdf5-1.14.4 && ./configure --prefix=/home/amandapotts/tmp/arkouda//dep/hdf5-install --enable-optimization=high --enable-hl && make && make install /bin/sh: 1: cd: can't cd to /home/amandapotts/tmp/arkouda//dep/build/hdf5-1.14.4 make: *** [Makefile:149: install-hdf5] Error 2
The text was updated successfully, but these errors were encountered:
Part of Bears-R-Us#3931: bug in make install-deps
ce82bb5
f0ed187
da4a906
Part of #3931 bug in make install deps (#3932)
fe2f1c9
* Part of #3931: bug in make install-deps * Part of #3931: bug in make install-deps --------- Co-authored-by: Amanda Potts <[email protected]>
Part of Bears-R-Us#3931 bug in make install deps (Bears-R-Us#3932)
50c4e2e
* Part of Bears-R-Us#3931: bug in make install-deps * Part of Bears-R-Us#3931: bug in make install-deps --------- Co-authored-by: Amanda Potts <[email protected]>
ajpotts
Successfully merging a pull request may close this issue.
Describe the bug
make install-deps
runs into an errorTo Reproduce
I cloned a fresh copy of master and ran
make install-deps
.Expected behavior
It completes without error
Error Message
The text was updated successfully, but these errors were encountered: