ports/140153: Misleading error from WITH_SCTP when building security/openssl port

Paul J Murphy paul at inetstat.net
Sat Oct 31 23:00:15 UTC 2009


>Number:         140153
>Category:       ports
>Synopsis:       Misleading error from WITH_SCTP when building security/openssl port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 31 23:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Paul J Murphy <paul at inetstat.net>
>Release:        FreeBSD 7.2-RELEASE-p4 amd64
>Organization:
iNetStat.net
>Environment:
System: FreeBSD srv00.inetstat.net 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Sun Oct 4 04:26:43 GMT 2009 root at srv00.inetstat.net:/usr/obj/usr/src/sys/MAC amd64
>Description:
When attempting to build the security/openssl port, if WITH_SCTP is enabled, the build fails with a very misleading error message which implies that 0.9.8 is completely broken, rather than just one option is currently not available.
>How-To-Repeat:
cd /usr/ports/security/openssl
make clean
make config
<enable WITH_SCTP>
make
>Fix:
--- patch begins here ---
--- ports/security/openssl/Makefile.orig	2009-10-31 07:14:22.000000000 +0000
+++ ports/security/openssl/Makefile	2009-10-31 22:43:27.000000000 +0000
@@ -889,7 +889,7 @@
 .endif
 
 .if defined(WITH_SCTP)
-BROKEN=		No patchset for 0.9.8
+BROKEN=		No SCTP patchset for 0.9.8 (turn off WITH_SCTP to build 0.9.8)
 .if ${OSVERSION} >= 702000
 PATCHFILES+=	tls-extractor.patch \
 		abbreviated-renegotiation.patch \
--- patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list