From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 20:29:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA64416A4E7 for ; Thu, 13 Jul 2006 20:29:50 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCB443D5C for ; Thu, 13 Jul 2006 20:29:38 +0000 (GMT) (envelope-from luchezar.petkov@gmail.com) Received: by nf-out-0910.google.com with SMTP id y25so356749nfb for ; Thu, 13 Jul 2006 13:29:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=F218brGFstAHiAca5/JH1DDhh+iOTWIVP+9lxi/Yn4OQPTGfZ8b43gs7TSZaQrV1xsH+DMq52DhmF64R7p0tQ0L6DuV/4I5VOzNodDSnqV7XTcZ2HAhzCJHpV+xY1j2uOaCRwC5+Gh8Clr1/mij30G+AIh+pN+rQ40BNopxKdNw= Received: by 10.48.48.15 with SMTP id v15mr1292254nfv; Thu, 13 Jul 2006 13:29:38 -0700 (PDT) Received: from localhost ( [85.217.148.22]) by mx.gmail.com with ESMTP id o45sm3679511nfa.2006.07.13.13.29.37; Thu, 13 Jul 2006 13:29:37 -0700 (PDT) Date: Thu, 13 Jul 2006 23:28:21 +0300 From: Luchezar Petkov To: FreeBSD-Questions Message-ID: <20060713202821.GA32905@lilly.evo.bg> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: Buildworld failes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 20:29:50 -0000 Hi list, make buildworld failes to build, the error messages are: /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c:111:3: #error "Inconsistency between crypto.h and cryptlib.c" In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c:66: /usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 is disabled. In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_mdc2.c:65: /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is disabled. In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2_one.c:61: /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is disabled. In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2dgst.c:63: /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is disabled. mkdep: compile failed *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- #uname -a FreeBSD lilly.evo.bg 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 9 00:54:55 EEST 2006 lucho@lilly.evo.bg:/usr/obj/usr/src/sys/LILLY i386 #/usr/bin/openssl version OpenSSL 0.9.7e-p1 25 Oct 2004 Latest sources. Thank you.