Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 17:56:38 GMT
From:      Valerij <v.erakov@siteworks.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/182977: error of buildworld at the use of WITHOUT_OPENSSL (WITHOUT_CRYPT)
Message-ID:  <201310141756.r9EHucAk098444@oldred.freebsd.org>
Resent-Message-ID: <201310141800.r9EI00hn026988@freefall.freebsd.org>

index | next in thread | raw e-mail


>Number:         182977
>Category:       bin
>Synopsis:       error of buildworld at the use of WITHOUT_OPENSSL (WITHOUT_CRYPT)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 18:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Valerij
>Release:        FreeBSD 10.0-BETA1
>Organization:
SiteWorks
>Environment:
FreeBSD mx1.itsale.com.ua 10.0-BETA1 FreeBSD 10.0-BETA1 #1: Mon Oct 14 10:54:29 EEST 2013     root@mx1.itsale.com.ua:/usr/obj/usr/src/sys/SERVER  amd64
>Description:
make buildworld fail when using WITHOUT_OPENSSL (WITHOUT_CRYPT).

/usr/src/usr.sbin/ctld/login.c:40:10: fatal error: 'openssl/err.h' file not found
#include <openssl/err.h>
         ^
1 error generated.

/usr/src/usr.sbin/iscsid/login.c:39:10: fatal error: 'openssl/err.h' file not found
#include <openssl/err.h>
         ^
1 error generated.

Files include depends OPENSSL:
#include <openssl/err.h>
#include <openssl/md5.h>
#include <openssl/rand.h>


>How-To-Repeat:
WITHOUT_OPENSSL="YES" >> /etc/src.conf
cd /usr/src && make buildworld
>Fix:


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


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141756.r9EHucAk098444>