Opened 15 years ago
Closed 15 years ago
#20019 closed defect (fixed)
Cannot fetch atari800
Reported by: | mf2k (Frank Schima) | Owned by: | krischik@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | atari800 |
Description
$ sudo port install atari800 ---> Computing dependencies for atari800 ---> Fetching atari800 Error: No defined site for tag: prog, using master_sites Error: No defined site for tag: prog, using master_sites Error: No defined site for tag: prog, using master_sites ---> Attempting to fetch atari800-2.1.0.tar.gz from http://distfiles.macports.org/atari800 ---> Attempting to fetch atari800-2.1.0.tar.gz from http://superb-west.dl.sourceforge.net/prog ---> Attempting to fetch atari800-appbundles-r52646.tar.gz from http://distfiles.macports.org/atari800 ---> Attempting to fetch atari800-appbundles-r52646.tar.gz from http://arn.se.distfiles.macports.org/atari800 ---> Attempting to fetch atari800-appbundles-r52646.tar.gz from http://trd.no.distfiles.macports.org/atari800 ---> Attempting to fetch atari800-appbundles-r52646.tar.gz from http://svn.macports.org/repository/macports/distfiles/atari800 Error: No defined site for tag: prog, using master_sites ---> Attempting to fetch xf25.zip from http://distfiles.macports.org/atari800 ---> Verifying checksum(s) for atari800 Error: Checksum (md5) mismatch for atari800-2.1.0.tar.gz Error: Checksum (sha1) mismatch for atari800-2.1.0.tar.gz Error: Checksum (rmd160) mismatch for atari800-2.1.0.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by krischik@…
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
Martin, you haven't tested the issue being reported; you still have the distfiles on your computer so MacPorts did not attempt to download them again. If you want to test that, use "sudo port clean --all atari800". I see the issue too and will attach a fix.
I still see a checksum error, though. The file I received is a valid .tar.gz archive so maybe the checksums in the portfile really are wrong?
---> Verifying checksum(s) for atari800 DEBUG: Executing org.macports.checksum (atari800) ---> Checksumming atari800-2.1.0.tar.gz Error: Checksum (md5) mismatch for atari800-2.1.0.tar.gz Portfile checksum: atari800-2.1.0.tar.gz md5 bf76fcb62100f66f7d3b6a9776dbc1e9 Distfile checksum: atari800-2.1.0.tar.gz md5 53fdbaad6cb7752fb35895c6375ac9a7 Error: Checksum (sha1) mismatch for atari800-2.1.0.tar.gz Portfile checksum: atari800-2.1.0.tar.gz sha1 d1483e549bfa35aa4caefccfd6d66a5dc653220a Distfile checksum: atari800-2.1.0.tar.gz sha1 3888ad49718bb5e1232fb544375bb635654b5ca5 Error: Checksum (rmd160) mismatch for atari800-2.1.0.tar.gz Portfile checksum: atari800-2.1.0.tar.gz rmd160 8d23c0139ff9c30ba22aa5d639aeed6371474f76 Distfile checksum: atari800-2.1.0.tar.gz rmd160 c793855b27843975fcf04fea47c49499909b49ee ---> Checksumming atari800-appbundles-r52646.tar.gz DEBUG: Correct (md5) checksum for atari800-appbundles-r52646.tar.gz DEBUG: Correct (sha1) checksum for atari800-appbundles-r52646.tar.gz DEBUG: Correct (rmd160) checksum for atari800-appbundles-r52646.tar.gz ---> Checksumming xf25.zip DEBUG: Correct (md5) checksum for xf25.zip DEBUG: Correct (sha1) checksum for xf25.zip DEBUG: Correct (rmd160) checksum for xf25.zip The correct checksum line may be: checksums atari800-2.1.0.tar.gz \ md5 53fdbaad6cb7752fb35895c6375ac9a7 \ sha1 3888ad49718bb5e1232fb544375bb635654b5ca5 \ rmd160 c793855b27843975fcf04fea47c49499909b49ee \ atari800-appbundles-r52646.tar.gz \ md5 f8fa3d56eece44c65dfdc659e3a669d6 \ sha1 b22b35b1300e3a729cb0a6dd84df3bfdb67baf20 \ rmd160 2f4ac42d6cb69b91cae66f6cc56fca4e83865d4c \ xf25.zip \ md5 4dc3b6b4313e9596c4d474785a37b94d \ sha1 e65923fd3a4845c1c72d1677db0fda969187eb42 \ rmd160 e3960898223dd4d1b9a9cc5cfb1251bd726ea5a7 Error: Target org.macports.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for atari800): org.macports.checksum Error: Status 1 encountered during processing.
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | atari800.diff added |
---|
comment:3 Changed 15 years ago by krischik@…
Thanks ryan for for pointing out --all. Now I get: 5
/Volumes/Work/macports Darwin martin@macpro So Jun 21 10:17:27 standart 0 >la /opt/local/var/macports/distfiles/atari800 insgesamt 600K drwxr-xr-x 5 root admin 170 21. Jun 10:17 ./ drwxr-xr-x 48 root admin 1,6K 21. Jun 10:17 ../ -rw-r--r-- 1 root admin 12K 21. Jun 10:17 atari800-2.1.0.tar.gz -rw-r--r-- 1 root admin 575K 21. Jun 10:17 atari800-appbundles-r52646.tar.gz -rw-r--r-- 1 root admin 12K 21. Jun 10:17 xf25.zip /Volumes/Work/macports Darwin martin@macpro So Jun 21 10:17:47 standart 0 >
Both files from sourceforge are only 12k which is wrong. I try out your diff ASAP and come back then.
Martin
comment:4 Changed 15 years ago by krischik@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Now that is strange as it works without trouble here:
However I did have problems with sourceforge today - the files downloaded where only 12k in size - far to small of course. So please check the files.
Martin