unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: John Soo <jsoo1@asu.edu>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 44646@debbugs.gnu.org
Subject: bug#44646: [PATCH] gnu: Add uuid support (back?) to recutils.
Date: Mon, 16 Nov 2020 08:16:54 -0800	[thread overview]
Message-ID: <874klpqnt5.fsf@asu.edu> (raw)
In-Reply-To: <87ima5zgen.fsf@gnu.org> ("Ludovic Courtès"'s message of "Mon, 16 Nov 2020 12:32:00 +0100")

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

Hi,


Ludovic Courtès <ludo@gnu.org> writes:

>>      (native-inputs `(("bc" ,bc)
>>                       ("bash:include" ,bash "include")
>>                       ("check" ,check)
>> -                     ("libuuid" ,util-linux)
>> +                     ("libuuid:out" ,util-linux)
>
> Is this one even necessary?  (The label is misleading.)
>
>>                       ("pkg-config" ,pkg-config)))
>>
>>      ;; TODO: Add more optional inputs.
>>      (inputs `(("curl" ,curl)
>> -              ("libgcrypt" ,libgcrypt)))
>> +              ("libgcrypt" ,libgcrypt)
>> +              ("libuuid:lib" ,util-linux "lib")))
>
> Thanks,
> Ludo’.

It seems to build OK without the native-input, so I removed it.

Thanks,

John


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-uuid-support-to-recutils.patch --]
[-- Type: text/x-patch, Size: 1182 bytes --]

From c7eee6d96ea4ce6516f6a528e3d2110f96fb44ec Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Sat, 14 Nov 2020 12:42:10 -0800
Subject: [PATCH] gnu: Add uuid support to recutils.

* gnu/packages/databases.scm (recutils): [inputs] Add lib output of
util-linux.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c3fb9b5c5f..a36a43e188 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1144,12 +1144,12 @@ organized in a hash table or B+ tree.")
     (native-inputs `(("bc" ,bc)
                      ("bash:include" ,bash "include")
                      ("check" ,check)
-                     ("libuuid" ,util-linux)
                      ("pkg-config" ,pkg-config)))
 
     ;; TODO: Add more optional inputs.
     (inputs `(("curl" ,curl)
-              ("libgcrypt" ,libgcrypt)))
+              ("libgcrypt" ,libgcrypt)
+              ("libuuid" ,util-linux "lib")))
     (synopsis "Manipulate plain text files as databases")
     (description
      "GNU Recutils is a set of tools and libraries for creating and
-- 
2.29.1


  reply	other threads:[~2020-11-16 16:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-14 20:46 bug#44646: [PATCH] gnu: Add uuid support (back?) to recutils John Soo
2020-11-16 11:32 ` Ludovic Courtès
2020-11-16 16:16   ` John Soo [this message]
2020-11-18 22:04     ` Ludovic Courtès

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=874klpqnt5.fsf@asu.edu \
    --to=jsoo1@asu.edu \
    --cc=44646@debbugs.gnu.org \
    --cc=ludo@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).