Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 10:53:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199063] ftp/curl fails to build with ../lib/.libs/libcurl.so: undefined reference to `SSLv2_client_method'
Message-ID:  <bug-199063-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 199063
           Summary: ftp/curl fails to build with ../lib/.libs/libcurl.so:
                    undefined reference to `SSLv2_client_method'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: lukasz@wasikowski.net
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Created attachment 155055
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155055&action=edit
ftp/curl build log (failed)

When I try to build ftp/curl for FreeBSD 9.3 (using poudriere) it fails with:

../lib/.libs/libcurl.so: undefined reference to `SSLv2_client_method'

It's related to openssl from ports and IDN support in curl. Without IDN support
port builds fine.

How to repeat:
poudriere jail -c -j testport-9 -v 9.3-RELEASE

Add WITH_OPENSSL_PORT=yes to /usr/local/etc/poudriere.d/testport-9-make.conf

poudriere options -j testport-9 ftp/curl

Accept defaults with two exceptions:

security/openssl: UNSET SSL2 and UNSET SSL3
ftp/curl: SET IDN

poudriere bulk -j testport-9 -c ftp/curl

Compilation will fail. Log from build is attached.

-- 
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-199063-13>