force a realpath call for complaints about digest files; better resolution is resetti...
authorBrian Harring <ferringb@gentoo.org>
Thu, 5 Jan 2006 07:09:38 +0000 (07:09 -0000)
committerBrian Harring <ferringb@gentoo.org>
Thu, 5 Jan 2006 07:09:38 +0000 (07:09 -0000)
to break the beast up or decorate it), but this resolves 117264 in the meantime.

svn path=/main/trunk/; revision=2529

pym/portage.py

index 6105e0810f117adadf210e386d24816d31c9464a..155d079689dfe297d58191de2f1a4436c5b06a34 100644 (file)
@@ -2291,7 +2291,7 @@ def digestCheckFiles(myfiles, mydigests, basedir, note="", strict=0):
                if not ok:
                        print
                        print red("!!! Digest verification Failed:")
-                       print red("!!!")+"    "+str(myfile)
+                       print red("!!!")+"    "+str(os.path.realpath(myfile))
                        print red("!!! Reason: ")+reason[0]
                        print red("!!! Got:      ")+str(reason[1])
                        print red("!!! Expected: ")+str(reason[2])