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=-2.5 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=no 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 78E581F4B4 for ; Thu, 8 Apr 2021 01:24:36 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id DA352121167; Thu, 8 Apr 2021 10:23:33 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 02CF0121162 for ; Thu, 8 Apr 2021 10:23:31 +0900 (JST) Received: by filterdrecv-p3iad2-7d7c446bd4-zhfnd with SMTP id filterdrecv-p3iad2-7d7c446bd4-zhfnd-18-606E5B48-1E 2021-04-08 01:24:24.793856262 +0000 UTC m=+1320686.498218632 Received: from herokuapp.com (unknown) by ismtpd0171p1mdw1.sendgrid.net (SG) with ESMTP id TcJlGEUBQfuUb2FQg3o_SA for ; Thu, 08 Apr 2021 01:24:24.698 +0000 (UTC) Date: Thu, 08 Apr 2021 01:24:24 +0000 (UTC) From: xtkoba+ruby@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 79335 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 17782 X-Redmine-Issue-Author: sam.saffron X-Redmine-Sender: xtkoba 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?75w3+RXRrinEP3ykAS=2F1WzD2vTMrJdTeEiaFbXc9IwXS5GPX0aWgiUL2au1nr+?= =?us-ascii?Q?mJtQW3FrRng+HlCUJsgK2uyQEoUzdmq5Iwer7t5?= =?us-ascii?Q?ThDAeZUtmVnS9SbA2KNI5wGqEfO2I9xWg=2FmJ08r?= =?us-ascii?Q?hBwOyE5pdAzEXF0ITnq++Dvp3wpf+=2FQIZhSJOn7?= =?us-ascii?Q?VJbKMSaEMR0EVn4I0YCl=2Fq1VGDuOYH63SffYrk7?= =?us-ascii?Q?z8Wwj7+vrmehjJ23Y=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 103289 Subject: [ruby-core:103289] [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 xtkoba (Tee KOBAYASHI). Don't mind. It is not uncommon that `make clean` followed by source/builddep/etc updates leads to failure of a subsequent build. ---------------------------------------- Bug #17782: Can not compile Ruby trunk with openssl 1.1.1k https://bugs.ruby-lang.org/issues/17782#change-91373 * Author: sam.saffron (Sam Saffron) * Status: Open * 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/