Changes between Initial Version and Version 1 of Ticket #12564, comment 3


Ignore:
Timestamp:
Jan 7, 2016, 3:20:47 PM (9 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12564, comment 3

    initial v1  
    66
    77Also out of curiosity I looked at [http://cgit.haiku-os.org/haiku/tree/src/servers/package/CommitTransactionHandler.cpp?id=8c63feccbb00279f501ac0f79b38f053e65a316d#n1662 ChangePackageActivation] to see what would happen if two packages of the same basename and version number were passed within the `packagesToActivate` argument and the `packagesToDeactivate` argument.. But in that case the code clearly [http://cgit.haiku-os.org/haiku/tree/src/servers/package/CommitTransactionHandler.cpp?id=8c63feccbb00279f501ac0f79b38f053e65a316d#n1623 adds it as activated]. So if anything, this all indicates that the `packagesToActivate` variable does /not/ contain the lnlauncher hpkg I guess
     8
     9EDIT: d'oh, just realized that this is what you were saying: if the activation-file creation got passed the wrong arguments, it means the problem occurs upstream of it, and that's where to orient the debugging efforts, got it