From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22420: Zsh test failure Date: Thu, 21 Jan 2016 18:05:23 -0500 Message-ID: <20160121230523.GA17695@jasmine> References: <20160121022120.GA19231@jasmine> <87oacewsqq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMOIo-00025J-SL for bug-guix@gnu.org; Thu, 21 Jan 2016 18:06:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMOIj-0004li-Sq for bug-guix@gnu.org; Thu, 21 Jan 2016 18:06:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMOIj-0004le-PM for bug-guix@gnu.org; Thu, 21 Jan 2016 18:06:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aMOIj-0000RN-Iy for bug-guix@gnu.org; Thu, 21 Jan 2016 18:06:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87oacewsqq.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 22420@debbugs.gnu.org On Thu, Jan 21, 2016 at 10:02:53PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > Zsh fails to build due to a test failure on my system (x86_64). > > > > The test suite does not report where the failure occurs but I believe it > > is in section 'Test/B02typeset.ztst' as a result of patch-shebang > > failing to find a binary interpreter for 'Test/ztst.zsh': > > > > patch-shebang: ./Test/ztst.zsh: warning: no binary for interpreter `zsh' found in $PATH > > > > I wonder if this means that the file is being interpreted by Bash, or > > maybe the 'sh' mode of Bash. > > It means that the ztst.zsh contains #!/usr/bin/zsh or similar, and when > the ‘patch-shebangs’ phase runs, there’s no ‘zsh’ binary in $PATH, so > the file is left unpatched with its bogus shebang. > > That means that attempts to exec ztst.zsh systematically fail. > > However, I see that Zsh appears to build fine on x86_64-linux as of > v0.9.0-1121-gaca738f. What Guix commit are you using? Currently, feb767b23c7c. I noticed it was failing on core-updates and decided to investigate; this commit is on master, not core-updates. I have confirmed the failure is in 'Test/B02typeset.ztst'. > > Thanks, > Ludo’.