| Summary: | security/p5-Net-SSLeay: Fail to build with libressl: error: no member named 'tmp' in 'struct ssl3_state_st' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | korsani | ||||||||
| Component: | Individual Port(s) | Assignee: | freebsd-perl (Nobody) <perl> | ||||||||
| Status: | Closed Overcome By Events | ||||||||||
| Severity: | Affects Only Me | CC: | brnrd, danfe, w.schwarzenfeld | ||||||||
| Priority: | --- | Keywords: | needs-qa | ||||||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(perl) |
||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
@Korsani Could you please provide - Exact FreeBSD version (uname -a) - pkg version -v output (as an attachment) - Full build log (as an attachment) Created attachment 203955 [details]
pkg version -v
Created attachment 203956 [details]
build log
uname -a: FreeBSD corum 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC i386 Thank you for providing that additional information. Could you please: - Include contents of /etc/make.conf (sanitized if necessary) as an attachment - Try to reproduce the failure with ccache disabled Created attachment 203958 [details]
make.conf
Hi,
I deactivated ccache, and I got the same error...
SSLeay.xs:5685:23: error: no member named 'tmp' in 'struct ssl3_state_st'
md_size = s->s3->tmp.new_mac_secret_size;
~~~~~ ^
Ahum... It works. The only noticeable thing is perl upgrading from 5.28.1_1 to 5.28.2 just now. Or maybe just recompiling perl solved thing... Do I understand right, and it is solved? So we can close here. Current version of the port (1.88) builds fine on all supported versions of FreeBSD, closing. |
Hi, I try to install mail/spamassassion, which depend on p5-Net-SSLeay (although I choose no ssl in the config...) and p5-Net-SSLEeay fail to build, with this error : cc -c -I/usr/local/include -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -DVERSION=\"1.85\" -DXS_VERSION=\"1.85\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.28/mach/CORE" SSLeay.c SSLeay.xs:5685:23: error: no member named 'tmp' in 'struct ssl3_state_st' md_size = s->s3->tmp.new_mac_secret_size; ~~~~~ ^ Please note I use libressl, and p5-Net-SSLeay 1.86_09 (https://github.com/radiator-software/p5-net-ssleay) compile fine.