Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1383991 - qpid-proton-:0.14.0-1.fc26 FTBFS: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
Summary: qpid-proton-:0.14.0-1.fc26 FTBFS: dereferencing pointer to incomplete type 'D...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: qpid-proton
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Irina Boverman
QA Contact: Fedora Extras Quality Assurance
URL: http://apps.fedoraproject.org/koschei...
Whiteboard:
Depends On:
Blocks: 1383740
TreeView+ depends on / blocked
 
Reported: 2016-10-12 10:19 UTC by Jitka Plesnikova
Modified: 2017-02-10 12:34 UTC (History)
4 users (show)

Fixed In Version: qpid-proton-0.14.0-2.fc26
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-10 12:34:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA PROTON-1326 0 None None None 2016-10-14 15:15:07 UTC

Description Jitka Plesnikova 2016-10-12 10:19:56 UTC
Description of problem:
Package qpid-proton fails to build from source in Fedora Rawhide.


/builddir/build/BUILD/qpid-proton-0.14.0/proton-c/src/ssl/openssl.c: In function 'get_dh2048':
/builddir/build/BUILD/qpid-proton-0.14.0/proton-c/src/ssl/openssl.c:406:5: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
   dh->p=BN_bin2bn(dh2048_p,sizeof(dh2048_p),NULL);
     ^~
make[2]: *** [proton-c/CMakeFiles/qpid-proton.dir/build.make:1106: proton-c/CMakeFiles/qpid-proton.dir/src/ssl/openssl.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/builddir/build/BUILD/qpid-proton-0.14.0'
make[1]: *** [CMakeFiles/Makefile2:1036: proton-c/CMakeFiles/qpid-proton.dir/all] Error 2
make[1]: Leaving directory '/builddir/build/BUILD/qpid-proton-0.14.0'
make: *** [Makefile:142: all] Error 2


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/qpid-proton


Note You need to log in before you can comment on or make changes to this bug.