From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 08:58:40 2004 Return-Path: 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 16E7A16A4CE for ; Fri, 20 Feb 2004 08:58:40 -0800 (PST) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1057643D2F for ; Fri, 20 Feb 2004 08:58:40 -0800 (PST) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.11/8.12.11) with ESMTP id i1KGwdIe087962 for ; Fri, 20 Feb 2004 08:58:39 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" To: freebsd-questions@freebsd.org Date: Fri, 20 Feb 2004 08:58:39 -0800 Message-Id: <20040220165719.M22621@enabled.com> X-Mailer: Open WebMail 2.30 20040117 X-OriginatingIP: 64.121.33.4 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: openssl-0.9.7c failing - make: don't know how to make i_ofb64.c. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 16:58:40 -0000 FreeBSD 4.8-STABLE apologies in advance to address this issue on a general freeBSD mail list any clues why openssl-0.9.7c is failing to build from /usr/ports here are the build errors: --- snip --- cc: -rpath: linker input file unused since linking not done cc: /usr/local/lib: linker input file unused since linking not done cc -I.. -I../.. -I../../include -fPIC -DOPENSSL_THREADS -pthread -D_REENTRANT -D _THREAD_SAFE -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DTERMIOS -DL_ENDIAN - O -pipe -march=pentiumpro -Wl,-rpath,/usr/local/lib -Wall -DSHA1_ASM -DMD5_ASM - DRMD160_ASM -c rc5ofb64.c cc: -rpath: linker input file unused since linking not done cc: /usr/local/lib: linker input file unused since linking not done ar r ../../libcrypto.a rc5_skey.o rc5_ecb.o asm/r586-elf.o rc5cfb64.o rc5ofb64. o /usr/bin/ranlib ../../libcrypto.a || echo Never mind. making all in crypto/idea... cc -I.. -I../.. -I../../include -fPIC -DOPENSSL_THREADS -pthread -D_REENTRANT -D _THREAD_SAFE -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DTERMIOS -DL_ENDIAN - O -pipe -march=pentiumpro -Wl,-rpath,/usr/local/lib -Wall -DSHA1_ASM -DMD5_ASM - DRMD160_ASM -c i_cbc.c cc: -rpath: linker input file unused since linking not done cc: /usr/local/lib: linker input file unused since linking not done cc -I.. -I../.. -I../../include -fPIC -DOPENSSL_THREADS -pthread -D_REENTRANT -D _THREAD_SAFE -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DTERMIOS -DL_ENDIAN - O -pipe -march=pentiumpro -Wl,-rpath,/usr/local/lib -Wall -DSHA1_ASM -DMD5_ASM - DRMD160_ASM -c i_cfb64.c cc: -rpath: linker input file unused since linking not done cc: /usr/local/lib: linker input file unused since linking not done make: don't know how to make i_ofb64.c. Stop *** Error code 1 Stop in /usr/ports/security/openssl/work/openssl-0.9.7c/crypto. *** Error code 1 Stop in /usr/ports/security/openssl/work/openssl-0.9.7c. *** Error code 1 Stop in /usr/ports/security/openssl/work/openssl-0.9.7c. *** Error code 1 Stop in /usr/ports/security/openssl. --- snip ---