unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adrian Fullmer via Guix-patches via <guix-patches@gnu.org>
To: 40063@debbugs.gnu.org
Subject: [bug#40063] [PATCH 1/2] gnu: bitlbee-discord: Fix build failure
Date: Sat, 14 Mar 2020 18:57:50 +0000 (UTC)	[thread overview]
Message-ID: <1327954942.3272829.1584212270035@mail.yahoo.com> (raw)
In-Reply-To: 1327954942.3272829.1584212270035.ref@mail.yahoo.com


[-- Attachment #1.1: Type: text/plain, Size: 223 bytes --]

The old package definition fails to build due to attempting to create a help file in the bitlbee store location. This patch corrects the data directory in which the help file is placed to be in the bitlbee-discord output.


[-- Attachment #1.2: Type: text/html, Size: 459 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-bitlbee-discord-Fix-build-failure.patch --]
[-- Type: text/x-patch, Size: 1008 bytes --]

From f031b1999c22294455c6ca55dc76d34e016ffdb4 Mon Sep 17 00:00:00 2001
From: Adrian Fullmer <adrianfullmer@yahoo.com>
Date: Sat, 14 Mar 2020 11:59:58 -0500
Subject: [PATCH 1/2] gnu: bitlbee-discord: Fix build failure

---
 gnu/packages/messaging.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f8b743f766..72c505c6d9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -248,6 +248,9 @@ identi.ca and status.net).")
          (replace 'configure
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (invoke "./configure"
+                     (string-append "--with-bdatadir="
+                                    (assoc-ref outputs "out")
+                                    "/share/bitlbee/")
                      (string-append "--with-plugindir="
                                     (assoc-ref outputs "out")
                                     "/lib/bitlbee/")))))))
-- 
2.25.1


       reply	other threads:[~2020-03-14 19:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1327954942.3272829.1584212270035.ref@mail.yahoo.com>
2020-03-14 18:57 ` Adrian Fullmer via Guix-patches via [this message]
2020-03-14 19:34   ` [bug#40063] [PATCH 2/2] gnu: bitlbee-discord: update to working version Adrian Fullmer via Guix-patches via
2020-03-15 17:32     ` Leo Famulari
2020-11-20 21:37       ` Christopher Baines
2021-07-14 13:05         ` bug#40063: [PATCH 1/2] gnu: bitlbee-discord: Fix build failure Maxim Cournoyer

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=1327954942.3272829.1584212270035@mail.yahoo.com \
    --to=guix-patches@gnu.org \
    --cc=40063@debbugs.gnu.org \
    --cc=adrianfullmer@yahoo.com \
    /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).