From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B069E138CC5 for ; Wed, 25 Mar 2015 16:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 340E4E0804; Wed, 25 Mar 2015 16:55:53 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F374BE07E0 for ; Wed, 25 Mar 2015 16:55:51 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yaoag-0001TD-PJ for gentoo-user@lists.gentoo.org; Wed, 25 Mar 2015 17:55:39 +0100 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Mar 2015 17:55:38 +0100 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Mar 2015 17:55:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] libsubversion error Date: Wed, 25 Mar 2015 16:55:27 +0000 (UTC) Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1) X-Archives-Salt: 70df0f69-5ceb-4b69-ab6e-b842365f1cfa X-Archives-Hash: e1acf300dcc41bf8a1cb292d01e91c4a Hello, so I'm hacking an updated ebuild for mesos-0.22.0. mesos-0.20.0 built just fine from one of my local repositories some months ago. The errors I encounter are: checking svn_version.h usability... no checking svn_version.h presence... no checking for svn_version.h... no configure: error: cannot find libsvn_subr-1 headers ------------------------------------------------------------------- libsubversion-1 is required for mesos to build. So is the solution to just emerge this? dev-vcs/subversion or dev-vcs/hgsubversion Any suggestions are most welcome. James