> Why unset it?  I tried those three commands and they all did nothing
> with $?==0.

That's what it's supposed to do.

> To reproduce, add this as the second line of debian/rules:
>   export LD_LIBRARY_PATH=/

LD_LIBRARY_PATH=/ fakeroot dh_testroot
also works for me.

However, checking both versions of debhelper in the archive, I see that
dh_testroot does not display the same thing that you included in your
bug report.  What program is producing this output?

> I need LD_LIBRARY_PATH set because my source package builds shared
> libraries and then links executables against them; I want the
> executables to be linked against the copy in the compile-tree, not
> against a copy that might be in /usr/lib, and I don't want to
> build-conflict with myself.

I guess you're not using libtool.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to