From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCHES] Add ruby-pg and adjust Ruby build system Date: Mon, 7 Sep 2015 09:44:19 -0400 Message-ID: References: <874mjhplzn.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8737yr44gs.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYwif-0001t8-NO for guix-devel@gnu.org; Mon, 07 Sep 2015 09:44:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYwib-0005V3-ND for guix-devel@gnu.org; Mon, 07 Sep 2015 09:44:25 -0400 Received: from mail-yk0-f178.google.com ([209.85.160.178]:33208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYwib-0005Uc-Jj for guix-devel@gnu.org; Mon, 07 Sep 2015 09:44:21 -0400 Received: by ykei199 with SMTP id i199so80389105yke.0 for ; Mon, 07 Sep 2015 06:44:20 -0700 (PDT) In-Reply-To: <8737yr44gs.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Sun, Sep 6, 2015 at 5:34 PM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> From 8f29026d37a66d8bcbddc6f32a6354d93d40f50d Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Sat, 29 Aug 2015 21:55:12 -0400 >> Subject: [PATCH 1/2] build: ruby: Avoid long build directory names. >> >> Having the hash of the source gem in the source directory file name prov= ed to >> be problematic when running the test suite for the 'pg' gem that creates >> UNIX-domain sockets in the source directory and exceeded the 108 charact= er >> limit on GNU/Linux systems. >> >> * guix/build/ruby-build-system.scm (unpack): Rename unpacked gem directo= ry to >> "gem". > > Heh, LGTM. > >> From efced81a77bc4a5a72a430987ab8168196358d47 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Sat, 29 Aug 2015 22:03:51 -0400 >> Subject: [PATCH 2/2] gnu: Add ruby-pg. >> >> * gnu/packages/ruby.scm (ruby-pg): New variable. > > OK. Pushed, thanks! - Dave