Package Details: solidity 0.8.26-1

Git Clone URL: https://aur.archlinux.org/solidity.git (read-only, click to copy)
Package Base: solidity
Description: Smart contract programming language.
Upstream URL: https://github.com/ethereum/solidity
Licenses: GPL-3.0-or-later
Conflicts: solidity-bin, solidity-git
Submitter: arojas
Maintainer: Spixmaster
Last Packager: Spixmaster
Votes: 6
Popularity: 0.054556
First Submitted: 2023-04-01 17:35 (UTC)
Last Updated: 2024-08-03 11:01 (UTC)

Dependencies (6)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

phnx47 commented on 2024-05-21 13:12 (UTC)

@Spixmaster I don't add BUILD_TESTING variable.

Spixmaster commented on 2024-05-21 11:55 (UTC)

CMake reports a warning.

CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_TESTING

q9f commented on 2024-04-16 13:22 (UTC)

Currently, it only works with the fixed z3 version which you either have to downgrade to or disable it in the PKGBUILD.

Replace -DSTRICT_Z3_VERSION=OFF with -DUSE_Z3=OFF and it should compile and link at least. No need to downgrade z3 unless you need it.

I'll discuss this upstream.

kso commented on 2024-04-07 22:03 (UTC)

Hi phnx47, I got this error:

[ 98%] Built target phaser
[ 98%] Building CXX object tools/CMakeFiles/yul-phaser.dir/yulPhaser/main.cpp.o
[ 99%] Linking CXX executable yul-phaser
/usr/bin/ld.gold: pack-relative-relocs: unknown -z option
/usr/bin/ld.gold: use the --help option for usage information
collect2: error: ld returned 1 exit status
make[2]: *** [tools/CMakeFiles/yul-phaser.dir/build.make:109: tools/yul-phaser] Error 1
make[1]: *** [CMakeFiles/Makefile2:641: tools/CMakeFiles/yul-phaser.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: solidity-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
solidity - exit status 4