Issue1905

Title Mercurial refuses to install on OSX 10.5.8
Priority urgent Status chatting
Superseder Nosy List karl, lcantey, mattrussell, pmezard
Assigned To Topics

Created on 2009-11-11.10:47:23 by karl, last changed 2010-01-29.19:08:09 by mattrussell.

Messages
msg10984 (view) Author: lcantey Date: 2009-11-16.04:06:58
Hi Karl, looks like you figured out it was the wrong version.  I'll look into 
making an explicit check in the installer and work with the website people to 
see if we can clean that up.
msg10983 (view) Author: pmezard Date: 2009-11-15.20:03:42
Adding lcantey to nosy list
msg10982 (view) Author: karl Date: 2009-11-15.19:05:51
It turned out I had the version intended for osx 10.6 and I am running 10.5.8.

The installer should probably check the OS version and give a clear error
message, as the current operation is misleading and frustrating.

It gets especially frustrating since the Mercurial front page has one of
those "Download now" links that one would associate with easy, user
friendly, and trouble-free installation the likes of such as Skype or Firefox.
msg10981 (view) Author: pmezard Date: 2009-11-15.17:38:16
What URL does your package come from?
msg10945 (view) Author: karl Date: 2009-11-11.10:47:23
I downloaded mercurial by selecting the "download now" link from the main
mercurial page.  It said I need Python 2.4, so I followed the link.

I downloaded and installed Python 2.6.4 from www.python.org/download.

When I ran the mercurial installer, it complained:

---
You cannot install mercurial 1.3.1 on this volume.
mercurial requires Apple Python 2.6 to install.
---

I've already installed Python 2.6, but mercurial still refuses to install.
History
Date User Action Args
2010-03-16 00:08:35tonfalinkissue2094 superseder
2010-01-29 19:08:09mattrussellsetnosy: + mattrussell
2009-11-16 04:06:58lcanteysetnosy: lcantey, pmezard, karl
messages: + msg10984
2009-11-15 20:03:42pmezardsetnosy: + lcantey
messages: + msg10983
2009-11-15 19:05:51karlsetpriority: critical -> urgent
nosy: pmezard, karl
messages: + msg10982
2009-11-15 17:38:16pmezardsetstatus: unread -> chatting
nosy: + pmezard
messages: + msg10981
2009-11-11 10:47:23karlcreate