* Allan Gottlieb <gottl...@nyu.edu> [110427 10:54]: > On Tue, Apr 26 2011, Todd Goodman wrote: > > > * Allan Gottlieb <gottl...@nyu.edu> [110426 14:34]: > >> On Tue, Apr 26 2011, Allan Gottlieb wrote: > >> > >> > Starting last night several builds and programs are crashing due to > >> > problems in libxcb and others. > >> > > >> > My system is ~amd64. > > [SNIP] > >> > openoffice (picked up by revdep-rebuild) fails to build saying > >> > > >> > checking for pkg-config... /usr/bin/pkg-config > >> > checking for libwpd-0.8 ... Package libwpd-0.8 was not found in the > >> > pkg-config search path. Perhaps you should add the directory containing > >> > `libwpd-0.8.pc' to the PKG_CONFIG_PATH environment variable No package > >> > 'libwpd-0.8' found > >> > configure: error: Library requirements (libwpd-0.8 ) not met; consider > >> > adjusting the PKG_CONFIG_PATH environment variable if your libraries are > >> > in a nonstandard prefix so pkg-config can find them. > >> > > >> > I looked (using locate) and I have libwpd-0.9.1 now. Should I downgrade > >> > to lib0.8.14? > > > > For what it's worth I run ~x86 and I got the same error with libwpd > > until I made sure I had the 0.8 slot emerged as well (emerge > > libwpd:0.8) > > It is worth a lot! > > > It looks like it just became slotted (if I remember right.) > > > > Unfortunately I then had a problem with OpenOffice and libwpg. And had > > to downgrade back to 1.1.3 (and mask 0.2.0.) It looked like OpenOffice > > wasn't happy with a 2.0 version and still wanted a 1.0 version (but I > > didn't look too carefully.) > > > > However it looks like it's slotted now so you should be able to install > > libwpg:0.2 as well as libwpg:0.1 and OpenOffice will still work. > > > > However, I get file collisions when trying to install libwpg:0.2 with > > libwpg:0.1 installed right now. It might still be in the process of being > > fully slotted? > > > > If you don't have the libwpd:0.8 and/or libwpg:0.1 slotted versions then > > just emerge them too. > > I just now followed your advice and emerged both libwpd:0.8 and > libwpg:0.1. I was a little surprised to see that > emerge -1 was insufficient (depclean wanted to remove them again). > > If a certain slot is needed for another application, I had expected > depclean to leave it alone. Anyway I then did an emerge -n to put them > into world and depclean is happy. > > As it turns out now revdep-rebuild doesn't want to remerge anything, > but I am doing a reinstall of openoffice anyway just to confirm that it > is happy. > > I wonder if the situation has now stabilized and forcing the old slots > to be present is no longer needed. I will have more time after the > semester ends and I don't have to prepare lectures / grade exams. > I hope during the end of may to go through world and prune any that > don't appear to be necessary. > > Thank you very much for your help. > > allan
Great! You're welcome. FWIW, if anyone else is having problems emerging both slotted versions of libwpg, my problems with libwpg:0.1 and libwpg:0.2 having filename conflicts was due to having the doc USE flag set. It's bug http://bugs.gentoo.org/show_bug.cgi?id=364857 I know some have mentioned that in general it's not a good idea to have the doc USE flag enabled globally. Todd