On Saturday 23 May 2009 11:19:22 am Markus Rothe wrote: > Ciaran McCreesh wrote: > > > operation to resume where it left off. > > > > Mmm. That should never happen. What's giving unhandled exceptions? > > I think I just ran into this:
That's the one. Python-related packages that bork like this can be fixed like so: # pushd /var/db/paludis/repositories/installed/data/dev-lang--- python/2.6.1:2.6:C.5945.1240470916.146733.C # bunzip2 environment.bz2 # sed -i -e "s/EBUILD_PHASE/EXHERES_PHASE/g" environment # bzip2 environment # popd Then of course reinstall the package. _______________________________________________ Exherbo-dev mailing list [email protected] http://lists.exherbo.org/mailman/listinfo/exherbo-dev
