ports/182169: devel/ucommon 6.0.7 Fails to Build

Ryan Frederick ryanrfrederick at gmail.com
Mon Sep 16 21:20:02 UTC 2013


>Number:         182169
>Category:       ports
>Synopsis:       devel/ucommon 6.0.7 Fails to Build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 16 21:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Frederick
>Release:        9.1-RELEASE-p7
>Organization:
>Environment:
FreeBSD hostname 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep  9 21:23:37 UTC 2013     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
devel/ucommon version 6.0.7 fails to build with the following exception:

[ 68%] Building CXX object CMakeFiles/usecure.dir/openssl/secure.cpp.o
/usr/ports/devel/ucommon/work/ucommon-6.0.7/openssl/secure.cpp: In static member function 'static bool ucommon::secure::fips()':
/usr/ports/devel/ucommon/work/ucommon-6.0.7/openssl/secure.cpp:53: error: 'FIPS_mode_set' was not declared in this scope
*** [CMakeFiles/usecure.dir/openssl/secure.cpp.o] Error code 1
1 error
*** [CMakeFiles/usecure.dir/all] Error code 2
1 error
*** [all] Error code 2
1 error
>How-To-Repeat:

>Fix:
Perhaps the following block needs to be reinserted into the Makefile?

.if ${OSVERSION} < 1000000
post-patch:
	${REINPLACE_CMD} -e '/HAVE_OPENSSL_FIPS_H/s/define/undef/' \
	    ${WRKSRC}/${CONFIGURE_SCRIPT}

.endif

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


More information about the freebsd-ports-bugs mailing list