xfs-masters
[Top] [All Lists]

[xfs-masters] [Bug 430] New: dont symlink files if libdir and libexecdi

To: xfs-master@xxxxxxxxxxx
Subject: [xfs-masters] [Bug 430] New: dont symlink files if libdir and libexecdir are the same
From: bugzilla-daemon@xxxxxxxxxxx
Date: Mon, 28 Nov 2005 18:29:49 -0800
Reply-to: xfs-masters@xxxxxxxxxxx
Sender: xfs-masters-bounce@xxxxxxxxxxx
http://oss.sgi.com/bugzilla/show_bug.cgi?id=430

           Summary: dont symlink files if libdir and libexecdir are the same
           Product: Linux XFS
           Version: Current
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dmapi
        AssignedTo: xfs-master@xxxxxxxxxxx
        ReportedBy: vapier@xxxxxxxxxx


if you run configure with --libdir=/usr/lib and --libexecdir=/usr/lib, the build
scripts will install the .a, .la, and .so files into /usr/lib and then procede
to create symlinks at the same place thus clobbering the files (since the
assumption is that the runtime libdir and the dev libdir are different)

find attached a patch which disables symlink creation if PKG_LIB_DIR and
PKG_DEVLIB_DIR are equal

-- 
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


<Prev in Thread] Current Thread [Next in Thread>
  • [xfs-masters] [Bug 430] New: dont symlink files if libdir and libexecdir are the same, bugzilla-daemon <=