securify icon indicating copy to clipboard operation
securify copied to clipboard

Build fails with soufflev1.7+

Open conscott opened this issue 6 years ago • 1 comments

It seems a new version of souffle was released recently and build_souffle.sh fails with this new version. Uninstalling v1.7 and installing v1.6.2 seemed to fix this, and I was able to successfully run gradlew jar

I have checked the following

  • [x] The souffle binary is available, output when running souffle:

Souffle: 1.6.2 (success) and 1.7.1 (failed)

  • [x] Output of solc --version

Version: 0.5.13+commit.5b0b510c.Linux.g++

Steps to reproduce

Env: Ubuntu 16.04

  1. Pull master @ 2ebb518169d94cb64687d9daf74f41fa7ee1e006
  2. Java Version : openjdk version "1.8.0_222"
  3. Install v1.7.1 deb
  4. Run gradlew jar

conscott avatar Dec 18 '19 15:12 conscott

Hey @conscott ,

thanks for letting us know. We will update the documentation accordingly and see if we can adjust for the new version.

ritzdorf avatar Dec 19 '19 18:12 ritzdorf