Naga wrote: > On Sunday 12 August 2007 11:39:43 Dale wrote: > >> Same here on both problems. Is this a bug since several have ran into >> this? Also, I have some Gnome stuff as a dependency but I use KDE. >> > > From the ebuild.... > ewarn "Please note that the soname of the library changed!" > ewarn "If you are upgrading from a previous version you need" > ewarn "to fix dynamic linking inconsistencies by executing:" > ewarn "revdep-rebuild -X --library libexpat.so.0" > >
I saw that too. On mine, it didn't fix anything that I could see. Here is what mine did: [EMAIL PROTECTED] / # revdep-rebuild --library libintl.so.7 Configuring search environment for revdep-rebuild Checking reverse dependencies... Packages containing binaries and libraries using libintl.so.7 will be emerged. Collecting system binaries and libraries... done. (/root/.revdep-rebuild.1_files) Checking dynamic linking... done. (/root/.revdep-rebuild_f93d0f1b.3_rebuild) Assigning files to ebuilds... Nothing to rebuild Evaluating package order... done. (/root/.revdep-rebuild_f93d0f1b.5_order) There are no dynamic links to libintl.so.7... All done. [EMAIL PROTECTED] / # It appears that nothing was really done so shouldn't it have worked? I dunno, just sounds weird to me. Dale