Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Jan 2015 21:53:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196469] Can't build ucspi-tcp with SSL option on
Message-ID:  <bug-196469-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 196469
           Summary: Can't build ucspi-tcp with SSL option on
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: garga@FreeBSD.org
          Reporter: nokia2003@abv.bg
             Flags: maintainer-feedback?(garga@FreeBSD.org)
          Assignee: garga@FreeBSD.org

Hello,

I'm trying to build sysutils/ucspi-tcp from ports on brand new FreeBSD 10.1
(all up to date). If I leave the default options (only IP6 on) it is building
correctly. However I intend to use the system for qmail server so I need the
option for SSL. With this option the build is unsuccessful.

FreeBSD srv 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49
UTC 2014  root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

root@srv:/usr/ports/sysutils/ucspi-tcp # make showconfig
===> The following configuration options are available for ucspi-tcp-0.88_2:
  IPV6=off: IPv6 protocol support
  LIMITS=off: Implement per-connection and other limits
  RBL2SMTPD=off: Don't drop connection, pass envvar to smtpd
  RSS_DIFF=on: Patch rblsmtpd for qmail users
  SSL=on: SSL protocol support
===> Use 'make config' to modify these settings

./load tcpserver rules.o remoteinfo.o timeoutconn.o cdb.a  dns.a time.a unix.a
byte.a  -L/usr/lib  -lssl `cat socket.lib`
/usr/bin/ld: //lib/libcrypto.so.7: invalid DSO for symbol `BIO_new_socket'
definition
//lib/libcrypto.so.7: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [tcpserver] Error code 1

make[2]: stopped in /usr/ports/sysutils/ucspi-tcp/work/ucspi-tcp-0.88
1 error

make[2]: stopped in /usr/ports/sysutils/ucspi-tcp/work/ucspi-tcp-0.88
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/sysutils/ucspi-tcp
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/ucspi-tcp

 I have tried to set MAKE_JOBS_UNSAFE=yes and rebuild but again it is not good. 

It is not building with Poudriere too:

./load tcpserver rules.o remoteinfo.o timeoutconn.o cdb.a  dns.a time.a unix.a
byte.a  -L/usr/lib  -lssl `cat socket.lib`
/usr/bin/ld: //lib/libcrypto.so.7: invalid DSO for symbol `BIO_new_socket'
definition
//lib/libcrypto.so.7: could not read symbols: Bad value
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Forum link:
https://forums.freebsd.org/threads/problem-building-ucspi-tcp-with-ssl.49816

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer garga@FreeBSD.org

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