libufsparse linking problem

Bug #68670 reported by Garth Wells
4
Affects Status Importance Assigned to Milestone
ufsparse (Debian)
Fix Released
Unknown
ufsparse (Ubuntu)
Invalid
Low
Unassigned

Bug Description

Binary package hint: libufsparse-dev

The libufsparse libraries (version 1.2-7 edgy) don't appear to be linked correctly with the BLAS libraries. The libumfpack packages (4.4-3 edgy) are fine.

Compiling the test program test.c

  char umfpack_di_defaults ();
  int main ()
 {
    return umfpack_di_defaults ();
    return 0;
 }

using

  gcc -lumfpack -lamd test.c

produces

/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `sqrt'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `dscal_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `dgemv_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `ztrsv_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `pow'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `dgemm_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `log10'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `zgemv_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `dtrsm_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `dger_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `zgeru_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `dtrsv_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `zgemm_'
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libumfpack.so: undefined reference to `ztrsm_'
collect2: ld returned 1 exit status

description: updated
Revision history for this message
Dan O'Huiginn (daniel-ohuiginn) wrote :

Confirmed on the basis of identical Debian bug report.

Changed in ufsparse:
status: Unconfirmed → Confirmed
Changed in ufsparse:
status: Unknown → Unconfirmed
William Grant (wgrant)
Changed in ufsparse:
importance: Undecided → Low
Changed in ufsparse:
status: New → Fix Released
Revision history for this message
Wouter Stomp (wouterstomp-deactivatedaccount) wrote :

Marking invalid as this package is not in the hardy and intrepid archives anymore.

Changed in ufsparse:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.