[MacPorts] #58564: KMyMoney installation fails

MacPorts noreply at macports.org
Thu Jun 6 14:57:00 UTC 2019


#58564: KMyMoney installation fails
--------------------------+--------------------
  Reporter:  Romainpetit  |      Owner:  (none)
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.5.4
Resolution:               |   Keywords:
      Port:  kmymoney4    |
--------------------------+--------------------

Comment (by chrstphrchvz):

 Thanks. This looks like the same kind of issue (not necessarily duplicate)
 in #58364:

 {{{
 error: ordered comparison between pointer and zero ('const void *' and
 'int')

    return (list.contains(id) > 0);
            ~~~~~~~~~~~~~~~~~ ^ ~
 }}}

 where the `> 0` needs to be replaced with `!= NULL`.

 This appears to be an upstream issue; the `kmymoney4` port either needs to
 be patched, or updated to a much newer upstream version that hopefully
 resolves this issue.

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


More information about the macports-tickets mailing list