unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38019] [PATCH] Fix build of virtuoso-ose.
@ 2019-11-01 12:56 Roel Janssen
  2019-11-03 17:03 ` bug#38019: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Janssen @ 2019-11-01 12:56 UTC (permalink / raw)
  To: 38019

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

Dear Guix,

I attached a patch to fix the build of 'virtuoso-ose'.  It's been a
long time since I submitted a patch, so if it was already fixed in some
other branch, then disregard this patch.

Could somebody apply it?

Kind regards,
Roel Janssen


[-- Attachment #2: 0001-databases-Fix-build-of-virtuoso-ose.patch --]
[-- Type: text/x-patch, Size: 913 bytes --]

From 23085913698bea734144aa8ff6e65a69bf460e55 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Fri, 1 Nov 2019 13:51:19 +0100
Subject: [PATCH] databases: Fix build of virtuoso-ose.

Virtuoso cannot be built with versions of OpenSSL >1.1.0.

* gnu/packages/databases.scm (virtuoso-ose): Use openssl-1.0.2t.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 412768aca6..a8e5418666 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2352,7 +2352,7 @@ implementation for Python.")
        #:configure-flags '("--without-internal-zlib"
                            "--with-readline")))
     (inputs
-     `(("openssl" ,openssl)
+     `(("openssl" ,openssl-1.0.2t)
        ("net-tools" ,net-tools)
        ("readline" ,readline)
        ("zlib" ,zlib)))
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38019: [PATCH] Fix build of virtuoso-ose.
  2019-11-01 12:56 [bug#38019] [PATCH] Fix build of virtuoso-ose Roel Janssen
@ 2019-11-03 17:03 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-11-03 17:03 UTC (permalink / raw)
  To: Roel Janssen, 38019-done

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

Roel Janssen <roel@gnu.org> writes:

> Dear Guix,
>
> I attached a patch to fix the build of 'virtuoso-ose'.  It's been a
> long time since I submitted a patch, so if it was already fixed in some
> other branch, then disregard this patch.
>
> Could somebody apply it?

Thanks!  I applied it, after changing from 'openssl-1.0.2t' to the more
stable 'openssl-1.0' variable, and adjusted the commit message to match.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-03 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-01 12:56 [bug#38019] [PATCH] Fix build of virtuoso-ose Roel Janssen
2019-11-03 17:03 ` bug#38019: " Marius Bakke

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).