From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 6 18:10:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1018516A4F1 for ; Wed, 6 Sep 2006 18:10:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD2443D46 for ; Wed, 6 Sep 2006 18:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k86IANku019910 for ; Wed, 6 Sep 2006 18:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k86IANw0019909; Wed, 6 Sep 2006 18:10:23 GMT (envelope-from gnats) Resent-Date: Wed, 6 Sep 2006 18:10:23 GMT Resent-Message-Id: <200609061810.k86IANw0019909@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Karsten Rothemund Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C5CF16A4FC for ; Wed, 6 Sep 2006 18:05:39 +0000 (UTC) (envelope-from photor@photor.de) Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C329C43D6A for ; Wed, 6 Sep 2006 18:05:17 +0000 (GMT) (envelope-from photor@photor.de) Received: from [194.97.55.148] (helo=mx5.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.62) (envelope-from ) id 1GL1lq-0002Ua-Ay for FreeBSD-gnats-submit@freebsd.org; Wed, 06 Sep 2006 20:05:06 +0200 Received: from port-87-234-192-173.static.qsc.de ([87.234.192.173] helo=worf.mydomain.home) by mx5.freenet.de with esmtpsa (ID photor@photor.de) (TLSv1:AES256-SHA:256) (Exim 4.62 #12) id 1GL1ln-0001R9-Sg for FreeBSD-gnats-submit@freebsd.org; Wed, 06 Sep 2006 20:05:06 +0200 Received: from photor by worf.mydomain.home with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GL1lj-0004lI-5M for FreeBSD-gnats-submit@freebsd.org; Wed, 06 Sep 2006 20:04:59 +0200 Message-Id: Date: Wed, 06 Sep 2006 20:04:59 +0200 From: Karsten Rothemund Sender: Karsten Rothemund To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102947: problem installing math/umfpack (needed by math/octave-devel, caused by math/blas) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Karsten Rothemund List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 18:10:24 -0000 >Number: 102947 >Category: ports >Synopsis: problem installing math/umfpack (needed by math/octave-devel, caused by math/blas) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 06 18:10:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Karsten Rothemund >Release: FreeBSD 6.1-STABLE i386 >Organization: private site >Environment: System: FreeBSD worf.mydomain.home 6.1-STABLE FreeBSD 6.1-STABLE #26: Sun Jul 23 17:07:26 CEST 2006 root@worf.mydomain.home:/usr/obj/usr/src/sys/ATHLON i386 Target: install of math/umfpack (needed by installation of math/octave-devel) Library: libblas.so.1 (port math/blas) >Description: I tried to do # portinstall math/octave-devel I got the following when the port math/umfpack was installed: ... cc -O2 -fno-strict-aliasing -pipe -DGETRUSAGE -I../Include -DDLONG -c amd_preprocess.c -o amd_l_preprocess.o ar cr ../Lib/libamd.a amd_i_aat.o amd_i_1.o amd_i_2.o amd_i_dump.o amd_i_postorder.o amd_i_post_tree.o amd_i_defaults.o amd_i_order.o amd_i_control.o amd_i_info.o amd_i_valid.o amd_l_aat.o amd_l_1.o amd_l_2.o amd_l_dump.o amd_l_postorder.o amd_l_post_tree.o amd_l_defaults.o amd_l_order.o amd_l_control.o amd_l_info.o amd_l_valid.o amd_i_preprocess.o amd_l_preprocess.o ranlib ../Lib/libamd.a ( cd Demo ; make ) cc -O2 -fno-strict-aliasing -pipe -DGETRUSAGE -I../Include -DDINT -o amd_simple amd_simple.c ../Lib/libamd.a -L/usr/local/lib -lblas -lg2c -lm /usr/bin/ld: cannot find -lblas *** Error code 1 Stop in /usr/ports/math/umfpack/work/UMFPACKv4.4/AMD/Demo. *** Error code 1 ... Install stops here >How-To-Repeat: nothing special, just tried to install the port math/octave-devel >Fix: Just a symlink cd /usr/local/lib/ ln -s libblas.s0.1 libblas.so (I think, this should be done by port math blas) >Release-Note: >Audit-Trail: >Unformatted: