Re: Cooker upgrade still broken
Per Øyvind Karlsen <[email protected]> Sun, 22 Jan 2012 13:25:36 +0100
| Newsgroups | gmane.linux.mandrake.cooker.devel |
|---|---|
| Message-ID | <CA+0WU1QwoJUWAas8p8He6mmR_gGdvtj0EKqOQF_sPBg9y7=j=Q@mail.gmail.com> |
Den 08:32 22. januar 2012 skrev <[email protected]> følgende: > I just made a simple test upgrading a cooker chroot a few > weeks old, and the problem still happens. > > For the sake of helping anybody willing to quickly fix > it, if you attempt to update, urpmi will stop working, so, > this should get things working again: > > -%<- > arch=`rpm --eval %_target_cpu` > for pkg in \ > perl-XML-LibXML-1.890.0-3-mdv2012.0 \ > perl-XML-Parser-2.410.0-4-mdv2012.0 \ > perl-Locale-gettext-1.50.0-9-mdv2012 \ > perl-Term-ReadKey-2.30-14-mdv2012.0 \ > ; do > wget > http://mirrors.kernel.org/mandriva/Mandrakelinux/devel/cooker/$arch/media/main/release/$pkg.$arch.rpm > sudo rpm -Uvh $pkg.$arch.rpm && rm -f $pkg.$arch.rpm > done > -%<- > > Run the above after updating and urpmi stopping working > due to perl missing symbols. Should be prevented in urpmi-6.69-2. :) -- Regards, Per Øyvind