Hi! i have some problems with manifest verification while bootstrapping with python 2.4 (have not managed to upgrade that one). it seems that the strict feature no longer disables that verifications as - i believe - it was before. i changed this:
3606 verified_ok,reason = portage.checksum.verify_all(mysettings["DISTDIR"]+"/"+myfile, mydigests[myfile]) 3607 if not verified_ok and "strict" in mysettings.features: in usr/lib/portage/pym/portage/__init__.py, and now it works again, and there is no need to mess around with the manifests... could this be a patch that should be applied when USE=build? cheers, Markus -- [email protected] mailing list
