Weird thing is I left it running this time and it eventually installed all the packages! What I meant by the paths error is this: <snip> Error: Target com.apple.checksum returned: Could not open file:
/opt/local/var/db/dports/distfiles/librsvg/librsvg/librsvg/librsvg/librsvg/librsvg/librsvg/librsvg-2.16.1.tar.bz2
</snip> You see how after /opt/local/var/db/dports/distfiles/ the packages that I mentioned having path issues were listed with their name repeated more than three times and I now think that behavior only happens when it reports not being able to open a file because maybe it needs a few ports to satisfy a few dependencies first and I think now that is why it couldn't ..wouldn't open the file. Because my port tree is all good now. I ran sudo port -v sync && sudo port -v selfupdate && sudo port -v upgrade installed and seems fixed on the path issue. I think because I am new to Macports, I didn't know how to interpret the the errors. I now think after checksum of the package, it will not port until it satisfies all dependencies first, and then it will port the package once all dependencies are met. I come to this conclusion all had errors of updating right after a checksum, but the first group had me thinking there was something wrong when it output the path to the port the way it did. Is this correct? Thank you for your prompt reply. -Altoine Ryan Schmidt wrote:
On Jan 27, 2007, at 03:24, Altoine Barker wrote:
While I am searching for the source of the problem to why my ports of a few packages were failing; librsvg, gnome-icon-theme, gnome-theme, gnome-speech, gtksourceview, and gnome-user-docs.
Those packages seem to be clearly the cause of a path or improperly coded function involving the path because of what I have output when I run "sudo port -v update && sudo port -v upgrade installed:
<snip> ---> Verifying checksum(s) for gnome-icon-theme ---> Checksumming gnome-icon-theme-2.16.1.tar.bz2 Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/gnome-icon-theme/gnome-icon-theme/gnome-icon-theme/gnome-icon-theme/gnome-icon-theme/gnome-icon-theme/gnome-icon-theme/gnome-icon-theme/gnome-icon-theme/gnome-icon-theme-2.16.1.tar.bz2
Warning: the following items did not execute (for gnome-icon-theme): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1 ---> Verifying checksum(s) for librsvg ---> Checksumming librsvg-2.16.1.tar.bz2 Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/librsvg/librsvg/librsvg/librsvg/librsvg/librsvg/librsvg/librsvg-2.16.1.tar.bz2
Warning: the following items did not execute (for librsvg): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1 ---> Verifying checksum(s) for gnome-themes ---> Checksumming gnome-themes-2.16.2.tar.bz2 Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/gnome-themes/gnome-themes/gnome-themes/gnome-themes/gnome-themes/gnome-themes/gnome-themes-2.16.2.tar.bz2
Warning: the following items did not execute (for gnome-themes): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1 ---> Verifying checksum(s) for gnome-speech ---> Checksumming gnome-speech-0.4.8.tar.bz2 Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/gnome-speech/gnome-speech/gnome-speech/gnome-speech/gnome-speech/gnome-speech-0.4.8.tar.bz2
Warning: the following items did not execute (for gnome-speech): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1 </snip>
Uhhhhh........... very very weird.
Are /opt/local/var/db/dports/distfiles/gnome-icon-theme and the other similar directories weird in some way, such as...... I don't know, symlinks to themselves? I'd recommend manually deleting /opt/local/var/db/dports/distfiles/gnome-icon-theme and the other similar directories, then trying again.
These packages; mhash, ncurses, Finance-Quote, and p5-finance-quote seem to fail because of their checksum:
<snip> ---> Verifying checksum(s) for p5-finance-quote ---> Checksumming Finance-Quote-1.13.tar.gz Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/perl5/perl5/Finance-Quote-1.13.tar.gz Warning: the following items did not execute (for p5-finance-quote): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1 ---> Verifying checksum(s) for ncurses ---> Checksumming ncurses-5.6.tar.gz Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/ncurses/ncurses-5.6.tar.gz Warning: the following items did not execute (for ncurses): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1
---> Verifying checksum(s) for ncursesw ---> Checksumming ncurses-5.6.tar.gz Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/ncurses/ncurses-5.6.tar.gz Warning: the following items did not execute (for ncursesw): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1 ---> Verifying checksum(s) for mhash ---> Checksumming mhash-0.9.7.1.tar.bz2 Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/mhash/mhash-0.9.7.1.tar.bz2 Warning: the following items did not execute (for mhash): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1 </snip>
Well, it doesn't say it failed checksum validation; it says it could not open the archive files. Why? Do those files exist? If so, can you open them? Are they complete archives? Can you decompress them? If all else fails, delete the affected directories and try again.