errno@@GLIB_2.0 escapes due to minor bug
Status: Beta
Brought to you by:
pmiller
lib/plasticfs/opendir.cc has #include <cerrno> too
late; moving it to the beginning makes everything work
(for me, on my Debian unstable box with g++-3.3.5, libc
2.3.2, NPTL).
I had to rebuild glibc with --disable-hidden-plt as
described in BUILDING. Then copied libc.so from
build-tree/i386-nptl to /lib/libc.nohidden.so, and
then
PLASTICFS="log /tmp/log-file"
LD_PRELOAD="libplasticfs.so libc.nohidden.so" ls
works. Presumably everything else will, too.
Logged In: YES
user_id=160
Originator: NO
will be fixed in 1.10