Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805272 - sys-apps/ipmiutil-3.1.7 - lanplus_crypt_impl.c: error: storage size of ctx isnt known
Summary: sys-apps/ipmiutil-3.1.7 - lanplus_crypt_impl.c: error: storage size of ctx is...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-07-30 17:04 UTC by Toralf Förster
Modified: 2022-05-06 07:41 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.54 KB, text/plain)
2021-07-30 17:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,96.71 KB, text/plain)
2021-07-30 17:04 UTC, Toralf Förster
Details
environment (environment,73.32 KB, text/plain)
2021-07-30 17:04 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,18.05 KB, application/x-bzip)
2021-07-30 17:04 UTC, Toralf Förster
Details
sys-apps:ipmiutil-3.1.7:20210730-161447.log (sys-apps:ipmiutil-3.1.7:20210730-161447.log,11.35 KB, text/plain)
2021-07-30 17: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 17:04:02 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..    -DLINUX -DSKIP_MD2 -fPIC -Wno-pointer-sign -Wno-sign-conversion  -fno-strict-aliasing  -fPIC  -DHAVE_LANPLUS -DHAVE_SHA256 -I. -I./inc -pipe -march=native -fno-diagnostics-color -Og -g -c -o lanplus_strings.o lanplus_strings.c
lanplus_crypt_impl.c: In function ‘lanplus_encrypt_aes_cbc_128’:
lanplus_crypt_impl.c:233:24: error: storage size of ‘ctx’ isn’t known
  233 |         EVP_CIPHER_CTX ctx;
      |                        ^~~
lanplus_crypt_impl.c:257:18: warning: implicit declaration of function ‘os_assert’; did you mean ‘assert’? [-Wimplicit-function-declaration]
  257 |                  os_assert("lanplus_encrypt_aes_cbc_128"); /**/

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

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

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

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

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  HEAD of ::gentoo
commit 456cab1f10ef9b3a5eb77216e82b89fd5c55c90d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Jul 30 15:06:43 2021 +0000

    2021-07-30 15:06:42 UTC

emerge -qpvO sys-apps/ipmiutil
[ebuild  N    ] sys-apps/ipmiutil-3.1.7  USE="-static-libs"
Comment 1 Toralf Förster gentoo-dev 2021-07-30 17:04:03 UTC
Created attachment 728400 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-07-30 17:04:04 UTC
Created attachment 728403 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-07-30 17:04:06 UTC
Created attachment 728406 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-07-30 17:04:07 UTC
Created attachment 728409 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-07-30 17:04:08 UTC
Created attachment 728412 [details]
sys-apps:ipmiutil-3.1.7:20210730-161447.log
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-06 02:27:05 UTC
3.1.8 seems to fix this but ipmiutil-3.1.7-fix-configure.patch doesn't apply to it.
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-06 07:41:25 UTC
commit ba9f1c5883a21c5ad332abdf2e23bc89ce79e397
Author: Robin H. Johnson <robbat2@gentoo.org>
Date:   Thu May 5 21:11:46 2022 -0700

    sys-apps/ipmiutil: bump for openssl-3.0

    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>