https://bugzilla.novell.com/show_bug.cgi?id=775418 https://bugzilla.novell.com/show_bug.cgi?id=775418#c0 Summary: SuiteSparse does not ship library which contains the symbol SuiteSparse_time Classification: openSUSE Product: openSUSE 12.2 Version: RC 2 Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: martin_helm@arcor.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1 A small library libuitesparseconfig which contains several symbols is not shipped in any of the packages related to SuiteSparse. Reproducible: Always Steps to Reproduce: 1. Use the following simple test program #include "suitesparse/umfpack.h" int main () { double stats [2]; umfpack_tic (stats); umfpack_toc (stats); return 0; } and compile it with gcc -o test_umfpack test_umfpack.c -lumfpack -llapack -lamd -lcholmod -lcolamd /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libumfpack.so: undefined reference to `SuiteSparse_time' collect2: error: ld returned 1 exit status 2. fetch the source rpm for suitesparse and check in the subdirectory in SuiteSparse/SuiteSparse_config/ which contains the Makefile for libsuitesparseconfig.a and compile that and put it to a valid place 3. Now the test program compiles and works with out error using gcc -o test_umfpack test_umfpack.c -lumfpack -llapack -lamd -lcholmod -lcolamd -lsuitesparseconfig -lrt Actual Results: That also leads to a broken GNU Octave i that it misses all functionality from umfpack and cholmod since the configure checks for it fail during the rpm build (this affects also the octave builds from science for 12.1 and I guess for 11.4 since that does not differ). Expected Results: The small lib with the missing symbols should have been shipped out of the box -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.