Bug 1383995

Summary: OpenIPMI-2.0.22-3.fc25 FTBFS: storage size of 'ctx' isn't known
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: OpenIPMIAssignee: Josef Ridky <jridky>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: branto, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://apps.fedoraproject.org/koschei/package/OpenIPMI
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-17 12:48:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1383740    
Attachments:
Description Flags
upstream patch none

Description Jitka Plesnikova 2016-10-12 10:31:00 UTC
Description of problem:
Package OpenIPMI fails to build from source in Fedora Rawhide.

aes_cbc.c: In function 'aes_cbc_encrypt':
aes_cbc.c:89:20: error: storage size of 'ctx' isn't known
     EVP_CIPHER_CTX ctx;
                    ^~~
aes_cbc.c:89:20: warning: unused variable 'ctx' [-Wunused-variable]
aes_cbc.c: In function 'aes_cbc_decrypt':
aes_cbc.c:173:20: error: storage size of 'ctx' isn't known
     EVP_CIPHER_CTX ctx;
                    ^~~
aes_cbc.c:173:20: warning: unused variable 'ctx' [-Wunused-variable]


This is caused by upgrading openssl from 1:1.0.2j-1.fc26 to 1:1.1.0b-1.fc26.

Additional info:
This package is tracked by Koschei. See:
http://apps.fedoraproject.org/koschei/package/OpenIPMI

Comment 1 Fedora Admin XMLRPC Client 2016-10-14 09:38:50 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Josef Ridky 2016-10-17 10:23:23 UTC
Created attachment 1211298 [details]
upstream patch

Comment 3 Josef Ridky 2016-10-17 12:48:52 UTC
fixed in rawhide only (older branches are not affected by this issue)