From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 08:54:25 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 B989F16A420 for ; Wed, 8 Feb 2006 08:54:25 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (zeus.itg.uiuc.edu [130.126.126.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB5B43D49 for ; Wed, 8 Feb 2006 08:54:25 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (localhost.localdomain [127.0.0.1]) by zeus.itg.uiuc.edu (8.13.1/8.13.1) with ESMTP id k188sOOS022371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 8 Feb 2006 02:54:24 -0600 Received: (from philipp1@localhost) by zeus.itg.uiuc.edu (8.13.1/8.13.1/Submit) id k188sOtB022370 for freebsd-questions@freebsd.org; Wed, 8 Feb 2006 02:54:24 -0600 Date: Wed, 8 Feb 2006 02:54:24 -0600 From: Anthony Philipp To: FreeBSD Questions Message-ID: <20060208085424.GT2679@zeus.itg.uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: 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, 08 Feb 2006 08:54:25 -0000 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 --- It's not really urgent, but I'm just wondering what the problem is, and if there is anything I can do to fix it. Thank you and I appreciate your help! Anthony Philipp