From owner-freebsd-sparc64@FreeBSD.ORG Mon Apr 12 01:44:27 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108D316A4CE for ; Mon, 12 Apr 2004 01:44:27 -0700 (PDT) Received: from hotmail.com (bay2-dav24.bay2.hotmail.com [65.54.246.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9EE43D46 for ; Mon, 12 Apr 2004 01:44:26 -0700 (PDT) (envelope-from ssheikh2000@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 12 Apr 2004 01:44:26 -0700 Received: from 68.169.143.15 by bay2-dav24.bay2.hotmail.com with DAV; Mon, 12 Apr 2004 08:44:26 +0000 X-Originating-IP: [68.169.143.15] X-Originating-Email: [ssheikh2000@hotmail.com] X-Sender: ssheikh2000@hotmail.com From: "Sameer" To: Date: Mon, 12 Apr 2004 01:44:44 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcQgamN0479x9UZCSqmZZIHsA3Ngaw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 12 Apr 2004 08:44:26.0863 (UTC) FILETIME=[5CCABFF0:01C4206A] Subject: openssl-0.9.7d make issues X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 08:44:27 -0000 I'm having a few issues with this package. Initially, I had the following issue: -------- test BN_sqr Square test failed! -------- The OpenSSL FAQ addresses the problem in with the following bit: -------- 11. Why does the OpenSSL test suite fail in BN_sqr test [on a 64-bit platform]? Failure in BN_sqr test is most likely caused by a failure to configure the toolkit for current platform or lack of support for the platform in question. Run './config -t' and './apps/openssl version -p'. Do these platform identifiers match? If they don't, then you most likely failed to run ./config and you're hereby advised to do so before filing a bug report. If ./config itself fails to run, then it's most likely problem with your local environment and you should turn to your system administrator (or similar). If identifiers match (and/or no alternative identifier is suggested by ./config script), then the platform is unsupported. There might or might not be a workaround. Most notably on SPARC64 platforms with GNU C compiler you should be able to produce a working build by running './config -m32'. I understand that -m32 might not be what you want/need, but the build should be operational. For further details turn to . --------- The first problem is that there is no, "./apps/openssl" which doesn't allow me to do any comparisons. Even w/o it, I gave it a try. However, the "-m32" but that caused an additional problem: --------- cc1: error: -m32 is not supported by this configuration *** Error code 1 --------- I'm kinda' stuck here. I even tried adding a "freebsd-sparc64" or whatever the exact platform type is specified by "configure". There isn't much on google about this problem, that's why i'm turning to you guys. Any help will be greatly appreciated.