From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: TCSH: Update to 6.20.00. Date: Mon, 9 Jan 2017 00:25:00 +0000 Message-ID: <20170109002501.24697-1-ng0@libertad.pw> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQNlD-0007kG-PF for guix-devel@gnu.org; Sun, 08 Jan 2017 19:24:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQNl8-0002wD-Q9 for guix-devel@gnu.org; Sun, 08 Jan 2017 19:24:27 -0500 Received: from aibo.runbox.com ([91.220.196.211]:52758) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQNl8-0002ti-Is for guix-devel@gnu.org; Sun, 08 Jan 2017 19:24:22 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cQNl5-0001y9-EK for guix-devel@gnu.org; Mon, 09 Jan 2017 01:24:19 +0100 Received: from xd9bb9fe1.dyn.telefonica.de ([217.187.159.225] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cQNl3-0001QZ-07 for guix-devel@gnu.org; Mon, 09 Jan 2017 01:24:17 +0100 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: guix-devel@gnu.org [PATCH] gnu: tcsh: Update to 6.20.00. This is almost fixed. Someone needs to look into failing test cases 131 and 188. The tcsh-fix-autotest.patch was updated. I compared the 6.19 version with 6.20 version of files and see no obvious reason for these to fail: # -*- compilation -*- 131. subst.at:29: testing Filename substitution ... ./subst.at:44: tcsh -f files.csh ./subst.at:53: echo 'echo ~; echo "$HOME"' | tcsh -f | uniq | wc -l | tr -d ' \t' ./subst.at:57: echo "echo ~$(id -un)/foo; echo \"$HOME/foo\"" | tcsh -f | uniq | wc -l | tr -d ' \t' --- - 2017-01-08 23:36:16.461524744 +0000 +++ /tmp/guix-build-tcsh-6.20.00.drv-0/tcsh-6.20.00/testsuite.dir/at-groups/131/stdout 2017-01-08 23:36:16.458666838 +0000 @@ -1,2 +1,2 @@ -1 +2 131. subst.at:29: 131. Filename substitution (subst.at:29): FAILED (subst.at:57) # -*- compilation -*- 188. variables.at:707: testing $ cdtohome ... ./variables.at:708: tcsh -f -c 'cd' --- /dev/null 2017-01-08 10:27:49.064082136 +0000 +++ /tmp/guix-build-tcsh-6.20.00.drv-0/tcsh-6.20.00/testsuite.dir/at-groups/188/stderr 2017-01-08 23:36:18.990679394 +0000 @@ -0,0 +1 @@ +cd: Can't change to home directory. ./variables.at:708: exit code was 1, expected 0 188. variables.at:707: 188. $ cdtohome (variables.at:707): FAILED (variables.at:708)