From: Michael Vogt Date: Mon, 8 Aug 2011 14:18:52 +0000 (+0200) Subject: fix crash when P.Arch() was used but the cache got remapped X-Git-Tag: 0.8.15.6~1^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/629b60f6feea2d2d356645aa2615b212481bd3d8?ds=inline;hp=-c fix crash when P.Arch() was used but the cache got remapped --- 629b60f6feea2d2d356645aa2615b212481bd3d8 diff --combined apt-pkg/acquire-item.cc index 9313c4b47,7eb5920e0..d4b451d5b --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@@ -1258,7 -1258,7 +1258,7 @@@ void pkgAcqMetaIndex::Done(string Messa if (SigFile == "") { // There was no signature file, so we are finished. Download - // the indexes and do hashsum verification + // the indexes and do only hashsum verification MetaIndexParser->Load(DestFile); QueueIndexes(true); } @@@ -1397,7 -1397,6 +1397,7 @@@ void pkgAcqMetaIndex::QueueIndexes(boo { std::cerr << "Queueing: " << (*Target)->URI << std::endl; std::cerr << "Expected Hash: " << ExpectedIndexHash.toStr() << std::endl; + std::cerr << "For: " << Record->MetaKeyFilename << std::endl; } if (ExpectedIndexHash.empty() == true && (*Target)->IsOptional() == false) {