Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 11:24:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243357] 11.3-RELEASE base sendmail fails to compile with openssl1.1.1
Message-ID:  <bug-243357-227-6PDpOttxdh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243357-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243357-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243357

--- Comment #2 from jnaughto@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@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243357-227-6PDpOttxdh>