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 1383654 - perl-Crypt-SMIME-0.17-1.fc26 FTBFS: 'PKCS7_F_B64_WRITE_PKCS7' undeclared
Summary: perl-Crypt-SMIME-0.17-1.fc26 FTBFS: 'PKCS7_F_B64_WRITE_PKCS7' undeclared
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Crypt-SMIME
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL: https://apps.fedoraproject.org/kosche...
Whiteboard:
Depends On:
Blocks: 1383740
TreeView+ depends on / blocked
 
Reported: 2016-10-11 11:26 UTC by Petr Pisar
Modified: 2016-10-14 11:49 UTC (History)
3 users (show)

Fixed In Version: perl-Crypt-SMIME-0.18-1.fc26
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-14 11:49:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
CPAN 118344 0 None None None 2016-10-12 09:16:11 UTC

Description Petr Pisar 2016-10-11 11:26:20 UTC
perl-Crypt-SMIME-0.17-1.fc26 fails to build in F26:

gcc -c  -DOPENSSL_LOAD_CONF -DHAVE_GETTIMEOFDAY -DHAVE_SYS_TIME_H -DHAVE_TIME -DHAVE_TIME_H -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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   -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/usr/lib64/perl5/CORE"   SMIME.c
In file included from SMIME.xs:9:0:
SMIME.xs: In function 'B64_write_PKCS7':
SMIME.xs:63:26: error: 'PKCS7_F_B64_WRITE_PKCS7' undeclared (first use in this function)
                 PKCS7err(PKCS7_F_B64_WRITE_PKCS7,ERR_R_MALLOC_FAILURE);
                          ^
This is caused by upgrading openssl from 1:1.0.2j-1.fc26 to 1:1.1.0b-1.fc26.

Comment 1 Petr Pisar 2016-10-14 11:36:29 UTC
Upstream released 0.18 that fixes it.


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