render-oss / homebrew-render

2 stars 1 forks source link

The source code is invalid, as it does not match the expected hash in the lock file #10

Closed louis030195 closed 1 year ago

louis030195 commented 1 year ago

fyi

Apple m2 pro OS 13.3.1 (a)

louisbeaumont@MacBook-Pro-2:~/Documents$ arch -arm64 brew install render
==> Downloading https://formulae.brew.sh/api/formula.jws.json
################################################################################################################################################################################################################################# 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
################################################################################################################################################################################################################################# 100.0%
==> Fetching dependencies for render-oss/render/render: deno
==> Fetching deno
==> Downloading https://ghcr.io/v2/homebrew/core/deno/manifests/1.34.0
################################################################################################################################################################################################################################# 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/deno/blobs/sha256:460b134a43e2e3ec6aca40596908b2099abebf086188ba12f30765afc530c113
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:460b134a43e2e3ec6aca40596908b2099abebf086188ba12f30765afc530c113?se=2023-06-06T23%3A20%3A00Z&sig=H1pzirsPJmyd39Xi2%2BMV7czoiD5a5LBzXSuE1Y%2F%2F0ZU%
################################################################################################################################################################################################################################# 100.0%
==> Fetching render-oss/render/render
==> Cloning https://github.com/render-oss/render-cli.git
Cloning into '/Users/louisbeaumont/Library/Caches/Homebrew/render--git'...
==> Checking out tag v0.1.7
HEAD is now at 8596652 Merge pull request #59 from render-oss/robdimarco-render/fix-typescript-error
==> Installing render from render-oss/render
==> Installing dependencies for render-oss/render/render: deno
==> Installing render-oss/render/render dependency: deno
==> Pouring deno--1.34.0.arm64_ventura.bottle.tar.gz
🍺  /opt/homebrew/Cellar/deno/1.34.0: 10 files, 78.4MB
==> Installing render-oss/render/render
==> make build-completions
Last 15 lines from /Users/louisbeaumont/Library/Logs/Homebrew/render/01.make:
Download https://deno.land/std@0.129.0/node/_core.ts
Download https://deno.land/std@0.129.0/node/_process/exiting.ts
Download https://deno.land/std@0.129.0/node/_fixed_queue.ts
Download https://deno.land/std@0.129.0/node/internal/buffer.mjs
Download https://deno.land/std@0.129.0/node/internal_binding/_utils.ts
Download https://deno.land/std@0.129.0/node/internal_binding/buffer.ts
Download https://deno.land/std@0.129.0/encoding/base64.ts
Download https://deno.land/std@0.129.0/encoding/base64url.ts
Download https://deno.land/std@0.129.0/node/internal_binding/string_decoder.ts
Download https://deno.land/std@0.129.0/node/internal_binding/_node.ts
error: The source code is invalid, as it does not match the expected hash in the lock file.
  Specifier: https://esm.sh/v86/ajv-formats@2.1.1
  Lock file: deps-lock.json
make[1]: *** [deps] Error 10
make: *** [build-local] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/render-oss/homebrew-render/issues
croaky commented 1 year ago

I see the same. Apple M1 Max, Ventura 13.3.1

robdimarco-render commented 1 year ago

Just pushed fixed for dependencies and install is now working again.

https://github.com/render-oss/homebrew-render/pull/11

Screenshot 2023-06-09 at 11 49 44 AM
croaky commented 1 year ago

Thank you! Working now