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


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

Reply via email to