Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12751] STAGE-ROOT: binutils 2.17 cast failed during install

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 12751] STAGE-ROOT: binutils 2.17 cast failed during install
  • Date: 25 Jun 2006 02:57:00 -0000

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


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Component|devel |Alter
Product|Codex |Sorcery
Summary|binutils 2.17 cast failed |STAGE-ROOT: binutils 2.17
|during install |cast failed during install
Version|test grimoire |1.14.x




------- Additional Comments From acedit AT armory.com 2006-06-24 21:57 -------
the problem is with libstage::set_stage_root_paths

When it exports LD_LIBRARY_PATH it appends the wrong path:

export LD_LIBRARY_PATH=$( envar_prepend_path $STAGE_DIRECTORY/$libdir
$LD_LIBRARY_PATH )

should be

export LD_LIBRARY_PATH=$( envar_prepend_path $STAGE_DIRECTORY/TRANSL/$libdir
$LD_LIBRARY_PATH )


I made this modification to sorcery and binutils suceeded.

--
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.




Archive powered by MHonArc 2.6.24.

Top of Page