GNU bug report logs - #33969
[PATCH] gnu: postgresql: Build with openssl support.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Thu, 3 Jan 2019 22:07:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.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 33969 in the body.
You can then email your comments to 33969 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#33969; Package guix-patches. (Thu, 03 Jan 2019 22:07:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 03 Jan 2019 22:07:04 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: postgresql: Build with openssl support.
Date: Thu,  3 Jan 2019 22:05:38 +0000
* gnu/packages/databases.scm (postgresql)[arguments]: Add --with-openssl to
[inputs]: Add openssl.
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 07c6006c3b..4febd0d915 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -814,7 +814,7 @@ as a drop-in replacement of MySQL.")
                 "0jv26y3f10svrjxzsgqxg956c86b664azyk2wppzpa5x11pjga38"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags '("--with-uuid=e2fs")
+     `(#:configure-flags '("--with-uuid=e2fs" "--with-openssl")
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'patch-/bin/sh
@@ -833,6 +833,7 @@ as a drop-in replacement of MySQL.")
     (inputs
      `(("readline" ,readline)
        ("libuuid" ,util-linux)
+       ("openssl" ,openssl)
        ("zlib" ,zlib)))
     (home-page "https://www.postgresql.org/")
     (synopsis "Powerful object-relational database system")
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#33969; Package guix-patches. (Sat, 05 Jan 2019 11:05:02 GMT) Full text and rfc822 format available.

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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 33969 <at> debbugs.gnu.org
Subject: Re: [bug#33969] [PATCH] gnu: postgresql: Build with openssl support.
Date: Sat, 5 Jan 2019 12:04:12 +0100
LGTM!




Information forwarded to guix-patches <at> gnu.org:
bug#33969; Package guix-patches. (Sun, 13 Jan 2019 21:56:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 33969 <at> debbugs.gnu.org
Subject: Re: [bug#33969] [PATCH] gnu: postgresql: Build with openssl support.
Date: Sun, 13 Jan 2019 21:55:48 +0000
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> LGTM!

Great, I've pushed this to staging now.
[signature.asc (application/pgp-signature, inline)]

Added tag(s) pending. Request was from Christopher Baines <mail <at> cbaines.net> to control <at> debbugs.gnu.org. (Mon, 21 Jan 2019 19:06:03 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#33969; Package guix-patches. (Sun, 10 Feb 2019 10:18:01 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: 33969 <at> debbugs.gnu.org
Subject: Re: [bug#33969] [PATCH] gnu: postgresql: Build with openssl support.
Date: Sun, 10 Feb 2019 10:17:53 +0000
[Message part 1 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:

> Danny Milosavljevic <dannym <at> scratchpost.org> writes:
>
>> LGTM!
>
> Great, I've pushed this to staging now.

This patch has somehow got lost, maybe I didn't push it
properly... anyway, I'll push it to again when that branch appears.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 28 Apr 2019 14:28:01 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Sun, 28 Apr 2019 14:28:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: 33969-done <at> debbugs.gnu.org
Subject: Re: [bug#33969] [PATCH] gnu: postgresql: Build with openssl support.
Date: Sun, 28 Apr 2019 15:27:36 +0100
[Message part 1 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:

> * gnu/packages/databases.scm (postgresql)[arguments]: Add --with-openssl to
> [inputs]: Add openssl.
> ---
>  gnu/packages/databases.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index 07c6006c3b..4febd0d915 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -814,7 +814,7 @@ as a drop-in replacement of MySQL.")
>                  "0jv26y3f10svrjxzsgqxg956c86b664azyk2wppzpa5x11pjga38"))))
>      (build-system gnu-build-system)
>      (arguments
> -     `(#:configure-flags '("--with-uuid=e2fs")
> +     `(#:configure-flags '("--with-uuid=e2fs" "--with-openssl")
>         #:phases
>         (modify-phases %standard-phases
>           (add-before 'configure 'patch-/bin/sh
> @@ -833,6 +833,7 @@ as a drop-in replacement of MySQL.")
>      (inputs
>       `(("readline" ,readline)
>         ("libuuid" ,util-linux)
> +       ("openssl" ,openssl)
>         ("zlib" ,zlib)))
>      (home-page "https://www.postgresql.org/")
>      (synopsis "Powerful object-relational database system")

After sitting for a while in staging, this has now hit master :) So this
bug can be closed.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 May 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 335 days ago.

Previous Next


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