Changes between Initial Version and Version 1 of Ticket #34482, comment 22


Ignore:
Timestamp:
Sep 29, 2012, 11:19:52 PM (12 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34482, comment 22

    initial v1  
    88The key here was that I was uninstalling one of the ports that were previously listed in the outdated list simultaneously in a different shell (which fixed itself automatically once the uninstall was complete). I'm thus assuming that everybody who saw this issue (permanently) somehow interrupted an uninstall process.
    99
    10 The correct fix for the problem would be to wrap the uninstall process in a transaction, so that both concurrently running instances of port and the database disk will either see the changes completely, or not at all.
     10The correct fix for the problem would be to wrap the uninstall process in a transaction, so that both concurrently running instances of port and the database on disk will either see/have the changes completely, or not at all.