unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: t_w_@freenet.de
Cc: 32698-done@debbugs.gnu.org
Subject: bug#32698: Fwd: Re: bug#32698: Package azr3-1.2.3 fails during install
Date: Sun, 07 Oct 2018 23:40:00 +0200	[thread overview]
Message-ID: <87va6dqvv3.fsf@elephly.net> (raw)
In-Reply-To: <caeb60eb-dcd7-4b5c-0ab9-29ecea23be81@freenet.de>

[Resending because this email could not be delivered to debbugs.]

Ricardo Wurmus <rekado@elephly.net> writes:

> Thorsten Wilms <t_w_@freenet.de> writes:
>
>> On 11.09.2018 15:40, Ricardo Wurmus wrote:
>>>
>>> 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?
>>
>> I got the exact same message as before, now with your snippet inserted
>> as follows, testing via
>> ./pre-inst-env guix build azr3:
>
> Ah, the error is about the input to gzip; this error happens during
> installation.  So all that’s needed is to update the timestamp of the
> man page source.
>
> This is now fixed with commit ef1f9acf4.

-- 
Ricardo

      parent reply	other threads:[~2018-10-07 21:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-11 10:30 bug#32698: Package azr3-1.2.3 fails during install Thorsten Wilms
2018-09-11 13:40 ` Ricardo Wurmus
2018-10-03 19:46   ` Thorsten Wilms
     [not found]     ` <87d0squ4cc.fsf@elephly.net>
2018-10-07 21:40       ` Ricardo Wurmus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87va6dqvv3.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=32698-done@debbugs.gnu.org \
    --cc=t_w_@freenet.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).