Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#27363 closed defect (invalid)

Checksum error in makeicns

Reported by: to@… Owned by: mkae (Marko Käning)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: pixilla (Bradley Giesbrecht), ryandesign (Ryan Carsten Schmidt)
Port: makeicns

Description

Hi..

I tried to install and has checksum erro. I searched in trac and find the ticket #26760.
But the clean commands doesn't work for me...

sudo port -v install makeicns
--->  Verifying checksum(s) for makeicns
--->  Checksumming 1.4.tar.bz2
Error: Checksum (md5) mismatch for 1.4.tar.bz2
Portfile checksum: 1.4.tar.bz2 md5 37cc153f69b60625a03c322bd3bafef8
Distfile checksum: 1.4.tar.bz2 md5 a43f82610086490b13cc51a0650596ac
Error: Checksum (sha1) mismatch for 1.4.tar.bz2
Portfile checksum: 1.4.tar.bz2 sha1 592c2c17fb3ad6f7b480878a2c5764953b69c125
Distfile checksum: 1.4.tar.bz2 sha1 ac9807dd453ac81df2c45c095c260226fda0997b
Error: Checksum (rmd160) mismatch for 1.4.tar.bz2
Portfile checksum: 1.4.tar.bz2 rmd160 ccdfb493b63f19d508d3ef18aaad67b12c9eda70
Distfile checksum: 1.4.tar.bz2 rmd160 d382a75fce7ce3465ad7c5275e94b281561fdc1d
The correct checksum line may be:
checksums           md5     a43f82610086490b13cc51a0650596ac \
                    sha1    ac9807dd453ac81df2c45c095c260226fda0997b \
                    rmd160  d382a75fce7ce3465ad7c5275e94b281561fdc1d
Error: Target org.macports.checksum returned: Unable to verify file checksums
Warning: the following items did not execute (for makeicns): org.macports.activate org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Log for makeicns is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_makeicns/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Change History (4)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: brad@… ryandesign@… added
Owner: changed from macports-tickets@… to mk-macports@…

As you saw in #26760, you need to Cc the port's maintainers, and as per the FAQ, you need to indicate which mirror your file was downloaded from.

comment:2 Changed 13 years ago by to@…

Now worked...
I did:

sudo port selfupdate
sudo port clean --all makeicns
sudo port install makeicns


Thanks a lot!!!

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

Glad you got it working.

comment:4 Changed 13 years ago by mkae (Marko Käning)

Sorry, this happened because I did (back then) a stealth upgrade, as described in the FAQ.

I guess already

sudo port clean --dist makeicns

should have done the job.

Note: See TracTickets for help on using tickets.