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

Bad Checksum solc 0.8.13 #993

Closed
2 tasks done
itsdevbear opened this issue Mar 20, 2022 · 4 comments
Closed
2 tasks done

Bad Checksum solc 0.8.13 #993

itsdevbear opened this issue Mar 20, 2022 · 4 comments
Labels
C-forge Command: forge Cmd-forge-build Command: forge build P-high Priority: high T-bug Type: bug

Comments

@itsdevbear
Copy link

itsdevbear commented Mar 20, 2022

Component

Forge

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

forge 0.1.0 (64f779a 2022-03-20T00:10:35.957576+00:00)

What command(s) is the bug in?

forge build

Operating System

macOS (M1)

Describe the bug

Probably not a foundry thing and likely something with the artifact server but posting here anyways.

forge-template@1.0.0 solhint:check
solhint --config ./.solhint.json 'src/**/*.sol'

forge clean && forge build --optimize --optimize-runs 1000000
[⠢] Compiling...
[⠰] installing solc version "0.8.13"The application panicked (crashed).
Message:  checksum not available: "0.8.13"
Location: /Users/runner/.cargo/git/checkouts/svm-rs-cd2fa967df1e48a1/37d0095/src/lib.rs:175```
@itsdevbear itsdevbear added the T-bug Type: bug label Mar 20, 2022
@onbjerg
Copy link
Collaborator

onbjerg commented Mar 21, 2022

Is this still the case after #994?

@onbjerg onbjerg added C-forge Command: forge P-high Priority: high Cmd-forge-build Command: forge build labels Mar 21, 2022
@mattsse
Copy link
Member

mattsse commented Mar 21, 2022

This should be resolved by. #994 and will be shipped next nightly.

@TimDaub
Copy link

TimDaub commented Mar 21, 2022

  • I'm on an M1 Mac too
  • I just had the same problem
  • I installed foundry from the source and replaced the binaries in my path
  • I stopped having this problem
forge test
[⠊] Compiling...
[⠊] installing solc version "0.8.13"
[⠒] Successfully installed solc 0.8.13

@gakonst
Copy link
Member

gakonst commented Mar 21, 2022

This is solved on latest master, should be released tonight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-forge Command: forge Cmd-forge-build Command: forge build P-high Priority: high T-bug Type: bug
Projects
None yet
Development

No branches or pull requests

5 participants