When one tries to update/install SciLab from ports, final linking fails ("/usr/local/lib/libalapack.so: undefined reference to `cblas_[{dswap,cblas_ssyrk,cblas_icamax,...}]'"). The culprit of this mess turns out to be the 'k3d' port, which shamelessly installs 'libcblas.so' symlink to local/lib/, which points to k3d's own 'libcblas.so.0'. Hmmm... Perhaps this was the cause of intermittent coredumps that ruined many a simulation? Fix: God know what kind of other dirty tricks that k3d devil has up it's sleeve, thus I suggest deinstalling 'k3d' completely, installing everything else (atlas, scilab, etc), and then installing k3d somewhere other than $LOCALBASE. Hope that the maintainer will tame the beast somewhat eventually, to fix it proper. How-To-Repeat: Install atlas, then k3d, then atempt to `make` the unsuspecting scilab.
Responsible Changed From-To: freebsd-ports-bugs->beech I'm already working on updating it.
State Changed From-To: open->feedback Awaiting maintainers feedback
Beech and I are working on an update to k3d which is almost done. This will be fixed along with that.
Will fix conflicts with the pending update. Maintainer approved (IRC).
State Changed From-To: feedback->open Maintainer approved (IRC).
beech 2007-12-13 07:25:32 UTC FreeBSD ports repository Modified files: graphics/k3d Makefile distinfo pkg-plist Added files: graphics/k3d/files patch-k3dsdk-log.cpp Removed files: graphics/k3d/files patch-Makefile.in Log: - Update to 0.6.7.0 - Remove conflicts PR: ports/116324 Submitted by: <soralx@cydem.org> [pr] Approved by: David Yeske <dyeske@gmail.com> (maintainer) linimon (mentor) Revision Changes Path 1.25 +27 -26 ports/graphics/k3d/Makefile 1.4 +3 -3 ports/graphics/k3d/distinfo 1.2 +0 -19 ports/graphics/k3d/files/patch-Makefile.in (dead) 1.1 +18 -0 ports/graphics/k3d/files/patch-k3dsdk-log.cpp (new) 1.4 +1604 -35 ports/graphics/k3d/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Updated to 0.6.7.0 - no longer installs libcblas.so