Changes between Version 1 and Version 4 of Ticket #22586


Ignore:
Timestamp:
Nov 18, 2009, 9:49:55 PM (14 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

I can reproduce the same problem on Leopard G4.

From this page I can read

The code is a wrapper to the corresponding Lapack dggsvd and zggsvd routines.

and I see I don't have lapack that is in turn provided by atlas in macports.

Unluckily at the moment atlas is broken at least here on my machine, as per #22378 so I can't really help with this for now, in the meanwhile you could paste here the output of port installed atlas on your machines.

When reporting an error remember to run port with '-d' option in order to have debugging output.

I'm editing the original message as the <pre> block breaks html page formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22586

    • Property Status changed from new to assigned
  • Ticket #22586 – Description

    v1 v4  
    1 {{{
    2 benno@meap01:~> sudo port install octave-linear-algebraPassword:Warning: Skipping upgrade since gnuplot 4.2.5_0 >= gnuplot 4.2.5_0, even though installed variants "+darwin+darwin_9" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants.
    3 --->  Computing dependencies for octave-linear-algebra
    4 --->  Building octave-linear-algebra
    5 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_octave-linear-algebra/work/linear-algebra-1.0.8" && /usr/bin/make -j1 all " returned error 2
    6 Command output: mkoctfile -DHAVE_OCTAVE_32 -v -DHAVE_CONFIG_H gsvd.o dbleGSVD.o CmplxGSVD.o  -o gsvd.oct
    7 /opt/local/bin/g++-mp-4.3 -bundle -bundle_loader /opt/local/bin/octave-3.2.3 -o gsvd.oct gsvd.o dbleGSVD.o CmplxGSVD.o -L/opt/local/lib/octave-3.2.3 -L/opt/local/lib -loctinterp -loctave -lcruft -L/opt/local/lib -lfftw3 -lfftw3f -lreadline -lncurses -lhdf5 -lz -lm -L/opt/local/lib -L/opt/local/lib/gcc43/gcc/i386-apple-darwin9/4.3.4 -L/opt/local/lib/gcc43/gcc/i386-apple-darwin9/4.3.4/../../.. -lhdf5 -lz -lm -lgfortranbegin -lgfortran
    8 Undefined symbols:
    9   "_dggsvd_", referenced from:
    10       GSVD::init(Matrix const&, Matrix const&, GSVD::type) in dbleGSVD.o
    11   "_zggsvd_", referenced from:
    12       ComplexGSVD::init(ComplexMatrix const&, ComplexMatrix const&, GSVD::type) in CmplxGSVD.o
    13 ld: symbol(s) not found
    14 collect2: ld returned 1 exit status
    15 make[1]: *** [gsvd.oct] Error 1
    16 make: *** [build] Error 2
     1There is undefined symbol error when building linear-algebra package from octave-forge.
    172
    18 Error: Status 1 encountered during processing.
    19 }}}
     3Check attachment for actual output.