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

Bug#678706: python-apt: FTBFS: testsuite failure



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/.


Reply to: