Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 10261] New: missed a libsorcery cleanup?

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 10261] New: missed a libsorcery cleanup?
  • Date: 23 Dec 2005 18:19:16 -0000

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

Summary: missed a libsorcery cleanup?
Product: Sorcery
Version: 1.13.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P4
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: jakakranjc AT email.si


I found a note around line 293 of libsorcery (end of function
save_libraries()):

# NOTE: remove this in 1.13
if [ "$SPELL" == "glibc" ] ||
[ "$SPELL" == "glibc-custom" ] ; then
if [ -e $OLD_LIBS/ld-$OLD_VERSION.so ] ; then
[[ `uname -m` == ppc* ]] && ln -sf $OLD_LIBS/ld-$OLD_VERSION.so
${INSTALL_ROOT}/lib/ld.so.1 ||
ln -sf $OLD_LIBS/ld-$OLD_VERSION.so
${INSTALL_ROOT}/lib/ld-linux.so.2
fi
fi

Should it have been/be removed? If not, remove the note, it is confusing.

--
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 10261] New: missed a libsorcery cleanup?, bugzilla-daemon, 12/23/2005

Archive powered by MHonArc 2.6.24.

Top of Page