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

cmake error: llvm tar download 404s #412

Open
fiskr opened this issue Feb 16, 2024 · 2 comments
Open

cmake error: llvm tar download 404s #412

fiskr opened this issue Feb 16, 2024 · 2 comments

Comments

@fiskr
Copy link

fiskr commented Feb 16, 2024

Hello, I was following the instructions to build locally, in particular:

git clone https://github.com/digego/extempore && mkdir extempore/build && cd extempore/build && cmake -DASSETS=ON .. && make && sudo make install

On this step I get an error:

$ cmake -DASSETS=ON .. && make && sudo make install
-- Configuring done
-- Generating done
-- Build files have been written to: path/to/extempore/build
Consolidate compiler generated dependencies of target pcre
[  5%] Built target pcre
[ 12%] Built target portaudio_static
[ 13%] Performing download step (download, verify and extract) for 'LLVM'
-- verifying file...
       file='path/to/extempore/build/llvm/src/llvm-3.8.0.src-patched-for-extempore.tar.xz'
-- MD5 hash of
    path/to/extempore/build/llvm/src/llvm-3.8.0.src-patched-for-extempore.tar.xz
  does not match expected value
    expected: '600ee9a94d2e104f53be739568f3508e'
      actual: 'd41d8cd98f00b204e9800998ecf8427e'
-- File already exists but hash mismatch. Removing...
-- Downloading...
   dst='path/to/extempore/build/llvm/src/llvm-3.8.0.src-patched-for-extempore.tar.xz'
   timeout='none'
   inactivity timeout='none'
-- Using src='http://extempore.moso.com.au/extras/llvm-3.8.0.src-patched-for-extempore.tar.xz'
-- [download 0% complete]
CMake Error at LLVM-stamp/download-LLVM.cmake:170 (message):
  Each download failed!

    error: downloading 'http://extempore.moso.com.au/extras/llvm-3.8.0.src-patched-for-extempore.tar.xz' failed
          status_code: 22
          status_string: "HTTP response code said error"
          log:
          --- LOG BEGIN ---
            Trying 66.175.214.198:80...

  Connected to extempore.moso.com.au (66.175.214.198) port 80 (#0)

  GET /extras/llvm-3.8.0.src-patched-for-extempore.tar.xz HTTP/1.1

  Host: extempore.moso.com.au

  User-Agent: curl/7.80.0

  Accept: */*

  

  Mark bundle as not supporting multiuse

  HTTP/1.1 404 Not Found

  Date: Fri, 16 Feb 2024 21:15:03 GMT

  Server: Apache/2.4.29 (Ubuntu)

  Content-Length: 283

  Content-Type: text/html; charset=iso-8859-1

  The requested URL returned error: 404

  Closing connection 0

  

          --- LOG END ---

When I check the URL in the browser I confirm I see a 404. Any suggestions on how to move forward?

This is on Ubuntu 22.04, by the way.

Thanks!

@garlic0x1
Copy link

I also am not able to connect to extempore.moso.com.au

@digego
Copy link
Owner

digego commented Jul 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants