Opened 13 years ago
Closed 11 years ago
#31294 closed defect (wontfix)
Conversion of the registry to sqlite format fails if one of the receipt files is not compressed in bz2 format
Reported by: | someuser12 | 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 ofportname/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 (2)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Component: | ports → base |
---|
comment:2 Changed 11 years ago by jmroot (Joshua Root)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Seems unlikely that problems with the flat registry code will ever be fixed at this point.