From owner-freebsd-ports@FreeBSD.ORG Sat Jan 13 22:05:14 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 214D116A412 for ; Sat, 13 Jan 2007 22:05:14 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.freebsd.org (Postfix) with ESMTP id CA8DF13C465 for ; Sat, 13 Jan 2007 22:05:13 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from doc.sem.ipt.ru ([192.168.12.1] helo=ipt.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1H5qRR-0007j8-3d; Sun, 14 Jan 2007 00:29:33 +0300 Received: from bsam by ipt.ru with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1H5qTi-000F5k-GW; Sun, 14 Jan 2007 00:31:54 +0300 To: "[LoN]Kamikaze" References: <45A940C5.1050801@gmx.de> From: Boris Samorodov Date: Sun, 14 Jan 2007 00:31:54 +0300 In-Reply-To: <45A940C5.1050801@gmx.de> (Kamikaze's message of "Sat, 13 Jan 2007 21:27:49 +0100") Message-ID: <44866709@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: rainer.alves@gmail.com, freebsd-ports@freebsd.org Subject: Re: math/octave doesn't see atlas 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: Sat, 13 Jan 2007 22:05:14 -0000 --=-=-= On Sat, 13 Jan 2007 21:27:49 +0100 [LoN]Kamikaze wrote: > I have two systems and both want to install math/atlas when I try to update octave. I have atlas-3.6.0_2,1 installed on both systems. > ===> octave-2.1.73_2 depends on executable in : gnuplot - found > ===> octave-2.1.73_2 depends on executable in : gfortran42 - found > ===> octave-2.1.73_2 depends on executable in : gmake - found > ===> octave-2.1.73_2 depends on file: /usr/local/bin/perl5.8.8 - found > ===> octave-2.1.73_2 depends on shared library: fftw.2 - found > ===> octave-2.1.73_2 depends on shared library: atlas.1 - not found > ===> Verifying install for atlas.1 in /usr/ports/math/atlas > ===> Extracting for atlas-3.6.0_2,1 > ... > I don't know what might be the cause. What kind of information is necessary to diagnose what's going on? >From cvs log for math/atlas/pkg-plist, rev. 1.8: * Shared lib number has been bumped 1 to 2 Try a patch: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=octave.diff Content-Description: a patch for octave Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/octave/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 12 Jan 2007 12:22:50 -0000 1.61 +++ Makefile 13 Jan 2007 21:26:13 -0000 @@ -60,7 +60,7 @@ .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas CONFIGURE_ARGS+= --with-blas="-L${LOCALBASE}/lib -lf77blas -lcblas -latlas" \ --with-lapack=-lalapack .else --=-=-= WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve --=-=-=--