[MacPorts] #15007: mercurial: missing dependency on py25-bz2
MacPorts
trac at macosforge.org
Sun Apr 13 20:40:17 PDT 2008
#15007: mercurial: missing dependency on py25-bz2
---------------------------------------------------------------------+------
Reporter: uhi1e3b02 at sneakemail.com | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.6.0
Keywords: mercurial bundle python bz2 py25-bz2 missing dependency |
---------------------------------------------------------------------+------
Mercurial fails:
{{{
$ hg bundle -a /tmp/bundle
34 changesets found
abort: could not import module bz2!
$
}}}
Install bz2 component:
{{{
# port install py25-bz2
}}}
Now, mercurial succeeds:
{{{
$ hg bundle -a /tmp/bundle
34 changesets found
$
}}}
{{{port info mercurial}}} shows (only selected lines are shown):
{{{
mercurial 1.0, devel/mercurial (Variants: universal)
Library Dependencies: python25, py25-zlib, py25-hashlib
}}}
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15007>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list