GNU bug report logs - #34057
[PATCH] core-updates -- gnu: groff: Fix doc installation.

Previous Next

Package: guix-patches;

Reported by: ericbavier <at> centurylink.net

Date: Sun, 13 Jan 2019 07:20:03 UTC

Severity: normal

Tags: patch

Done: Eric Bavier <ericbavier <at> centurylink.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34057 in the body.
You can then email your comments to 34057 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#34057; Package guix-patches. (Sun, 13 Jan 2019 07:20:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to ericbavier <at> centurylink.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 13 Jan 2019 07:20:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ericbavier <at> centurylink.net
To: guix-patches <at> gnu.org
Cc: Eric Bavier <bavier <at> member.fsf.org>
Subject: [PATCH] core-updates -- gnu: groff: Fix doc installation.
Date: Sun, 13 Jan 2019 01:18:50 -0600
From: Eric Bavier <bavier <at> member.fsf.org>

* gnu/packages/groff.scm (groff)[arguments]: Add 'fix-docdir phase.
---
 gnu/packages/groff.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index 9bf8662b9f..a8a31337c8 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <rekado <at> elephly.net>
 ;;; Copyright © 2017 Ludovic Courtès <ludo <at> gnu.org>
 ;;; Copyright © 2019 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2019 Eric Bavier <bavier <at> member.fsf.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -65,7 +66,11 @@
         (add-after 'unpack 'setenv
           (lambda _
             (setenv "GS_GENERATE_UUIDS" "0")
-            #t)))))
+            #t))
+        (add-after 'unpack 'fix-docdir
+          (lambda _         ;see https://savannah.gnu.org/bugs/index.php?55461
+            (substitute* "Makefile.in"
+              (("^docdir =.*") "docdir = @docdir@\n")))))))
    (synopsis "Typesetting from plain text mixed with formatting commands")
    (description
     "Groff is a typesetting package that reads plain text and produces
--
2.20.1





Reply sent to Eric Bavier <ericbavier <at> centurylink.net>:
You have taken responsibility. (Mon, 14 Jan 2019 21:37:02 GMT) Full text and rfc822 format available.

Notification sent to ericbavier <at> centurylink.net:
bug acknowledged by developer. (Mon, 14 Jan 2019 21:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 34057-done <at> debbugs.gnu.org (full text, mbox):

From: Eric Bavier <ericbavier <at> centurylink.net>
To: 34057-done <at> debbugs.gnu.org
Subject: Re: [PATCH] core-updates -- gnu: groff: Fix doc installation.
Date: Mon, 14 Jan 2019 15:36:30 -0600
[Message part 1 (text/plain, inline)]
On Sun, 13 Jan 2019 01:18:50 -0600
ericbavier <at> centurylink.net wrote:

> From: Eric Bavier <bavier <at> member.fsf.org>
> 
> * gnu/packages/groff.scm (groff)[arguments]: Add 'fix-docdir phase.
> ---
>  gnu/packages/groff.scm | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

Pushed in 2df4f7020d2c49110900f786af7700d170c3035c

`~Eric
[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 12 Feb 2019 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 87 days ago.

Previous Next


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