It seems to be working ok except that when I run revdep-rebuild it tries to recompile gcc. I had the same issue with previous version of gcc - 4.1.2.
If I let it recompile and run revdep-rebuild right after that, I get the same output :
- Code: Select all
# revdep-rebuild -i
Configuring search environment for revdep-rebuild
Checking reverse dependencies...
Packages containing binaries and libraries broken by a package update
will be emerged.
Collecting system binaries and libraries... done.
(/root/.revdep-rebuild.1_files)
Collecting complete LD_LIBRARY_PATH... done.
(/root/.revdep-rebuild.2_ldpath)
Checking dynamic linking consistency...
broken /usr/lib/gcc/i686-pc-linux-gnu/4.2.0/libgij.la (requires /usr/lib/libgcj.la)
broken /usr/lib/gcj-4.2.0/libjvm.la (requires /usr/lib/libgcj.la)
done.
(/root/.revdep-rebuild.3_rebuild)
Assigning files to ebuilds... done.
(/root/.revdep-rebuild.4_ebuilds)
Evaluating package order... done.
(/root/.revdep-rebuild.5_order)
All prepared. Starting rebuild...
emerge --oneshot =sys-devel/gcc-4.2.0
...
/usr/lib/libgcj.la is not there. Compiling is working fine though.

