Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#49990 closed defect (fixed)

The Debug key is no longer respected. Please remove it.

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.3.99
Keywords: Cc: kurthindenburg (Kurt Hindenburg)
Port:

Description

portstartupitem.tcl puts

<key>Debug</key><false/>

into launchd plists. On Yosemite and later, loading such a plist produces this message from the OS:

The Debug key is no longer respected. Please remove it.

We should either unconditionally remove this key, or else if it serves a purpose on older systems, conditionally insert it on those older systems.

Change History (3)

comment:1 Changed 7 years ago by Kurt Hindenburg <kurt.hindenburg@…>

Resolution: fixed
Status: newclosed

In cedb21a/macports-base:

Remove Debug from startupitem plists

The Debug key is no longer respected. Please remove it.

closes #49990

comment:2 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Cc: kurthindenburg added

comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

In 041aa92b/macports-ports:

rabbitmq-server: Fix build failure with newer MacPorts base

Consequence of fixing #49990

Note: See TracTickets for help on using tickets.