Opened 16 years ago

Closed 16 years ago

#14831 closed defect (invalid)

Mercurial install python checksum fail

Reported by: charlesantoined@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: mercurial, python, macports, xcode Cc:
Port:

Description

I've installed latest X-code for OSX 10.4, latest python and mac ports. When I try to install mercurial through terminal, it works until:

---> Configuring expat ---> Building expat with target all ---> Staging expat into destroot ---> Installing expat 2.0.1_0 ---> Activating expat 2.0.1_0 ---> Cleaning expat ---> Fetching libiconv ---> Attempting to fetch libiconv-1.12.tar.gz from http://ftp.gnu.org/gnu/libiconv ---> Verifying checksum(s) for libiconv ---> Extracting libiconv ---> Applying patches to libiconv ---> Configuring libiconv ---> Building libiconv with target all ---> Staging libiconv into destroot ---> Installing libiconv 1.12_0+darwin_8 ---> Activating libiconv 1.12_0+darwin_8 ---> Cleaning libiconv ---> Fetching ncursesw ---> Attempting to fetch ncurses-5.6.tar.gz from http://ftp.gnu.org/gnu/ncurses ---> Verifying checksum(s) for ncursesw ---> Extracting ncursesw ---> Applying patches to ncursesw ---> Configuring ncursesw ---> Building ncursesw with target all

---> Staging ncursesw into destroot ---> Installing ncursesw 5.6_1 ---> Activating ncursesw 5.6_1 ---> Cleaning ncursesw ---> Fetching ncurses ---> Verifying checksum(s) for ncurses ---> Extracting ncurses ---> Applying patches to ncurses ---> Configuring ncurses ---> Building ncurses with target all ---> Staging ncurses into destroot ---> Installing ncurses 5.6_0 ---> Activating ncurses 5.6_0 ---> Cleaning ncurses ---> Fetching gettext ---> Attempting to fetch gettext-0.17.tar.gz from http://ftp.gnu.org/gnu/gettext ---> Verifying checksum(s) for gettext ---> Extracting gettext ---> Applying patches to gettext ---> Configuring gettext ---> Building gettext with target all

---> Staging gettext into destroot ---> Installing gettext 0.17_3 ---> Activating gettext 0.17_3 ---> Cleaning gettext ---> Fetching python24 ---> Attempting to fetch Python-2.4.5.tgz from http://www.python.org/ftp/python/2.4.5/ ---> Verifying checksum(s) for python24 Error: Target org.macports.checksum returned: Could not open file: /opt/local/var/macports/distfiles/python24/Python-2.4.5.tgz Error: The following dependencies failed to build: python24 Error: Status 1 encountered during processing.

When I try again "install mercurial, it jumps directly to ---> Verifying checksum(s) for python24 Error: Target org.macports.checksum returned: Could not open file: /opt/local/var/macports/distfiles/python24/Python-2.4.5.tgz Error: The following dependencies failed to build: python24 Error: Status 1 encountered during processing.

This is the first I try to install a Version control (python, mercurial, Mac ports and X-code. Thank you for your help

Attachments (1)

log.rtf (2.5 KB) - added by charlesantoined@… 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by charlesantoined@…

Attachment: log.rtf added

comment:1 Changed 16 years ago by charlesantoined@…

sorry for the messy explanation, I've added the log in rtf format

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Looks like python wasn't fetched properly -- run sudo port clean --all python24 and try again.

comment:3 Changed 16 years ago by charlesantoined@…

it worked fine, thank you

comment:4 Changed 16 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.