digego / extempore

A cyber-physical programming environment
1.4k stars 127 forks source link

cmake error: llvm tar download 404s #412

Open fiskr opened 5 months ago

fiskr commented 5 months ago

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 commented 1 week ago

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

digego commented 1 week ago

This is an issue. I'll have to get back to you on a resolution. Hopefully sometime next week.

Cheers, Andrew

On Fri, 5 July 2024, 11:00 pm garlic0x1, @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/digego/extempore/issues/412#issuecomment-2210836842, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEHPKIKYU34PHR2F3IQK5LZK2KGHAVCNFSM6AAAAABDMV2C7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJQHAZTMOBUGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>