From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DEE3138334 for ; Thu, 13 Sep 2018 20:41:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE90BE0CB9; Thu, 13 Sep 2018 20:41:11 +0000 (UTC) Received: from km35626.keymachine.de (text-idiomas.com [87.118.86.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57E38E0BC2 for ; Thu, 13 Sep 2018 20:41:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by km35626.keymachine.de (Postfix) with ESMTP id 31BBA112196B for ; Thu, 13 Sep 2018 22:41:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at km35626.keymachine.de. Received: from km35626.keymachine.de ([127.0.0.1]) by localhost (km35626.keymachine.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2mPnwGinpvsR for ; Thu, 13 Sep 2018 22:41:06 +0200 (CEST) Received: from grusum.endjinn.de (p3EE2305B.dip0.t-ipconnect.de [62.226.48.91]) by km35626.keymachine.de (Postfix) with ESMTPSA id 80110112194C for ; Thu, 13 Sep 2018 22:41:06 +0200 (CEST) Received: by grusum.endjinn.de (Postfix, from userid 500) id 97D01170398; Thu, 13 Sep 2018 22:40:37 +0200 (CEST) Date: Thu, 13 Sep 2018 22:41:03 +0200 From: David Haller To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Last rites: dev-lang/solidity Message-ID: <20180913204103.fflyersuy5jedv27@grusum.endjinn.de> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <1536821584.1275.0.camel@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1536821584.1275.0.camel@gentoo.org> Organization: What? X-Clacks-Overhead: GNU Terry Pratchett User-Agent: NeoMutt/20170609 (1.8.3) X-Archives-Salt: 6717faa7-3969-4fd0-906b-22baba638b57 X-Archives-Hash: 11bc55cfd6ca4871ca702d2ec91b52c3 Hello, On Thu, 13 Sep 2018, Michal G=F3rny wrote: ># Michal G=F3rny (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'. =3D=3D=3D=3D --- 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 ) =20 +src_prepare() { + sed -i '/add_compile_options(-Werror)/d' cmake/EthCompilerSettings.= cmake + cmake-utils_src_prepare +} + src_configure() { local mycmakeargs=3D( "-DBoost_USE_STATIC_LIBS=3Doff" =3D=3D=3D=3D HTH, -dnh --=20 | Ceci n'est pas une pipe