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

bug in make install-deps #3931

Closed
ajpotts opened this issue Dec 9, 2024 · 0 comments · Fixed by #3946
Closed

bug in make install-deps #3931

ajpotts opened this issue Dec 9, 2024 · 0 comments · Fixed by #3946
Assignees
Labels
bug Something isn't working

Comments

@ajpotts
Copy link
Contributor

ajpotts commented Dec 9, 2024

Describe the bug
make install-deps runs into an error

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

@ajpotts ajpotts added the bug Something isn't working label Dec 9, 2024
@ajpotts ajpotts self-assigned this Dec 9, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Dec 10, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Dec 10, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Dec 10, 2024
github-merge-queue bot pushed a commit that referenced this issue Dec 10, 2024
* Part of #3931:  bug in make install-deps

* Part of #3931:  bug in make install-deps

---------

Co-authored-by: Amanda Potts <[email protected]>
jabraham17 pushed a commit to jabraham17/arkouda that referenced this issue Jan 21, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant