Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How serious is revdep-rebuild failure
Date: Sun, 27 Nov 2005 06:52:12
Message-Id: 7573e9640511262245r5cdf767clec4a980645ade0f8@mail.gmail.com
In Reply to: [gentoo-user] Re: How serious is revdep-rebuild failure by Harry Putnam
1 On 11/26/05, Harry Putnam <reader@×××××××.com> wrote:
2 > Richard Fish <bigfish@××××××××××.org> writes:
3 >
4 > > /var/tmp/portage/mod_php-4.4.0/work/php-4.4.0/config.log
5 > Some stuff after 200 lines looks like it might be pertinent so posting
6 > 250 lines. I hope you see something:
7 >
8 > This file contains any messages produced by compilers while
9 > running configure, to aid debugging if configure makes a mistake.
10 >
11 > configure:1656: checking host system type
12 > configure:1756: checking for gcc
13 > configure:1869: checking whether the C compiler (gcc -O2 -march=pentium4 -fomit-frame-pointer -L/usr/X11R6/lib -ltiff -L/usr/lib) works
14 > configure:1885: gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5
15 > /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: warning: libmysqlclient.so.12, needed by /usr/X11R6/lib/libxmlparse.so, not found (try using -rpath or -rpath-link)
16
17 Ah, here is a problem. A broken library dependancy. I don't know
18 what package libxmlparse is a part of, but it is linked against
19 libmysqlcliient.so.12, which does not exist now.
20
21 Run "equery belongs /usr/lib/libxmlparse.so", and rebuild (with
22 emerge --oneshot <pkg>) whatever package that is a part of.
23
24 -Richard
25
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: How serious is revdep-rebuild failure Harry Putnam <reader@×××××××.com>