GNU bug report logs -
#26238
core-updates: Fix time zone bug in `date` 8.26
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Fri, 24 Mar 2017 16:23:02 UTC
Severity: important
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 26238 <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
Leo Famulari <leo <at> famulari.name> skribis:
> But, I'm not sure how to handle coreutils-final from (gnu packages
> commencement).
I think ‘coreutils-final’ doesn’t need the replacement because the
‘coreutils’ package that we get on GuixSD or when typing ‘guix package
-i coreutils’ is not ‘coreutils-final’.
‘-final’ is only used as an implicit input of ‘gnu-build-system’, where
the ‘date’ bug is arguably not a problem.
So for ‘coreutils-final’, I’d just do:
(replacement #f)
WDYT?
> From 25897d2d2201251c7e98d938f9a78e00c4f6f27d Mon Sep 17 00:00:00 2001
> From: Leo Famulari <leo <at> famulari.name>
> Date: Fri, 24 Mar 2017 12:18:21 -0400
> Subject: [PATCH] WIP: coreutils: Fix a time-zone bug in date 8.26.
>
> * gnu/packages/base.scm (coreutils)[replacement]: New field.
> (coreutils/fixed): New variable.
> * gnu/packages/commencement.scm (coreutils-final): *** Help wanted :) ***
> * gnu/packages/patches/coreutils-fix-time-zone-conversion.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
[...]
> (define-public coreutils-minimal
> ;; Coreutils without its optional dependencies.
> (package
> (inherit coreutils)
> (name "coreutils-minimal")
> + (replacement #f)
> (outputs '("out"))
> (inputs '())))
For good measure, ‘coreutils-minimal’ should also have:
(source (package-source coreutils/fixed))
so that it gets the fix (nothing depends on ‘coreutils-minimal’, so
there’s no need for a graft here.)
Thanks!
Ludo’.
This bug report was last modified 8 years and 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.