bug#26039: libical / tzdata substitution not working

2017-03-12 Thread Leo Famulari
On Thu, Mar 09, 2017 at 01:46:38PM -0500, Leo Famulari wrote: > Since libical was updated to 2.0.0, the tzdata path substition has had > no effect due to changes in the upstream source code. [0] > > So, libical probably can't find the time zone file, and it doesn't keep > a reference to tzdata. >

bug#25917: [PATCH v2] services: If a filesystem is not marked as needed for boot, don't check it even if told to check it.

2017-03-12 Thread Danny Milosavljevic
* gnu/services/base.scm (file-system-shepherd-service): If not #:needed-for-boot, don't check filesystem even if #:check? . --- gnu/services/base.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 5298a11f6..2628b718f 10064

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-12 Thread Danny Milosavljevic
* gnu/services/base.scm (file-system-shepherd-service): If not #:needed-for-boot, don't check filesystem even if #:check? . --- gnu/services/base.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 5298a11f6..2628b718f 10064

bug#25882: gcc-wrapper doesn't handle response files

2017-03-12 Thread Federico Beffa
l...@gnu.org (Ludovic Courtès) writes: > The attached version adds handling of unreadable files and recursion. > It does not address parsing of quote-delimited options though, but I’m > tempted to punt on that one. My worry is that not handling them may lead to hard to debug, guix specific errors