Am Sonntag, 17. August 2008 10:40:38 schrieb Graham Murray:
> Heiko Wundram <[EMAIL PROTECTED]> writes:
> > What worked fine for me:
> >
> > emerge --unmerge sys-libs/ss sys-libs/com_err sys-fs/e2fsprogs
> > emerge --oneshot -v sys-fs/e2fsprogs
>
> Be *very* careful about doing that. wget (amongst other packages) uses
> libcom_err, so you will not be able to fetch any packages (including
> e2fsprogs-lib) if you follow the above instructions. See bug
> https://bugs.gentoo.org/show_bug.cgi?id=234907 for details and for a
> safer workaround.
I cannot reproduce this here:
[EMAIL PROTECTED] ~ % ldd /usr/bin/wget
linux-gate.so.1 => (0xb8088000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb8025000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7ee6000)
libdl.so.2 => /lib/libdl.so.2 (0xb7ee2000)
librt.so.1 => /lib/librt.so.1 (0xb7ed9000)
libc.so.6 => /lib/libc.so.6 (0xb7d99000)
/lib/ld-linux.so.2 (0xb8089000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7d81000)
[EMAIL PROTECTED] ~ %
None of the specified libraries indirectly references libcom_err, either, and
running wget with libcom_err temporarily not present also works, and I did
not download the packages before using the commands I noted. Possibly,
there's a difference between the x86 wget and the ~x86 wget (I run the
latter).
--- Heiko.