Re: suitesparse - error when compiling from ports

2009-05-18 Thread cblasius
2009/5/17 Zbigniew Komarnicki cblas...@gmail.com:
 On Sunday 17 of May 2009 16:17:11 Lowell Gilbert wrote:
 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.

Thank you very much for your and all others help and great work!

Today I try once again install octave and every things go excellent.
Octave is now installed. Thank you once again :-)

Best wishes,
Zbigniew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: suitesparse - error when compiling from ports

2009-05-17 Thread Lowell Gilbert
cblas...@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/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: suitesparse - error when compiling from ports

2009-05-17 Thread Zbigniew Komarnicki
On Sunday 17 of May 2009 16:17:11 Lowell Gilbert wrote:
 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.

Thank you.

I reinstall math/libgmp4, and after that I saw that I had installed the 
following library: libgmp.so.8  and libgmpxx.so.5, there aren't
libgmp.so.7  and libgmpxx.so.4, why ? 

Thank you in advance for your help. 


Here is the output, after:
# make install clean
...

===   libgmp-4.3.1 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of math/libgmp4
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/math/libgmp4.


=
# make deinstall
=
===  Deinstalling for math/libgmp4
===   Deinstalling libgmp-4.3.1
pkg_delete: package 'libgmp-4.3.1' is required by these other packages
and may not be deinstalled (but I'll delete it anyway):
sdpa-gmp-7.1.2_1


=
# make reinstall
=
===  Checking if math/libgmp4 already installed
make  install-recursive
Making install in tests
Making install in .
Making install in devel
Making install in mpn
Making install in mpz
Making install in mpq
Making install in mpf
Making install in rand
Making install in misc
Making install in cxx
Making install in mpbsd
Making install in mpn
Making install in mpz
Making install in mpq
Making install in mpf
Making install in printf
Making install in scanf
Making install in cxx
Making install in mpbsd
Making install in demos
Making install in calc
make  install-am
Making install in expr
Making install in tune
Making install in doc
test -z /usr/local/info/ || /usr/ports/math/libgmp4/work/gmp-4.3.1/install-sh 
-d /usr/local/info/
 install  -o root -g wheel -m 444 './gmp.info' '/usr/local/info//gmp.info'
 install-info --info-dir='/usr/local/info/' '/usr/local/info//gmp.info'
test -z /usr/local/lib || /usr/ports/math/libgmp4/work/gmp-4.3.1/install-sh 
-d /usr/local/lib
 /bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g 
wheel  'libgmp.la' '/usr/local/lib/libgmp.la'
/usr/bin/install -c -o root -g 
wheel .libs/libgmp.so.8 /usr/local/lib/libgmp.so.8
(cd /usr/local/lib  { ln -s -f libgmp.so.8 libgmp.so || { rm -f libgmp.so  
ln -s libgmp.so.8 libgmp.so; }; })
(cd /usr/local/lib  { ln -s -f libgmp.so.8 libgmp.so || { rm -f libgmp.so  
ln -s libgmp.so.8 libgmp.so; }; })
/usr/bin/install -c -o root -g wheel .libs/libgmp.lai /usr/local/lib/libgmp.la
/usr/bin/install -c -o root -g wheel .libs/libgmp.a /usr/local/lib/libgmp.a
chmod 644 /usr/local/lib/libgmp.a
ranlib /usr/local/lib/libgmp.a
--
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
 /bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g 
wheel  'libgmpxx.la' '/usr/local/lib/libgmpxx.la'
libtool: install: warning: relinking `libgmpxx.la'
(cd /usr/ports/math/libgmp4/work/gmp-4.3.1; /bin/sh /usr/local/bin/libtool  
--mode=relink 
c++ -O2 -fno-strict-aliasing -pipe -march=athlon64 -o 
libgmpxx.la -rpath /usr/local/lib -version-info 5:0:1 dummy.lo cxx/isfuns.lo 
cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/osdoprnti.lo 
cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la )
c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o  .libs/dummy.o 
cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o 
cxx/.libs/ismpznw.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o 
cxx/.libs/osmpf.o cxx/.libs/osmpq.o 
cxx/.libs/osmpz.o  -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lgmp 
-L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o  
-march=athlon64 -Wl,-soname -Wl,libgmpxx.so.5 -o .libs/libgmpxx.so.5
/usr/bin/install -c -o root -g 
wheel .libs/libgmpxx.so.5T /usr/local/lib/libgmpxx.so.5
(cd /usr/local/lib  { ln -s -f libgmpxx.so.5 libgmpxx.so || { rm -f 
libgmpxx.so  ln -s libgmpxx.so.5 libgmpxx.so; }; })
(cd /usr/local/lib  { ln -s -f libgmpxx.so.5 libgmpxx.so || { rm -f 
libgmpxx.so  ln -s 

suitesparse - error when compiling from ports

2009-05-15 Thread cblasius
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org