Re: [PATCH] Add tcsh.

2013-02-06 Thread Cyril Roelandt
On 02/06/2013 03:17 PM, Ludovic Courtès wrote: Cyril Roelandt skribis: When using (which "sh"), 2 tests fail with the following error: /nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/bin/sh: Command not found Any idea ? Presumably th

Re: [PATCH] Add tcsh.

2013-02-06 Thread Ludovic Courtès
Cyril Roelandt skribis: > When using (which "sh"), 2 tests fail with the following error: > > /nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/bin/sh: > Command not found > > Any idea ? Presumably there’s double-patching occurring. That is

Re: [PATCH] Add tcsh.

2013-02-05 Thread Cyril Roelandt
On 02/04/2013 11:32 PM, Ludovic Courtès wrote: Cyril Roelandt skribis: [...] +;; The .at files create shell scripts without shebangs. Erk. +(substitute* "tests/commands.at" + (("./output.sh") + (string-append (which "b

Re: [PATCH] Add tcsh.

2013-02-05 Thread Ludovic Courtès
Cyril Roelandt skribis: > On 02/04/2013 11:32 PM, Ludovic Courtès wrote: >> Cyril Roelandt skribis: >> >>> This patch adds tcsh. It was a bit hard to make the testsuite work: I >>> disabled a >>> few tests that I could not get working during the "check" phase, but it >>> should >>> not be a pr

Re: [PATCH] Add tcsh.

2013-02-04 Thread Cyril Roelandt
On 02/04/2013 11:32 PM, Ludovic Courtès wrote: Cyril Roelandt skribis: This patch adds tcsh. It was a bit hard to make the testsuite work: I disabled a few tests that I could not get working during the "check" phase, but it should not be a problem, since they work fine with the installed binar

Re: [PATCH] Add tcsh.

2013-02-04 Thread Ludovic Courtès
Cyril Roelandt skribis: > This patch adds tcsh. It was a bit hard to make the testsuite work: I > disabled a > few tests that I could not get working during the "check" phase, but it should > not be a problem, since they work fine with the installed binary. Good! > +(inputs > + `(("aut

[PATCH] Add tcsh.

2013-02-04 Thread Cyril Roelandt
* gnu/packages/tcsh.scm: New file. * gnu/packages/patches/tcsh-fix-autotest.patch: New file * Makefile.am: Add them. --- Hey ! This patch adds tcsh. It was a bit hard to make the testsuite work: I disabled a few tests that I could not get working during the "check" phase, but it should not be a pr