GNU bug report logs - #32698
Package azr3-1.2.3 fails during install

Previous Next

Package: guix;

Reported by: t_w_ <at> freenet.de

Date: Tue, 11 Sep 2018 10:35:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ricardo Wurmus <rekado <at> elephly.net>
To: t_w_ <at> freenet.de
Cc: 32698 <at> debbugs.gnu.org
Subject: bug#32698: Package azr3-1.2.3 fails during install
Date: Tue, 11 Sep 2018 15:40:52 +0200
Hi Thorsten,

> //gnu/store/rxn9php37bgcvznjiq0mvvr6a4s8zayg-azr3-1.2.3/share/doc/azr3-jack
> man_section=`echo azr3.1 | sed 's/.*\.\([0-9]\)/\1/'`; mkdir -p 
> //gnu/store/rxn9php37bgcvznjiq0mvvr6a4s8zayg-azr3-1.2.3/share/man/man$man_section;
> gzip -c azr3.1 >
> //gnu/store/rxn9php37bgcvznjiq0mvvr6a4s8zayg-azr3-1.2.3/share/man/man$man_section/`basename
> azr3.1`.gz
> gzip: azr3.1: warning: file timestamp out of range for gzip format

We might be able to fix this with a build phase like this:

--8<---------------cut here---------------start------------->8---
  (add-before 'reset-gzip-timestamps 'make-manpages-writable
    (lambda* (#:key outputs #:allow-other-keys)
      (map make-file-writable
           (find-files (string-append (assoc-ref outputs "out")
                                      "/share/man")
                       ".*\\.gz$"))
      #t))
--8<---------------cut here---------------end--------------->8---

Would you like to give that a try?

-- 
Ricardo





This bug report was last modified 6 years and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.