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@debbugs.gnu.org
Subject: bug#32698: Package azr3-1.2.3 fails during install
Date: Tue, 11 Sep 2018 15:40:52 +0200	[thread overview]
Message-ID: <87y3c8jgnv.fsf@elephly.net> (raw)
In-Reply-To: <caeb60eb-dcd7-4b5c-0ab9-29ecea23be81@freenet.de>


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

  reply	other threads:[~2018-09-11 13:42 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 [this message]
2018-10-03 19:46   ` Thorsten Wilms
     [not found]     ` <87d0squ4cc.fsf@elephly.net>
2018-10-07 21:40       ` bug#32698: Fwd: " Ricardo Wurmus

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=87y3c8jgnv.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=32698@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).