From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCH] gnu: Add ruby-libxml and bioruby. Date: Tue, 15 Sep 2015 14:24:48 +0200 Message-ID: <20150915122448.GA2593@thebird.nl> References: <55f80c12.NAjUMKLGXxd1XSlA%pjotr.public12@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbqEm-0002fB-DY for guix-devel@gnu.org; Tue, 15 Sep 2015 09:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbpJx-0004F1-0i for guix-devel@gnu.org; Tue, 15 Sep 2015 08:26:53 -0400 Received: from mail.thebird.nl ([95.154.246.10]:54191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbpJw-0004Ep-RN for guix-devel@gnu.org; Tue, 15 Sep 2015 08:26:48 -0400 Content-Disposition: inline In-Reply-To: <55f80c12.NAjUMKLGXxd1XSlA%pjotr.public12@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel Sorry for the double mail. I just got round to using command line mailing patches and hit enter twice. Anyway, the bioruby package works with many tests :). ruby-libxml, meanwhile, installs fine but its tests depend on the shared library that needs to get built and installed. Anyone dealt with such a dependency in the check phase? For now the testing is disabled. Thanks, Pj.