unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: qemu: Install all required info files.
Date: Wed, 23 Nov 2016 23:50:34 +0300	[thread overview]
Message-ID: <87eg21ly3p.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

The current info manual of QEMU "does not work": qemu package provides
"qemu-doc.info" but not "qemu-doc.info-1" and other "*.info-N" files.

I believe the attached patch should fix it, but I couldn't test it, as
when I tried to build qemu, it failed on the check phase.  I am confused
as qemu has recently been built successfully on hydra, and to be honest
I don't have a wish to investigate.  So if anyone would like to test if
this patch really fixes the info manual, please do it :-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-qemu-Install-all-required-info-files.patch --]
[-- Type: text/x-diff, Size: 1020 bytes --]

From 86851ad63ddf8586507606508011753838b1e715 Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Wed, 23 Nov 2016 23:25:27 +0300
Subject: [PATCH] gnu: qemu: Install all required info files.

* gnu/packages/qemu.scm (qemu)[arguments]: Adjust 'install-info' phase
to find all info files (including "*.info-N").
---
 gnu/packages/qemu.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index 3c48b7a..e429c04 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -119,7 +119,7 @@
                         (let ((infodir (string-append out "/share/info")))
                           (for-each (lambda (info)
                                       (install-file info infodir))
-                                    (find-files "." "\\.info$"))
+                                    (find-files "." "\\.info"))
                           #t))))))
          (add-before 'check 'make-gtester-verbose
            (lambda _
-- 
2.10.2


             reply	other threads:[~2016-11-23 20:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-23 20:50 Alex Kost [this message]
2016-11-24  8:50 ` [PATCH] gnu: qemu: Install all required info files Chris Marusich
2016-11-24 16:11   ` Ludovic Courtès
2016-11-25 13:12     ` Alex Kost

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=87eg21ly3p.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    /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).