From owner-freebsd-questions@FreeBSD.ORG Fri May 15 09:14:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F30C21065672 for ; Fri, 15 May 2009 09:14:06 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 7FDBE8FC17 for ; Fri, 15 May 2009 09:14:06 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: by bwz9 with SMTP id 9so1766824bwz.43 for ; Fri, 15 May 2009 02:14:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=jKw9QU7l5TpgRDREJMyTqr2rLuTIWwPwqiEhmahqeng=; b=sbQCs1uPeJ5cXu0FcT3b2ZtbbehN21UPpD7Kqwq2gFn2L1Y+mlIxsSnjLy7XJ8b6sK s1rbG8NmkGfk5V1ZGBBadz9MGBxjZC4gCDzlLqinkJOzMh5jpqcI19QTFBApUCfiApQo PU1dFJx+uJ2E+oQWYinSFFZ8DgA4eQORPVzCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=vsv5Pbe3wqo+fA0Eh51Pzl/BUBGp4I7vN+YfEvhVXktsbSHd1fsK4S+9eEpl2juTq6 4kIjbjabfwT+q/rbJVoC+myQuAx8Rlu74LvxQPmpw+P/xmzTxQMbl0Z7Yipz1XJk23yB MhUmE5H0MBLSEp0aIqNCuca15cb6bJ2oVX9tg= MIME-Version: 1.0 Received: by 10.223.110.200 with SMTP id o8mr2249065fap.56.1242377478905; Fri, 15 May 2009 01:51:18 -0700 (PDT) Date: Fri, 15 May 2009 10:51:18 +0200 Message-ID: <85a117790905150151n2ce5e098w8e2214bdaa06a4c9@mail.gmail.com> From: cblasius@gmail.com To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: suitesparse - error when compiling from ports 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: Fri, 15 May 2009 09:14:07 -0000 Hello, I got the foolowing error when copile the suitesparse (/usr/ports/math/suitesparse) on Athlon64 FreeBSD-7.2 RELEASE # make install clean ===> Extracting for suitesparse-3.3.0 => MD5 Checksum OK for SuiteSparse-3.3.0.tar.gz. => SHA256 Checksum OK for SuiteSparse-3.3.0.tar.gz. ===> Patching for suitesparse-3.3.0 ===> Applying FreeBSD patches for suitesparse-3.3.0 /bin/cp -r /usr/ports/math/suitesparse/work/SuiteSparse /usr/ports/math/suitesparse/work/SuiteSparse_shared ===> suitesparse-3.3.0 depends on executable: gmake - found ===> suitesparse-3.3.0 depends on executable: gfortran43 - found ===> suitesparse-3.3.0 depends on shared library: atlas - found ===> Configuring for suitesparse-3.3.0 ===> Building for suitesparse-3.3.0 cd /usr/ports/math/suitesparse/work/SuiteSparse ; gmake ( cd UFconfig/xerbla ; gmake ) gmake[1]: Entering directory `/usr/ports/math/suitesparse/work/SuiteSparse/UFconfig/xerbla' gcc43 -O2 -fno-strict-aliasing -pipe -march=athlon64 -c xerbla.c /libexec/ld-elf.so.1: Shared object "libgmp.so.7" not found, required by "cc1" gmake[1]: *** [libcerbla.a] Error 1 gmake[1]: Leaving directory `/usr/ports/math/suitesparse/work/SuiteSparse/UFconfig/xerbla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/math/suitesparse. ============================== I wanted to install first octave (math/octave), but this above error first occured. Please for help. Thank you in advance. Zbigniew