Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15594] New: installwatch lib path hardcoded in libtrack

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 15594] New: installwatch lib path hardcoded in libtrack
  • Date: 24 Feb 2010 14:38:56 -0000

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

Summary: installwatch lib path hardcoded in libtrack
Product: Sorcery
Version: Untargetted future release
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: flux AT sourcemage.org


The path for the installwatch lib is hardcoded, which could cause failures if
a
chroot, INSTALL_ROOT, or something similar is being used, or if the path for
installwatch happened to change for some reason. See below for the occurrence.

#---------------------------------------------------------------------
##
## Sets up installwatch.
##
#---------------------------------------------------------------------
function real_invoke_installwatch() {
if [ -e /usr/lib/installwatch.so ]; then
export INSTALLWATCHFILE=$IW_LOG
export LD_PRELOAD=/usr/lib/installwatch.so
fi
}

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



  • [SM-Sorcery-Bugs] [Bug 15594] New: installwatch lib path hardcoded in libtrack, bugzilla-daemon, 02/24/2010

Archive powered by MHonArc 2.6.24.

Top of Page