[MacPorts] #61154: Error: port deactivate failed: this entry does not own the given file

MacPorts noreply at macports.org
Sun Apr 11 19:08:54 UTC 2021


#61154: Error: port deactivate failed: this entry does not own the given file
-------------------------+--------------------
  Reporter:  ryandesign  |      Owner:  jmroot
      Type:  defect      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  base        |    Version:  2.6.3
Resolution:  fixed       |   Keywords:
      Port:              |
-------------------------+--------------------
Changes (by jmroot):

 * owner:  (none) => jmroot
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"5779dbc66da9acb3e77df1ef1996772a925dd928/macports-base"
 5779dbc66da9acb3e77df1ef1996772a925dd928/macports-base] (master):
 {{{
 #!ConfigurableCommitTicketReference repository="macports-base"
 revision="5779dbc66da9acb3e77df1ef1996772a925dd928"
 Enable fullfsync and WAL (if possible) for registry

 Using fullfsync should make the registry much less likely to experience
 corruption in scenarios like writing to it when power fails.
 Write-ahead logging (WAL) should reduce the window in which syncing
 needs to occur, hopefully improving reliability further as well as
 improving performance. However, WAL is only practical for us to use
 with SQLite versions 3.22.0 and newer, because older versions didn't
 allow read-only access to the database, which would mean commands like
 'port installed' run with normal privileges would not work with a
 root-owned installation.

 Closes: https://trac.macports.org/ticket/61154
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/61154#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list