Bug 1387523 - nginx-1.10.1-1.fc26 FTBFS: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
Summary: nginx-1.10.1-1.fc26 FTBFS: dereferencing pointer to incomplete type 'DH {aka ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nginx
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL: https://apps.fedoraproject.org/kosche...
Whiteboard:
Depends On:
Blocks: 1383740
TreeView+ depends on / blocked
 
Reported: 2016-10-21 07:47 UTC by Petr Pisar
Modified: 2020-11-05 09:32 UTC (History)
8 users (show)

Fixed In Version: nginx-1.10.2-1.fc26
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-14 11:55:27 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2016-10-21 07:47:29 UTC
nginx-1.10.1-1.fc26 fails to build in F26:

cc -c -pipe  -O -W -Wall -Wpointer-arith -Wno-unused -g -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I /usr/include/libxml2 -I objs \
	-o objs/src/event/ngx_event_openssl.o \
	src/event/ngx_event_openssl.c
[...]
src/event/ngx_event_openssl.c:954:11: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
         dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL);
           ^~

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

Comment 1 Joe Orton 2016-11-14 11:55:27 UTC
This is fixed in 1.10.2.


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