Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805290 - dev-python/pypy-7.3.5_p1 - _pypy_openssl.c: error: CRYPTO_MEM_CHECK_DISABLE undeclared (first use in this function)
Summary: dev-python/pypy-7.3.5_p1 - _pypy_openssl.c: error: CRYPTO_MEM_CHECK_DISABLE u...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
: 805299 812122 (view as bug list)
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-07-30 20:04 UTC by Toralf Förster
Modified: 2022-10-29 20:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.70 KB, text/plain)
2021-07-30 20:04 UTC, Toralf Förster
Details
dev-python:pypy-7.3.4_p1:20210730-194512.log (dev-python:pypy-7.3.4_p1:20210730-194512.log,8.80 KB, text/plain)
2021-07-30 20:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,86.94 KB, text/plain)
2021-07-30 20:04 UTC, Toralf Förster
Details
environment (environment,86.85 KB, text/plain)
2021-07-30 20:04 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,14.29 KB, application/x-bzip)
2021-07-30 20:04 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.54 KB, application/x-bzip)
2021-07-30 20:04 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-07-30 20:04:49 UTC
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_pypy_openssl.c: In function ‘_cffi_const_CRYPTO_MEM_CHECK_DISABLE’:
_pypy_openssl.c:7026:12: error: ‘CRYPTO_MEM_CHECK_DISABLE’ undeclared (first use in this function); did you mean ‘_cffi_const_CRYPTO_MEM_CHECK_DISABLE’?
 7026 |   int n = (CRYPTO_MEM_CHECK_DISABLE) <= 0;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
      |            _cffi_const_CRYPTO_MEM_CHECK_DISABLE
_pypy_openssl.c:7026:12: note: each undeclared identifier is reported only once for each function it appears in

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-j3_abi32+64_debug-20210729-185806

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.6
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.53.0 *
The following VMs are available for generation-2:
1)	JamVM JDK 2.0.0 [jamvm]
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   jamvm 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 18e67ac1975ae25f17418a4532a0e304a9f2459b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Jul 30 19:06:40 2021 +0000

    2021-07-30 19:06:39 UTC

emerge -qpvO dev-python/pypy
[ebuild  N    ] dev-python/pypy-7.3.4_p1  USE="bzip2 gdbm jit ncurses sqlite -tk"
Comment 1 Toralf Förster gentoo-dev 2021-07-30 20:04:50 UTC
Created attachment 728436 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-30 20:04:51 UTC
Created attachment 728439 [details]
dev-python:pypy-7.3.4_p1:20210730-194512.log
Comment 3 Toralf Förster gentoo-dev 2021-07-30 20:04:53 UTC
Created attachment 728442 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-07-30 20:04:54 UTC
Created attachment 728445 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-07-30 20:04:56 UTC
Created attachment 728448 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-07-30 20:04:57 UTC
Created attachment 728451 [details]
logs.tar.bz2
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-19 02:57:41 UTC
*** Bug 805299 has been marked as a duplicate of this bug. ***
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-10-25 13:29:52 UTC
*** Bug 812122 has been marked as a duplicate of this bug. ***
Comment 9 chris218 2022-10-29 20:46:24 UTC
Relevant issue upstream: https://foss.heptapod.net/pypy/pypy/-/issues/3560

Looks like versions 7.3.7 and 7.3.8 fix it but I have no way of testing it myself a the moment.