WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mecurial/hg fails on ssl  (Read 1924 times)

Offline clach04

  • Newbie
  • *
  • Posts: 31
mecurial/hg fails on ssl
« on: April 18, 2010, 11:34:03 PM »
thanks  for packaging hg (I have it working, but not as expected)

using tinycore 2.10, installing mecurial installs python 2.5 due to dependency but python 2.5 does not have openssl dependencies defined, get missing ssl errors when running 'hg'.

Installing the python package (2.6) first seems to avoid the problem.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: mecurial/hg fails on ssl
« Reply #1 on: April 19, 2010, 10:43:07 PM »
The dependency for openSSL is on the python2.5 executable. Therefore I guess openssl-0.9.8.tcz should be added to 'python-2.5.2.tcz.dep'

Edit: OTOH, given the fact that there are currently only 2 extensions (i.e. 'dbus_python-2.5.2.tcz' and 'mercurial-1.2.1.tcz') left over that depend on 'python-2.5.2.tcz' I wonder if those should not be (together with 'python-2.5.2-dev.tcz' and python-2.5.2-minimal.tcz') "send into retirement". I guess an upgrade of 'mercurial' to the current v1.5.1 would not go amiss.
« Last Edit: April 19, 2010, 11:10:54 PM by maro »