From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 3 21:53:49 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53C29FD4 for ; Sat, 3 Jan 2015 21:53:49 +0000 (UTC) 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 3ACF864593 for ; Sat, 3 Jan 2015 21:53:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t03Lrn5r030519 for ; Sat, 3 Jan 2015 21:53:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196469] Can't build ucspi-tcp with SSL option on Date: Sat, 03 Jan 2015 21:53:48 +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: nokia2003@abv.bg X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: garga@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 21:53:49 -0000 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 --- Auto-assigned to maintainer garga@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.