Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2017 23:46:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217793] mail/cyrus-imapd30: build fails with libressl: libcyrus_imap.so: undefined reference to 'DH_set0_pqg'
Message-ID:  <bug-217793-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 217793
           Summary: mail/cyrus-imapd30: build fails with libressl:
                    libcyrus_imap.so: undefined reference to 'DH_set0_pqg'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ume@FreeBSD.org
          Reporter: Mark.Martinec@ijs.si
             Flags: maintainer-feedback?(ume@FreeBSD.org)
          Assignee: ume@FreeBSD.org

Created attachment 180834
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D180834&action=
=3Dedit
full build log (xz compressed)

mail/cyrus-imapd30 fails to build (using poudriere under FreeBSD 11.0),
apparently due to building with libressl. The full log is attached,
the excerpt from the log is here:

  libtool: link: cc -DPIC -fPIC -O2 -pipe ... -Wl,/usr/local/lib
  imap/.libs/libcyrus_imap.so: undefined reference to `DH_set0_pqg'
  cc: error: linker command failed with exit code 1 (use -v to see invocati=
on)
  gmake[3]: *** [Makefile:3817: imap/imapd] Error 1


The OpenSSL docs state that DH_get0_pqg was added in 1.1.0:
  https://www.openssl.org/docs/man1.1.0/crypto/DH_get0_pqg.html

(and is apparently missing in libressl-2.4.5 from ports).


(Note that mail/cyrus-imapd25 builds and works with libressl just fine.)

--=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-217793-13>