GNU bug report logs - #29602
[PATCH] gnu: keepassxc: Always install libraries to /lib.

Previous Next

Package: guix-patches;

Reported by: Rutger Helling <rhelling <at> mykolab.com>

Date: Thu, 7 Dec 2017 08:28:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#29602: closed ([PATCH] gnu: keepassxc: Always install
 libraries to /lib.)
Date: Fri, 08 Dec 2017 09:49:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 08 Dec 2017 10:48:30 +0100
with message-id <87lgid1rf5.fsf <at> gnu.org>
and subject line Re: [bug#29602] [PATCH] gnu: keepassxc: Always install libraries to /lib.
has caused the debbugs.gnu.org bug report #29602,
regarding [PATCH] gnu: keepassxc: Always install libraries to /lib.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
29602: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29602
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Rutger Helling <rhelling <at> mykolab.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: keepassxc: Always install libraries to /lib.
Date: Thu, 07 Dec 2017 09:27:37 +0100
[Message part 3 (text/plain, inline)]
Here's a patch that makes sure keepassxc installs its libraries in /lib
(instead of /lib64 as in some cases).
[Message part 4 (text/html, inline)]
[0001-gnu-keepassxc-Always-install-libraries-to-lib.patch (text/x-diff, attachment)]
[Message part 6 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Rutger Helling <rhelling <at> mykolab.com>
Cc: 29602-done <at> debbugs.gnu.org
Subject: Re: [bug#29602] [PATCH] gnu: keepassxc: Always install libraries to
 /lib.
Date: Fri, 08 Dec 2017 10:48:30 +0100
Rutger Helling <rhelling <at> mykolab.com> skribis:

> From fdfc9dec4761d4868ee20be2efa5cb6175eb745a Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling <at> mykolab.com>
> Date: Thu, 7 Dec 2017 09:21:22 +0100
> Subject: [PATCH] gnu: keepassxc: Always install libraries to /lib.
>
> * gnu/packages/password-utils.scm (keepassxc)[arguments]: Add #:configure-flags
> argument to force installing libraries to /lib.

Applied, thanks.

> +    (arguments
> +     `(#:configure-flags
> +       (list (string-append "-DCMAKE_INSTALL_LIBDIR="
> +                            (assoc-ref %outputs "out") "/lib"))))

At some point we should probably fix ‘cmake-build-system’.  Thoughts?

Ludo’.


This bug report was last modified 7 years and 208 days ago.

Previous Next


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