Re: 01/02: utils: Change 'patch-shebangs' to use binary input.

2015-02-28 Thread Ludovic Courtès
Mark H Weaver skribis: > Ludovic Courtès writes: > >> commit ca1e3ad2faa59d5b32289f84e0937fa476e21a1a >> Author: Ludovic Courtès >> Date: Sat Feb 28 01:01:51 2015 +0100 >> >> utils: Change 'patch-shebangs' to use binary input. >> >> * guix/build/utils.scm (get-char*): New procedu

Re: 01/02: utils: Change 'patch-shebangs' to use binary input.

2015-02-28 Thread Andreas Enge
In fact, this one has been fixed in e8c9f0498f9f3ead4ea345d49f1c5e630ff158f8. So please disregard my message. Andreas

Re: 01/02: utils: Change 'patch-shebangs' to use binary input.

2015-02-28 Thread Andreas Enge
For the record, I tried to work on top of commit f1886b51bd86bd80a47c5b4aafc16039126315e8 gnu: cmake: Update to 3.1.3. of core-updates. There I get a test failure Testsuite summary for gettext-tools 0.19.4

Re: 01/02: utils: Change 'patch-shebangs' to use binary input.

2015-02-28 Thread Andreas Enge
By the way, the latest modifications broke core-updates: http://hydra.gnu.org/build/262811/nixlog/2/tail-reload ends with In ice-9/regex.scm: 189: 3 [list-matches # ...] 176: 2 [fold-matches # ...] In unknown file: ?: 1 [regexp-exec # ...] In ice-9/boot-9.scm: 106: 0 [# encoding-error ...

Re: 01/02: utils: Change 'patch-shebangs' to use binary input.

2015-02-27 Thread Mark H Weaver
Ludovic Courtès writes: > commit ca1e3ad2faa59d5b32289f84e0937fa476e21a1a > Author: Ludovic Courtès > Date: Sat Feb 28 01:01:51 2015 +0100 > > utils: Change 'patch-shebangs' to use binary input. > > * guix/build/utils.scm (get-char*): New procedure. > (patch-shebang): Use it