Gentoo Archives: gentoo-dev

From: David Haller <gentoo@×××××××.de>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Last rites: dev-lang/solidity
Date: Thu, 13 Sep 2018 20:41:16
Message-Id: 20180913204103.fflyersuy5jedv27@grusum.endjinn.de
In Reply to: [gentoo-dev] Last rites: dev-lang/solidity by "Michał Górny"
1 Hello,
2
3 On Thu, 13 Sep 2018, Michal Górny wrote:
4 ># Michal Górny <mgorny@g.o> (13 Sep 2018)
5 ># Depends on old version of dev-libs/jsoncpp, blocking its pruning.
6 ># Downstream maintainer is inactive to bump it. Removal in 30 days.
7 >dev-lang/solidity
8
9 As per the "no -Werror" policy, the following patch to the ebuild, or
10 something to the same effect should be done anyway, and it compiles
11 without '-Werror'.
12
13 ====
14 --- a/solidity-0.4.18.ebuild 2017-12-20 21:09:16.000000000 +0100
15 +++ b/solidity-0.4.18.ebuild 2018-09-13 15:59:06.584892127 +0200
16 @@ -28,6 +28,11 @@
17 "${FILESDIR}"/${P}-fix-cmake-external-jsoncpp.diff
18 )
19
20 +src_prepare() {
21 + sed -i '/add_compile_options(-Werror)/d' cmake/EthCompilerSettings.cmake
22 + cmake-utils_src_prepare
23 +}
24 +
25 src_configure() {
26 local mycmakeargs=(
27 "-DBoost_USE_STATIC_LIBS=off"
28 ====
29
30 HTH,
31 -dnh
32
33 --
34 | Ceci n'est pas une pipe