[Bug 243357] 11.3-RELEASE base sendmail fails to compile with openssl1.1.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 15 11:24:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243357
--- Comment #2 from jnaughto at ee.ryerson.ca ---
Well just upgraded from 11.2-RELEASE to 11.3-RELEASE, using GENERIC kernel:
uname -a:
FreeBSD host.ee.ryerson.ca 11.3-RELEASE-p5 FreeBSD 11.3-RELEASE-p5 #0: Tue Nov
12 08:59:04 UTC 2019
root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
did portsnap fetch update
cd /usr/ports/security/openssl
make deinstall clean install
pkg info |grep openssl
# pkg info |grep openssl
openssl-1.1.1d,1 TLSv1.3 capable SSL and crypto library
# grep -v "^#" /etc/make.conf
CPUTYPE?=nocona
SENDMAIL_MC=/etc/mail/mailhost.mc
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
SENDMAIL_CFLAGS+= -D_FFR_SMTP_SSL
SVN_UPDATE=YES
DEFAULT_VERSIONS+= ssl=openssl
Using default src.conf ie:
# ls -l /etc/src.conf
ls: /etc/src.conf: No such file or directory
With regards to the steps to reproduce, simply followed handbook:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/SMTP-Auth.html
# cd /usr/src/lib/libsmutil
# make cleandir && make obj && make
# cd /usr/src/lib/libsm
# make cleandir && make obj && make
# cd /usr/src/usr.sbin/sendmail
# make cleandir && make obj && make && make install
On the last make (prior to make install) sendmail fails to compile on the file
tls.c as listed in first posting.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list