[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_testroot wants root even with fakeroot



> I do have fakeroot installed.  "fakeroot dh_testroot" succeeds, too.
> I've attached the `debian/rules' file in question.  Any ideas?

fakeroot sets LD_LIBRARY_PATH and LD_PRELOAD:

LD_LIBRARY_PATH: /usr/lib/libfakeroot:/usr/lib/64/libfakeroot
LD_PRELOAD: libfakeroot.so.0

If you change either of these variables in your debian/rules (which
you do) then you must append to these values.

Matt

-- 
Matt Kern
http://www.undue.org/



Reply to: