Bug 116324 - graphics/k3d from ports install cblas library that conflicts with atlas
Summary: graphics/k3d from ports install cblas library that conflicts with atlas
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 06:30 UTC by soralx
Modified: 2007-12-13 07:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soralx 2007-09-13 06:30:01 UTC
	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.
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2007-09-13 07:33:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'm already working on updating it.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-13 10:03:59 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 David Yeske 2007-09-13 23:22:45 UTC
Beech and I are working on an update to k3d which is almost done.
This will be fixed along with that.
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2007-09-13 23:40:16 UTC
Will fix conflicts with the pending update.

Maintainer approved (IRC).
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2007-09-13 23:41:02 UTC
State Changed
From-To: feedback->open

Maintainer approved (IRC).
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-12-13 07:25:37 UTC
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"
Comment 7 Beech Rintoul freebsd_committer freebsd_triage 2007-12-13 07:26:00 UTC
State Changed
From-To: open->closed

Updated to 0.6.7.0 - no longer installs libcblas.so