Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 12784] New: stage root rpath linking in stage area

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 12784] New: stage root rpath linking in stage area
  • Date: 28 Jun 2006 01:46:19 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12784

Summary: stage root rpath linking in stage area
Product: Sorcery
Version: Untargetted future release
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Cast
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: dmlb2000 AT gmail.com


from installing the graphviz spell somehow we need to deal with spells that
link
using rpath to different directories so binaries the spells install can be
executed in INSTALL.
Just using LD_LIBRARY_PATH doesn't work, the linker isn't recursive when
looking
for libraries

I don't know if we should provide a mechanism for spells to add library paths
so
dynamically linked executables can be executed in INSTALL, it would seem
weird.

Sorcery can't find libraries installed during INSTALL until after install is
finished the graphviz spell is an example of this, graphviz performs `make
install` installing the various libraries and binaries for graphviz then the
spell calls dot which is linked against rpath libraries in /usr/lib/graphviz
and
since the install of these libraries got translated it doesn't know where
those
libraries are, and the INSTALL fails.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 12784] New: stage root rpath linking in stage area, bugzilla-daemon, 06/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page