From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH 0/2] Tcsh update for core-updates Date: Fri, 24 Feb 2017 09:40:38 +0000 Message-ID: <20170224094038.nlnm34po7hyuu5y5@wasp> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chCKk-0001w2-12 for guix-devel@gnu.org; Fri, 24 Feb 2017 04:38:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chCKg-0000Jt-2g for guix-devel@gnu.org; Fri, 24 Feb 2017 04:38:38 -0500 Received: from fragranza.investici.org ([2a00:1dc0:2479::19]:35614) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1chCKf-0000JY-Ni for guix-devel@gnu.org; Fri, 24 Feb 2017 04:38:33 -0500 Content-Disposition: inline In-Reply-To: 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" To: Leo Famulari Cc: guix-devel@gnu.org On 17-02-24 03:16:43, Leo Famulari wrote: > This updates tcsh to the latest upstream version. > > Some of the previously disabled tests could be re-enabled after being > adjusted upstream. > > The 'cdtohome' test is disabled since the Guix build user does not have > a home directory. Hi, some weeks ago I worked on this. Put a significant amount of time into the update, waited for replies and asked upstream about the cdhome issue as I don't understand tcsh syntax that much. This is exactly why I don't think email is the perfect tool for project work. There is no reminder to tell you someone already worked on this, no interactive search unless you have it yourself. It would be good if you could search the archive next time and tell me to rebase or redo it on core-updates. > And one upstream change is cherry-picked to handle a change in sed. > > Perl is added as a test dependency. > > Leo Famulari (2): > gnu: tcsh: Update to 6.20.00. > gnu: tcsh: Use modify-phases. > > gnu/local.mk | 1 - > .../patches/tcsh-do-not-define-BSDWAIT.patch | 33 ------ > gnu/packages/patches/tcsh-fix-autotest.patch | 113 ++++++++++----------- > gnu/packages/shells.scm | 60 ++++++----- > 4 files changed, 81 insertions(+), 126 deletions(-) > delete mode 100644 gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch > > -- > 2.11.1 > >