[PATCH] Fix build of virtuoso-ose.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Roel Janssen
Owner
unassigned
Submitted by
Roel Janssen
Severity
normal
R
R
Roel Janssen wrote on 1 Nov 2019 13:56
(address . guix-patches@gnu.org)
4e87cf6e307d30ba6206b167d10bd287fe85036d.camel@gnu.org
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
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(-)

Toggle diff (15 lines)
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
M
M
Marius Bakke wrote on 3 Nov 2019 18:03
87wocgopsg.fsf@devup.no
Roel Janssen <roel@gnu.org> writes:

Toggle quote (8 lines)
> 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.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl2/CG8ACgkQoqBt8qM6
VPqfhQf/QSKuL593LCbSY0uq3H2OPbD1JLZ1TyXAvdvKtEe0gBrBWiH41y9UUEsL
FmkRiDoKJ7e7ORATXg3hrFwLK/rhfhVfrQ6Eny50cRLQTKHfi8vK8HcXVj0Q26ds
juwbDB3noggAlQgyHyiWi8rQpavqR7yyxDKWkfh7dTD3Pux9ihUWm/2pIWtcZARQ
9sJ3TRc0YyaNzxpZh5HYjbAWkkSkRdux2WKECHOLcZEIJqYgN7yFrb5jtqBasY6v
EQY3prI8kP59wPaT4h6jyD5YQ7dE7qvuxFRopkptC0r1IKI+4Btj29DSp0X/s+tK
OV2HRiY3snsfu9gRAp7v3d5ooHXUow==
=IGL7
-----END PGP SIGNATURE-----

Closed
?