GNU bug report logs - #51063
[PATCH] gnu: ruby-eventmachine: Add openssl input.

Previous Next

Package: guix-patches;

Reported by: Stephen Paul Weber <singpolyma <at> singpolyma.net>

Date: Wed, 6 Oct 2021 17:57:02 UTC

Severity: normal

Tags: patch

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

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: Stephen Paul Weber <singpolyma <at> singpolyma.net>
Subject: bug#51063: closed (Re: bug#51063: [PATCH] gnu: ruby-eventmachine:
 Add openssl input.)
Date: Tue, 26 Oct 2021 10:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51063: [PATCH] gnu: ruby-eventmachine: Add openssl input.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 51063 <at> debbugs.gnu.org.

-- 
51063: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51063
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Stephen Paul Weber <singpolyma <at> singpolyma.net>
Cc: 51063-done <at> debbugs.gnu.org
Subject: Re: bug#51063: [PATCH] gnu: ruby-eventmachine: Add openssl input.
Date: Tue, 26 Oct 2021 12:45:40 +0200
Hi,

Stephen Paul Weber <singpolyma <at> singpolyma.net> skribis:

> While EventMachine will build without openssl present, attempting to use it to
> make any TLS-secured connections will crash at runtime, which is not very
> useful.  This allows the build system to find and link OpenSSL and thus TLS will
> work at runtime.
>
> * gnu/packages/ruby.scm (ruby-eventmachine): Add openssl input.

Applied, thanks!

Ludo'.

[Message part 3 (message/rfc822, inline)]
From: Stephen Paul Weber <singpolyma <at> singpolyma.net>
To: guix-patches <at> gnu.org
Cc: Stephen Paul Weber <singpolyma <at> singpolyma.net>
Subject: [PATCH] gnu: ruby-eventmachine: Add openssl input.
Date: Wed,  6 Oct 2021 12:55:56 -0500
While EventMachine will build without openssl present, attempting to use it to
make any TLS-secured connections will crash at runtime, which is not very
useful.  This allows the build system to find and link OpenSSL and thus TLS will
work at runtime.

* gnu/packages/ruby.scm (ruby-eventmachine): Add openssl input.
---
 gnu/packages/ruby.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8db5bd9158..58c6df5260 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8730,6 +8730,8 @@ application.")
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f))               ; test suite tries to connect to google.com
+    (inputs
+     `(("openssl" ,openssl)))
     (native-inputs
      `(("ruby-rake-compiler" ,ruby-rake-compiler)))
     (synopsis "Single-threaded network event framework for Ruby")
-- 
2.20.1



This bug report was last modified 3 years and 265 days ago.

Previous Next


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