Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2019 15:07:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237416] mail/postfix: fails to build with libressl 2.8.3
Message-ID:  <bug-237416-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237416

            Bug ID: 237416
           Summary: mail/postfix: fails to build with libressl 2.8.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ohauer@FreeBSD.org
          Reporter: matt@matthoran.com
          Assignee: ohauer@FreeBSD.org
             Flags: maintainer-feedback?(ohauer@FreeBSD.org)

make fails with the following error:

cc -fPIC -I. -I../../include -DDEF_CONFIG_DIR=3D\"/usr/local/etc/postfix\"
-DDEF_DAEMON_DIR=3D\"/usr/local/libexec/postfix\"
-DDEF_META_DIR=3D\"/usr/local/libexec/postfix\"
-DDEF_COMMAND_DIR=3D\"/usr/local/sbin\"
-DDEF_SENDMAIL_PATH=3D\"/usr/local/sbin/sendmail\"
-DDEF_NEWALIAS_PATH=3D\"/usr/local/bin/newaliases\"
-DDEF_MAILQ_PATH=3D\"/usr/local/bin/mailq\" -DDEF_MANPAGE_DIR=3D\"/usr/loca=
l/man\"
-DDEF_README_DIR=3D\"/usr/local/share/doc/postfix\"
-DDEF_HTML_DIR=3D\"/usr/local/share/doc/postfix\"
-DDEF_QUEUE_DIR=3D\"/var/spool/postfix\" -DDEF_DATA_DIR=3D\"/var/db/postfix=
\"
-DDEF_MAIL_OWNER=3D\"postfix\" -DDEF_SGID_GROUP=3D\"maildrop\" -Wmissing-pr=
ototypes
-Wformat -Wno-comment -DUSE_SASL_AUTH -DHAS_EAI -I/usr/local/include -DHAS_=
PCRE
-I/usr/local/include -DDEF_SERVER_SASL_TYPE=3D\"dovecot\" -DUSE_TLS
-I/usr/local/include -I/usr/local/include -DHAS_DEV_URANDOM
-DDEF_SHLIB_DIR=3D\"/usr/local/lib/postfix\" -DUSE_DYNAMIC_LIBS
-DUSE_DYNAMIC_MAPS -Wmissing-prototypes -Wformat -Wno-comment  -O2 -pipe
-fstack-protector -fno-strict-aliasing -I. -I../../include -DFREEBSD11
-Wl,-rpath,/usr/local/lib/postfix -o smtpd smtpd.o smtpd_token.o smtpd_chec=
k.o
smtpd_chat.o smtpd_state.o  smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue=
.o
smtpd_proxy.o  smtpd_xforward.o smtpd_dsn_fix.o smtpd_milter.o smtpd_resolv=
e.o=20
smtpd_expand.o smtpd_haproxy.o ../../lib/libpostfix-master.so=20
../../lib/libpostfix-tls.so  ../../lib/libxsasl.a  ../../lib/libmilter.a=20
../../lib/libpostfix-dns.so  ../../lib/libpostfix-global.so=20
../../lib/libpostfix-util.so -pie -L/usr/local/lib -licuuc -L/usr/local/lib
-Wl,-rpath,/usr/local/lib -fstack-protector -lssl -lcrypto -L/usr/local/lib
-licui18n -licuuc -licudata
../../lib/libpostfix-tls.so: undefined reference to `SSL_set0_chain'
../../lib/libpostfix-tls.so: undefined reference to `SSL_CTX_set0_chain'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [smtpd] Error code 1

I have DEFAULT_VERSIONS+=3D ssl=3Dlibressl in /etc/make.conf.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237416-7788>