From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 06 13:56:09 2021 Received: (at submit) by debbugs.gnu.org; 6 Oct 2021 17:56:09 +0000 Received: from localhost ([127.0.0.1]:45415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYB9E-0000om-T3 for submit@debbugs.gnu.org; Wed, 06 Oct 2021 13:56:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:36074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYB99-0000oZ-Aw for submit@debbugs.gnu.org; Wed, 06 Oct 2021 13:56:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYB96-0001FM-SV for guix-patches@gnu.org; Wed, 06 Oct 2021 13:56:01 -0400 Received: from singpolyma.net ([2607:5300:60:9e74:1000::]:60395) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYB95-0006Zh-Cf for guix-patches@gnu.org; Wed, 06 Oct 2021 13:56:00 -0400 Received: by singpolyma.net (Postfix, from userid 1000) id 4C0C04861694; Wed, 6 Oct 2021 17:55:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=singpolyma.net; s=iweb; t=1633542957; bh=X0muJecOf9CgOpJtSSJKfu4OBNFuEV85veT3Q2D6pR8=; h=From:To:Cc:Subject:Date:From; b=TnUxS8WMLXvP1TFTyRgf3WDP6g49adbsLn1geXl89YAtgeQAmun6ax6Ay3Nm4MGxo Mocwg9BYUATWJKUOww/CcGBSdOTDAX4vjz+gtZaUVs2GHUJaXGJYqDoPesLAW8Fw5z kNmzv9f8hije1RCjFvKmzKSqB90WzA4EMwo0VGP0= From: Stephen Paul Weber To: guix-patches@gnu.org Subject: [PATCH] gnu: ruby-eventmachine: Add openssl input. Date: Wed, 6 Oct 2021 12:55:56 -0500 Message-Id: <20211006175556.17329-1-singpolyma@singpolyma.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:5300:60:9e74:1000::; envelope-from=singpolyma@singpolyma.net; helo=singpolyma.net X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Stephen Paul Weber X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 26 06:45:57 2021 Received: (at 51063-done) by debbugs.gnu.org; 26 Oct 2021 10:45:58 +0000 Received: from localhost ([127.0.0.1]:45223 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJxt-0007vj-K3 for submit@debbugs.gnu.org; Tue, 26 Oct 2021 06:45:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfJxr-0007pr-FZ for 51063-done@debbugs.gnu.org; Tue, 26 Oct 2021 06:45:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51132) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJxk-0005EG-Cg; Tue, 26 Oct 2021 06:45:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=wSABxnmxWUIG5B45Y9FFuNChSViPu2qLwa963oDqjWY=; b=b1hUe1TmwXSinRbHFxlt HHB0qBdZKrzEmkzK5one2dDl2107pI2JBXUd6OxzwaKI9dOj85YphzdCQFCJYl2F1nm/tuLRNi8ow SENnw2sQ0J34VpLq9zc0ZQV/EpXq/C1d9luzVgymrHie9e8PK4FabEyj2YLFUlqX/x7EVXczOzBDb hJCv9NcZYmw2YU0brCEGIn4m3/ExpZnMV/i0QAmTstEpsnCKwUPxk/pSMVct8jDBDELKkZtK6yoHn 5emy7RZruZgIyuSGOnQO8YhiCmAujan+kRPvKUpRIjlVWCSMTD8JHMqh9UrpM21s7kw36HiECD9Sn S9T6+Z4BmS9L8Q==; Received: from [193.50.110.110] (port=45596 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfJxe-0002ok-Kt; Tue, 26 Oct 2021 06:45:44 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Stephen Paul Weber Subject: Re: bug#51063: [PATCH] gnu: ruby-eventmachine: Add openssl input. References: <20211006175556.17329-1-singpolyma@singpolyma.net> Date: Tue, 26 Oct 2021 12:45:40 +0200 In-Reply-To: <20211006175556.17329-1-singpolyma@singpolyma.net> (Stephen Paul Weber's message of "Wed, 6 Oct 2021 12:55:56 -0500") Message-ID: <87o87chxnv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51063-done Cc: 51063-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Stephen Paul Weber 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'. From unknown Sun Jun 22 11:39:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 23 Nov 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator