Thanks for the tips. Ran commands as shown and still same issue. Ran everything with debugging and verbosity on, extract shown below to reduce line noise.
Looked into /usr/local/etc/macports and can see that I can add a repo or two in the sources.list. Prepared to do this if required. ==== extract ==== # this looks fine and ran with no errors sudo port selfupdate ---> Updating the ports tree ---> Updating MacPorts base sources using rsync MacPorts base version 1.8.2 installed, MacPorts base version 1.8.2 downloaded. ---> MacPorts base is already the latest version The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated # this looks fine too sudo port upgrade outdated ---> Computing dependencies for m4 ---> Fetching m4 ---> Attempting to fetch m4-1.4.14.tar.bz2 from http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/m4 ---> Verifying checksum(s) for m4 ---> Extracting m4 ---> Configuring m4 ---> Building m4 ---> Staging m4 into destroot ---> Deactivating m4 @1.4.13_0 ---> Computing dependencies for m4 ---> Installing m4 @1.4.14_0 ---> Activating m4 @1.4.14_0 ---> Cleaning m4 ---> Computing dependencies for unrar ---> Fetching unrar ---> Attempting to fetch unrarsrc-3.9.10.tar.gz from http://lil.fr.distfiles.macports.org/unrar ---> Verifying checksum(s) for unrar ---> Extracting unrar ---> Configuring unrar ---> Building unrar ---> Staging unrar into destroot ---> Deactivating unrar @3.9.9_0 ---> Computing dependencies for unrar ---> Installing unrar @3.9.10_0 ---> Activating unrar @3.9.10_0 ---> Cleaning unrar # attempt to clean and install sudo port clean wget ---> Cleaning wget sudo port -d install wget DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/wget DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/wget DEBUG: OS Platform: darwin DEBUG: OS Version: 10.2.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provi\ ded DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/munivers\ al-1.0.tcl DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1\ .0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port wget. DEBUG: Requested variant i386 is not provided by port wget. DEBUG: Requested variant macosx is not provided by port wget. ... DEBUG: Found Dependency: receipt exists for pkgconfig DEBUG: Executing org.macports.main (wget) ---> Fetching wget DEBUG: Executing org.macports.fetch (wget) ---> Verifying checksum(s) for wget DEBUG: Executing org.macports.checksum (wget) ---> Checksumming wget-1.12.tar.gz Error: Checksum (md5) mismatch for wget-1.12.tar.gz Portfile checksum: wget-1.12.tar.gz md5 141461b9c04e454dc8933c9d1f2abf83 Distfile checksum: wget-1.12.tar.gz md5 5564057108b14087262d9e5d7561300e Error: Checksum (sha1) mismatch for wget-1.12.tar.gz Portfile checksum: wget-1.12.tar.gz sha1 50d4ed2441e67db7aa5061d8a4dde41ee0e94248 Distfile checksum: wget-1.12.tar.gz sha1 50e76811aa248a2e22dfff890c9a4c0e76bb344b Error: Checksum (rmd160) mismatch for wget-1.12.tar.gz Portfile checksum: wget-1.12.tar.gz rmd160 232d0aa6fb36731c162d2b7374aa9ab59e671b7d Distfile checksum: wget-1.12.tar.gz rmd160 3039244639db66fe23084ece7807ac7e10d9c54e The correct checksum line may be: checksums md5 5564057108b14087262d9e5d7561300e \ sha1 50e76811aa248a2e22dfff890c9a4c0e76bb344b \ rmd160 3039244639db66fe23084ece7807ac7e10d9c54e Error: Target org.macports.checksum returned: Unable to verify file checksums DEBUG: Backtrace: Unable to verify file checksums while executing "$procedure $targetname" Warning: the following items did not execute (for wget): org.macports.activate org.macports.extract org.macports.checksum \ org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> On 15/03/2010 14:37, Russell Jones wrote: > Try > sudo port selfupdate > sudo port clean wget > sudo port install wget > > If that fails, try > sudo port clean wget > sudo port -d install wget _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
