From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 7BF781F4B4 for ; Thu, 8 Apr 2021 01:43:54 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 12F5E12116B; Thu, 8 Apr 2021 10:42:52 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id CE9E712116A for ; Thu, 8 Apr 2021 10:42:50 +0900 (JST) Received: by filterdrecv-p3iad2-7d7c446bd4-bjl68 with SMTP id filterdrecv-p3iad2-7d7c446bd4-bjl68-20-606E5FD4-22 2021-04-08 01:43:48.579056531 +0000 UTC m=+1321842.901678797 Received: from herokuapp.com (unknown) by ismtpd0184p1mdw1.sendgrid.net (SG) with ESMTP id sJx_sx-zQCiJU4jXjd7F7g for ; Thu, 08 Apr 2021 01:43:48.501 +0000 (UTC) Date: Thu, 08 Apr 2021 01:43:48 +0000 (UTC) From: mame@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 79336 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 17782 X-Redmine-Issue-Author: sam.saffron X-Redmine-Sender: mame X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?EJh2gqwnyqXtd++xo=2FinyA1V0bXouTB4FkWnzNiKb4=2FzA0Rm9wm5URNf69U0o9?= =?us-ascii?Q?97eJ=2FZoXNYJODEEtdHQXY+ihKCOw6xWW2K6GCF3?= =?us-ascii?Q?RND1oapr3983IdCVshVIeMFvxRmBHslB3jdeE1M?= =?us-ascii?Q?3phzg+5HrKwGpyIIbl89EZ=2Fkgd6fBBp53Dxf3KM?= =?us-ascii?Q?5AoT5Zd5oI+UiExU8K5jMn133HOcE6DU+Xtj0qQ?= =?us-ascii?Q?7mF99PuhaeqUZggvY=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 103290 Subject: [ruby-core:103290] [Ruby master Bug#17782] Can not compile Ruby trunk with openssl 1.1.1k X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #17782 has been updated by mame (Yusuke Endoh). Status changed from Open to Closed Closing as per OP's request. Thanks ---------------------------------------- Bug #17782: Can not compile Ruby trunk with openssl 1.1.1k https://bugs.ruby-lang.org/issues/17782#change-91374 * Author: sam.saffron (Sam Saffron) * Status: Closed * Priority: Normal * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN ---------------------------------------- Following latest openssl upstream (maybe b91f62f) I can no longer compile Ruby trunk against 1.1.1k ``` In file included from ossl.h:155, from ossl_hmac.c:10: ossl_hmac.c: In function 'ossl_hmac_reset': openssl_missing.h:58:37: error: invalid use of incomplete typedef 'EVP_MD_CTX' {aka 'struct evp_md_ctx_st'} 58 | # define EVP_MD_CTX_pkey_ctx(x) (x)->pctx | ^~ ossl_hmac.c:241:35: note: in expansion of macro 'EVP_MD_CTX_pkey_ctx' 241 | pkey = EVP_PKEY_CTX_get0_pkey(EVP_MD_CTX_pkey_ctx(ctx)); | ^~~~~~~~~~~~~~~~~~~ ossl_hmac.c: At top level: ``` -- https://bugs.ruby-lang.org/