Solidity: solc does not work on osx

Created on 13 May 2016  路  2Comments  路  Source: ethereum/solidity

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.

All 2 comments

known issue. We're working on it.

So this is a dupe of https://github.com/ethereum/solidity/issues/490?
If so, let's close this one, and you can join in the "fun" over there, @debris!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ddeclerck picture ddeclerck  路  3Comments

chriseth picture chriseth  路  3Comments

VoR0220 picture VoR0220  路  4Comments

Dohtar1337 picture Dohtar1337  路  4Comments

bshastry picture bshastry  路  3Comments