From owner-freebsd-questions@FreeBSD.ORG Wed Feb 15 21:37:37 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 EDE1B16A420 for ; Wed, 15 Feb 2006 21:37:37 +0000 (GMT) (envelope-from mikes@siralan.org) Received: from rader.servnow.com (rader.servnow.com [69.93.129.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC1043D45 for ; Wed, 15 Feb 2006 21:37:36 +0000 (GMT) (envelope-from mikes@siralan.org) Received: from 12-210-115-238.client.insightbb.com ([12.210.115.238]) by rader.servnow.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1F9UKx-0007AF-7K; Wed, 15 Feb 2006 16:37:23 -0500 Date: Wed, 15 Feb 2006 16:37:27 -0500 (EST) From: "Michael L. Squires" X-X-Sender: mikes@familysquires.net To: Anthony Philipp In-Reply-To: <20060208085424.GT2679@zeus.itg.uiuc.edu> Message-ID: <20060215160953.L17196@familysquires.net> References: <20060208085424.GT2679@zeus.itg.uiuc.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rader.servnow.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - siralan.org X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Questions Subject: Re: math/lapack (lapack-3.0) (unknown build error) 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: Wed, 15 Feb 2006 21:37:38 -0000 On Wed, 8 Feb 2006, Anthony Philipp wrote: > Hello, > > I was doing an upgrade today and one of the ports failed. I have > since checked /usr/ports/UPDATING, the mailing list and then > updated my ports tree again, all to no avail. Here is the error: > > --- > f77 -O -c ssyr2k.f > f77 -O -c strmm.f > f77 -O -c strsm.f > i386 cr ../../BLAS/SRC/libblas.a isamax.o sasum.o saxpy.o scopy.o sdot.o snrm2.o srot.o srotg.o sscal.o sswap.o lsame.o xerbla.o sgemv.o sgbmv.o ssymv.o ssbmv.o sspmv.o strmv.o stbmv.o stpmv.o strsv.o stbsv.o stpsv.o sger.o ssyr.o sspr.o ssyr2.o sspr2.o sgemm.o ssymm.o ssyrk.o ssyr2k.o strmm.o strsm.o > i386:No such file or directory > *** Error code 1 > > Stop in /usr/ports/math/lapack/work/LAPACK/BLAS/SRC. > *** Error code 1 > > Stop in /usr/ports/math/lapack/work/LAPACK. > *** Error code 1 > > Stop in /usr/ports/math/lapack. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade78155.12 make > ** Fix the problem and try again. > ** Detected a package name change: libmikmod (audio/libmikmod) -> 'libmikmod-esound' (audio/libmikmod) > ** No need to upgrade 'libmikmod-3.1.11' (>= libmikmod-esound-3.1.11). (specify -f to force) > ** Detected a package name change: mpg123 (audio/mpg123) -> 'mpg123-esound' (audio/mpg123) > ** No need to upgrade 'mpg123-0.59r_17' (>= mpg123-esound-0.59r_17). (specify -f to force) > ** Detected a package name change: libao (audio/libao) -> 'libao-esound' (audio/libao) > ** No need to upgrade 'libao-0.8.5' (>= libao-esound-0.8.5). (specify -f to force) > ---> Skipping 'math/scilab' (scilab-3.1.1_1) because a requisite package 'lapack-3.0' (math/lapack) failed (specify -k to force) > ** Listing the failed packages (*:skipped / !:failed) > ! math/lapack (lapack-3.0) (unknown build error) > * math/scilab (scilab-3.1.1_1) > ---> Packages processed: 0 done, 561 ignored, 1 skipped and 1 failed > --- > I have the same problem with 5.5-PRERELEASE. It's obvious that "i386" is being used instead of "ar" - the routine that creates libraries - but the problem is not in the source directory since using "make" there uses "ar" correctly. I suspect it has something to do with a patch that was reversed today, so you may want to re-cvsup your ports sources and try again - I am. Mike Squires