Closed knauth closed 4 months ago
Got it; I wasn't installing curl
. Probably a good idea to add this to the dependencies.
Hey @knauth, thanks for reporting this issue! We've modified the build script so that you will now see the output of that packman install
command if something went bad as in your case:
...
161.5 link took 1683.59 ms
161.5 Creating packman packages cache at /warp/packman-repo
161.5 Fetching python@3.10.5-1-linux-x86_64.tar.gz from bootstrap.packman.nvidia.com ...
161.5 ./tools/packman/packman: line 72: curl: command not found
161.5
161.5 Warp Clang/LLVM build error: Command '['./tools/packman/packman', 'install', '-l', './_build/host-deps/llvm-project/release-x86_64', 'clang+llvm-warp', '18.1.3-linux-x86_64-gcc9.4']' returned non-zero exit status 127.
I get the following error in a dockerized warp build:
I'm running off the
cuda:11.8.0-devel-ubuntu22.04
base image and manually apt-installing git, clang, llvm, and gcc. The relevant section of the dockerfile looks like this:This builds fine on my machine, so it's not an issue with our fork.
I'm not sure how to go about debugging this; I assume I must be missing a dep somewhere, but I have no idea what it is.