Date: Sun, 17 May 2009 10:17:11 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: cblasius@gmail.com Cc: maho@FreeBSD.org, freebsd-questions@freebsd.org Subject: Re: suitesparse - error when compiling from ports Message-ID: <44vdnzke54.fsf@lowell-desk.lan> In-Reply-To: <85a117790905150151n2ce5e098w8e2214bdaa06a4c9@mail.gmail.com> (cblasius@gmail.com's message of "Fri\, 15 May 2009 10\:51\:18 %2B0200") References: <85a117790905150151n2ce5e098w8e2214bdaa06a4c9@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
cblasius@gmail.com writes: > 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. Looks like there's a missing dependency on math/libgmp4. That's puzzling, though, because the FreeBSD build cluster built it fine just a couple of days ago. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44vdnzke54.fsf>