From owner-freebsd-ports-bugs@freebsd.org Tue Mar 14 23:46:38 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F117D0DB93 for ; Tue, 14 Mar 2017 23:46:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 639CC1CA8 for ; Tue, 14 Mar 2017 23:46:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ENkbbx079419 for ; Tue, 14 Mar 2017 23:46:38 GMT (envelope-from bugzilla-noreply@freebsd.org) 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' Date: Tue, 14 Mar 2017 23:46:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: Mark.Martinec@ijs.si X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ume@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 23:46:38 -0000 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.=