[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:33 UTC 2011


The following commit has been merged in the upstream branch:
commit 687a207dde6b208514b6d3013832930ff3a3a023
Author: Clint Adams <schizo at debian.org>
Date:   Thu Mar 10 21:10:02 2005 +0000

    fakeroot(1) environment var expansion
    
      * fakeroot.1: Include text by Justin Pryzby about LD_PRELOAD and
        LD_LIBRARY_PATH environment variables.  closes: #294655.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-49

diff --git a/debian/changelog b/debian/changelog
index 8d2e486..6fc4bc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot (1.2.5) unstable; urgency=low
+
+  * fakeroot.1: Include text by Justin Pryzby about LD_PRELOAD and
+    LD_LIBRARY_PATH environment variables.  closes: #294655.
+
+ -- Clint Adams <schizo at debian.org>  Thu, 10 Mar 2005 16:08:16 -0500
+
 fakeroot (1.2.4) unstable; urgency=low
 
   * Fix debian/rules typo that broke s390 build.
diff --git a/doc/fakeroot.1 b/doc/fakeroot.1
index e870d3f..83a1bd2 100644
--- a/doc/fakeroot.1
+++ b/doc/fakeroot.1
@@ -183,6 +183,23 @@ of a running daemon will automatically connect to that daemon, and
 have the same "fake" view of the file system's permissions/ownerships.
 (assuming the daemon and connecting program were started by the same
 user). 
+.B
+.IP LD_LIBRARY_PATH
+.B
+.IP LD_PRELOAD
+Fakeroot is implemented by wrapping system calls.  This is
+accomplished by setting LD_LIBRARY_PATH=/usr/lib/fakeroot and
+LD_PRELOAD=libfakeroot.so.0.  That library is loaded before the
+system's C library, and so most of the library functions are
+intercepted by it.  If you need to set either
+.B LD_LIBRARY_PATH
+or
+.B LD_PRELOAD
+from
+within a fakeroot environment, it should be set relative to the
+given paths, as in
+.B LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/foo/bar/
+
 .SH LIMITATIONS
 .B
 .IP "Library versions"

-- 
fakeroot



More information about the Fakeroot-commits mailing list