New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15007 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

mercurial: missing dependency on py25-bz2

Reported by: uhi1e3b02@… Owned by: deric@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: mercurial bundle python bz2 py25-bz2 missing dependency Cc:
Port:

Description

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

Change History

Changed 4 years ago by jmr@…

  • owner changed from macports-tickets@… to deric@…
  • milestone set to Port Bugs

Assigning to maintainer.

Changed 4 years ago by deric@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in r36059.

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.