Am 18.08.2014 20:02, schrieb hasufell: > Andreas Gick: >> >> * IMPORTANT: 15 news items need reading for repository 'gentoo'. >> * Use eselect news to read news items. >> >> * perl-cleaner is stopping here: >> * Fix the problem and start perl-cleaner again. >> * >> * If you encounter blockers involving virtuals and perl-core, here are >> * some things to try: >> * Remove all perl-core packages from your world file >> * emerge --deselect --ask $(qlist -IC 'perl-core/*') >> * Update all the installed Perl virtuals >> * emerge -uD1a $(qlist -IC 'virtual/perl-*') >> * Afterwards re-run perl-cleaner >> I just thought that a solution using paludis/cave would be more >> appropriate, because the configuration of portage is not up to date with >> my paludis/cave config. >> > > Use cave then to resolve the issue. > > _______________________________________________ > paludis-user mailing list > [email protected] > http://lists.exherbo.org/mailman/listinfo/paludis-user > Hi,
the main problem was to find a way to accomplish the qlist -IC 'virtual/perl-*' command line. Thanks to the guys on irc, I found a good replacement: cave -Ls print-packages -r "installed" | grep "virtual/perl". Just in case somebody stumbles across the same kind of trouble with perl virtuals. Regards Andreas _______________________________________________ paludis-user mailing list [email protected] http://lists.exherbo.org/mailman/listinfo/paludis-user
