Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805368 - media-sound/murmur-1.3.4 - ../SelfSignedCertificate.cpp: error: CRYPTO_MEM_CHECK_ON was not declared in this scope
Summary: media-sound/murmur-1.3.4 - ../SelfSignedCertificate.cpp: error: CRYPTO_MEM_CH...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
: 806022 (view as bug list)
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-07-31 09:17 UTC by Toralf Förster
Modified: 2022-03-08 19:45 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.76 KB, text/plain)
2021-07-31 09:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,47.84 KB, text/plain)
2021-07-31 09:17 UTC, Toralf Förster
Details
environment (environment,65.05 KB, text/plain)
2021-07-31 09:17 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,15.08 KB, application/x-bzip)
2021-07-31 09:17 UTC, Toralf Förster
Details
media-sound:murmur-1.3.4:20210731-074004.log (media-sound:murmur-1.3.4:20210731-074004.log,75.71 KB, text/plain)
2021-07-31 09:17 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.70 KB, application/x-bzip)
2021-07-31 09:17 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-31 09:17:34 UTC
      | ^~~~~~~~~~~~~~~~~~~~
../SelfSignedCertificate.cpp: In static member function ‘static bool SelfSignedCertificate::generate(CertificateType, QString, QString, QSslCertificate&, QSslKey&)’:
../SelfSignedCertificate.cpp:48:29: error: ‘CRYPTO_MEM_CHECK_ON’ was not declared in this scope
   48 |         if (CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON) == -1) {
      |                             ^~~~~~~~~~~~~~~~~~~
../SelfSignedCertificate.cpp:48:13: error: ‘CRYPTO_mem_ctrl’ was not declared in this scope; did you mean ‘CRYPTO_memcmp’?
   48 |         if (CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON) == -1) {

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j3-20210730-195527

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

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:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit c89ed3542094c82c03b81e11e7f21bdf69825890
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jul 31 05:37:26 2021 +0000

    2021-07-31 05:37:24 UTC

emerge -qpvO media-sound/murmur
[ebuild  N    ] media-sound/murmur-1.3.4  USE="dbus -debug -ice -pch -zeroconf"
Comment 1 Toralf Förster gentoo-dev 2021-07-31 09:17:35 UTC
Created attachment 728559 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-31 09:17:36 UTC
Created attachment 728562 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-07-31 09:17:38 UTC
Created attachment 728565 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-07-31 09:17:39 UTC
Created attachment 728568 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-07-31 09:17:40 UTC
Created attachment 728571 [details]
media-sound:murmur-1.3.4:20210731-074004.log
Comment 6 Toralf Förster gentoo-dev 2021-07-31 09:17:41 UTC
Created attachment 728574 [details]
temp.tar.bz2
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-05 20:27:02 UTC
*** Bug 806022 has been marked as a duplicate of this bug. ***
Comment 8 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2022-03-08 19:45:36 UTC
commit a75cc460e08d3361f1b2b888b793d3723503bb33
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Tue Mar 8 13:17:19 2022

    media-sound/murmur: Allow to build against openssl-3

    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>