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

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



  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.

Petr


Reply to: