Issue1218

Title Problems while installing Mercurial 1.0.1 for OS X 10.4 on mac osx 10.4
Priority critical Status resolved
Superseder Nosy List alendo, broadcastbenny, lcantey, tonfa
Assigned To Topics

Created on 2008-07-08.15:51:26 by alendo, last changed 2008-09-28.18:15:12 by tonfa.

Messages
msg7245 (view) Author: tonfa Date: 2008-09-28.18:15:12
resolving this
msg7241 (view) Author: broadcastbenny Date: 2008-09-26.17:11:29
It worked!
Had to put /usr/local/bin
to my PATH.
That was missing.
msg7240 (view) Author: broadcastbenny Date: 2008-09-26.16:37:38
Yes I followed the instruction step by step.
/Library/Frameworks/Python.framework/Versions/Current/bin/
is in my path
msg7237 (view) Author: tonfa Date: 2008-09-26.11:25:07
Ok, it looks like a problem in the binary package. I'm putting lcantey in the
nosy list since I think he manages them.

Did you follow the instructions from the website ?

"""
After you install (OS X 10.4 and earlier)

This package installs the hg executable in
/Library/Frameworks/Python.framework/Versions/Current/bin. This directory may
not be in your shell's search path. The MacPython installer will have created an
entry in .profile for it but if your shell doesn't use .profile you'll need
configure it yourself or create a symlink from a directory already in your path.
"""
msg7233 (view) Author: broadcastbenny Date: 2008-09-26.06:48:47
Installed the following Packages

- Python 2.5.2 for Macintosh OS X 
(http://www.python.org/ftp/python/2.5.2/python-2.5.2-macosx.dmg)

- Mercurial 1.0.2 for OS X 10.4 (2008-08-13: Version 1.0.2 - Release version; http://mercurial.berkwood.com/binaries/Mercurial-1.0.2-py2.5-macosx10.4.zip)

Unpack, doppleclickinstall, no modifications.

Success message of python checked with python -V (Version 2.5.2 approved)

Success message of hg shows -bash: hg: command not found

Search for hg with "which hg" shows

no hg in /Library/Frameworks/Python.framework/Versions/Current/bin 
/Applications/MAMP/bin/php5/bin /Applications/MAMP/bin /bin /sbin /usr/bin 
/usr/sbin

Second try to install hg shows only Update runing, after success message same 
error.
msg7208 (view) Author: tonfa Date: 2008-09-24.23:08:36
Can you explain how you install hg (using which installer, etc) ?
msg7207 (view) Author: broadcastbenny Date: 2008-09-24.22:07:07
Same error spotted:

Tried to install mercurial on Intel IMac MacOs X 10.4.11 (German).
After Success message of Installer, I try to run hg version and get the same 
error message.

If you tell me what specific output you need, i can look for it.

thanks
msg7106 (view) Author: tonfa Date: 2008-09-13.08:30:50
Could you paste the output from the mercurial installatin ?
msg6486 (view) Author: alendo Date: 2008-07-08.15:51:24
I installed python (if I try python -V it says "Python 2.5.2") I installed
mercurial (if I try echo $PATH it says
"/Library/Frameworks/Python.framework/Versions/Current/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/jikes-1.22/src:/usr/local/apache-ant-1.7.0/bin")
but if I try hg version (as the manual suggests to verify the installation) it
says "-bash: hg: command not found". I installed Mercurial 1.0.1 for OS X 10.4
and in /Library/Frameworks/Python.framework/Versions/Current/bin I don't find hg
executable. What is the problem? thanks
History
Date User Action Args
2008-09-28 18:15:12tonfasetstatus: chatting -> resolved
messages: + msg7245
2008-09-26 17:11:30broadcastbennysetmessages: + msg7241
2008-09-26 16:37:38broadcastbennysetmessages: + msg7240
2008-09-26 11:25:18tonfasetnosy: + lcantey
2008-09-26 11:25:08tonfasetmessages: + msg7237
2008-09-26 06:48:52broadcastbennysetmessages: + msg7233
2008-09-24 23:08:37tonfasetmessages: + msg7208
2008-09-24 22:07:07broadcastbennysetnosy: + broadcastbenny
messages: + msg7207
2008-09-13 08:30:50tonfasetstatus: unread -> chatting
nosy: + tonfa
messages: + msg7106
2008-07-10 09:50:42alendosetpriority: urgent -> critical
2008-07-10 09:50:27alendosettitle: installing Mercurial 1.0.1 for OS X 10.4 on mac osx 10.4 -> Problems while installing Mercurial 1.0.1 for OS X 10.4 on mac osx 10.4
2008-07-08 15:51:27alendocreate