From owner-freebsd-ports@FreeBSD.ORG Mon Dec 26 03:04:08 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E5B016A41F for ; Mon, 26 Dec 2005 03:04:08 +0000 (GMT) (envelope-from surija@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42EB943D49 for ; Mon, 26 Dec 2005 03:04:07 +0000 (GMT) (envelope-from surija@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so342656uge for ; Sun, 25 Dec 2005 19:04:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Qj09GxbKpxRhaAEH4PtAa8xtu8fyy53e/6w3nKFSJKg2aPhdYtlvIADr7lm4IaO5rDrjxcivQz1K236kmZGkvz8derWg8fr1yNwDzPQbvYorhRj99/GylbkkOywlVwHyqT/JOklmgfS7dgms2ugnNJ9WOxnrhVy+TiLydrnltG4= Received: by 10.66.186.5 with SMTP id j5mr1767609ugf; Sun, 25 Dec 2005 19:04:05 -0800 (PST) Received: by 10.66.241.13 with HTTP; Sun, 25 Dec 2005 19:04:05 -0800 (PST) Message-ID: <21bc91010512251904m5d11cf37rfe0de8f7ea320f6d@mail.gmail.com> Date: Sun, 25 Dec 2005 22:04:05 -0500 From: Ranko Sredojevic To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: octave build failed in atlas on releng_6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 03:04:08 -0000 Hi all, I was playing around and upgrading from RELENG_6_0 to RELENG_6. I started by deleting all the ports... cleaned everything so pkg_info wasn't reporting anything. Then I changed tag in my cvs-supfile to RELENG_6 from RELENG_6_0, and cvsup-ed (ports-all,src-all). I rebult world, precompiled kernel in first try. After that, I rebuilt xorg, gnome, latex, vim, xmms, gaim and subversion without any problems. However, rebuilding octave finished, after 18hours with: ATLAS install complete. Examine ATLAS/bin//INSTALL_LOG/SUMMARY.LOG for details. (cd /usr/ports/math/atlas/work/ATLAS; /bin/mkdir -p tmp1 ; /bin/cp /usr/ports/m ath/atlas/work/lapack/work/LAPACK/SRC/liblapack.a tmp1 ; cd tmp1 ; ar x liblapac k.a ; ar x ../lib/NON_THREADED/liblapack.a ; ar r ../lib/NON_THREADED/libalapack .a *.o ; ranlib ../lib/NON_THREADED/libalapack.a ) ar: creating ../lib/NON_THREADED/libalapack.a (cd /usr/ports/math/atlas/work/ATLAS; /bin/mkdir -p tmp2 ; /bin/cp /usr/ports/m ath/atlas/work/lapack/work/LAPACK/SRC/liblapack.a tmp2 ; cd tmp2 ; ar x liblapac k.a ; ar x ../lib/THREADED/liblapack.a ; ar r ../lib/THREADED/liblapack.a *.o ; ar: ../THREADED/liblapack.a: No such file or directory *** Error code 9 Stop in /usr/ports/math/atlas. ***Error code 1 Stop in /usr/ports/math/octave. I tried building in single user mode, since last time I was told to try not to load machine with anything in order to get atlas compiled properly. I compiled octave before in RELENG_6_0 just fine. Any clue/cure? rasha