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

solc does not work on osx #569

Closed
debris opened this issue May 13, 2016 · 2 comments
Closed

solc does not work on osx #569

debris opened this issue May 13, 2016 · 2 comments

Comments

@debris
Copy link
Contributor

debris commented May 13, 2016

I''ve installed solc

solc --version
solc, the solidity compiler commandline interface
Version: 0.3.2-9e36bdda/Release-Darwin/appleclang/Interpreter

using brew

brew info ethereum
ethereum/ethereum/ethereum: stable 1.4.4 (bottled), devel 1.5.0 (bottled)
https://github.com/ethereum/go-ethereum
/usr/local/Cellar/ethereum/1.4.4 (8 files, 52.9M) *
  Poured from bottle on 2016-05-13 at 17:57:40
From: https://github.com/ethereum/homebrew-ethereum/blob/master/ethereum.rb

on osx 10.11.1

uname -amnprsv
Darwin Mareks-MacBook-Pro.local 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64 i386

and expected to compile this contract successfully:

contract Foo {
    function bar() {}   
}

using

solc --abi test.sol

but instead I got an error

[1]    35719 segmentation fault  solc --abi test.sol

Tried different options / contracts but solc always finishes with segfault.

@VoR0220
Copy link
Member

VoR0220 commented May 13, 2016

known issue. We're working on it.

@bobsummerwill
Copy link
Contributor

So this is a dupe of #490?
If so, let's close this one, and you can join in the "fun" over there, @debris!

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