On Sun, Jul 15, 2012 at 02:45:02PM +0200, Petr Salinger wrote:
> >>  apt.auth.export_key("46925553").split("\n")
> >>returns extra 1st line:
> >>ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be 
> >>preloaded: ignored."
> 
> >Any idea why this happens? We simply run
> >     fakeroot /usr/bin/apt-key export 46925553
> >so it should work, right?
> 
> Wrong mixture of stdout and stderr somewhere in python-apt.
> 
> The lne
> "ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be 
> preloaded: ignored."
> is on stderr (checked) and I expect the exported key is sent to stdout by 
> apt-key.

Right, and we merge the two (probably in order to have meaningful
output in case of error). The question is why does preloading
libfakeroot-sysv.so fail. It does not fail the other
architectures, so I assume someone is playing tricks with
LD_LIBRARY_PATH on kFreeBSD.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to