Peter Lewis wrote:
Hi all,
I've just run revdep-rebuild, after "updating world", and it rebuilt
gcc-4.1.1-r3, due to the following libraries:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcjawt.la
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgij.la
Once it finished, I ran revdep-rebuild once again, just to check that all was
okay, but it wanted to rebuild gcc again, due to the same libraries. In fact,
I let it do it again, and it's not fixed it.
Does this point to some kind of inconsistency on my system?
Thanks,
Pete.
Following a suggestion on this list, here's what I did to correct this
problem:
Use your favorite text editor to correct the "dependency_libs" line
in each of these files. Each line starts with something like
dependency_libs=' /usr/lib/gcc/<some library> ...
but should start with
dependency_libs=' /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/<some library>
John
--
[email protected] mailing list