New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #31294 (new defect)

Opened 20 months ago

Last modified 20 months ago

Conversion of the registry to sqlite format fails if one of the receipt files is not compressed in bz2 format

Reported by: macosx12345@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.0.3
Keywords: Cc:
Port:

Description

After installing MacPorts 2.0, the conversion of the registry to the new sqlite format failed. It turns out this was because the receipt file of an installed and inactive port was not compressed with bzip2: the file was portname/portversion/receipt instead of portname/portversion/receipt.bz2. After compressing the receipt file, the conversion finished successfully.

(I figured this out thanks to the trick in #30611: modifying MacPorts so that the name of each processed port is printed during the conversion.)

Change History

comment:1 Changed 20 months ago by ryandesign@…

  • Component changed from ports to base
Note: See TracTickets for help on using tickets.