* [gentoo-dev] Last rites: dev-lang/solidity
@ 2018-09-13 6:53 Michał Górny
2018-09-13 20:41 ` David Haller
0 siblings, 1 reply; 2+ messages in thread
From: Michał Górny @ 2018-09-13 6:53 UTC (permalink / raw
To: gentoo-dev-announce; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
# Michał Górny <mgorny@gentoo.org> (13 Sep 2018)
# Depends on old version of dev-libs/jsoncpp, blocking its pruning.
# Downstream maintainer is inactive to bump it. Removal in 30 days.
dev-lang/solidity
--
Best regards,
Michał Górny
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 963 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] Last rites: dev-lang/solidity
2018-09-13 6:53 [gentoo-dev] Last rites: dev-lang/solidity Michał Górny
@ 2018-09-13 20:41 ` David Haller
0 siblings, 0 replies; 2+ messages in thread
From: David Haller @ 2018-09-13 20:41 UTC (permalink / raw
To: gentoo-dev
Hello,
On Thu, 13 Sep 2018, Michal Górny wrote:
># Michal Górny <mgorny@gentoo.org> (13 Sep 2018)
># Depends on old version of dev-libs/jsoncpp, blocking its pruning.
># Downstream maintainer is inactive to bump it. Removal in 30 days.
>dev-lang/solidity
As per the "no -Werror" policy, the following patch to the ebuild, or
something to the same effect should be done anyway, and it compiles
without '-Werror'.
====
--- a/solidity-0.4.18.ebuild 2017-12-20 21:09:16.000000000 +0100
+++ b/solidity-0.4.18.ebuild 2018-09-13 15:59:06.584892127 +0200
@@ -28,6 +28,11 @@
"${FILESDIR}"/${P}-fix-cmake-external-jsoncpp.diff
)
+src_prepare() {
+ sed -i '/add_compile_options(-Werror)/d' cmake/EthCompilerSettings.cmake
+ cmake-utils_src_prepare
+}
+
src_configure() {
local mycmakeargs=(
"-DBoost_USE_STATIC_LIBS=off"
====
HTH,
-dnh
--
| Ceci n'est pas une pipe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-13 20:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-13 6:53 [gentoo-dev] Last rites: dev-lang/solidity Michał Górny
2018-09-13 20:41 ` David Haller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox