Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#66798 closed defect (fixed)

policykit @0.121: reinplace of nonexistent configure.ac on < 10.6

Reported by: ChrisBushman (Christopher Bushman) Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: dbevans (David B. Evans)
Port: policykit

Description

This port is missing configure.ac, thus the build failes on OS X 10.5.8 PPC. After adding https://raw.githubusercontent.com/wingo/polkit/master/configure.ac to the build directory, policykit builds successfully.

Attachments (1)

console_output.rtf (1.3 KB) - added by ChrisBushman (Christopher Bushman) 15 months ago.
Example console output

Download all attachments as: .zip

Change History (7)

Changed 15 months ago by ChrisBushman (Christopher Bushman)

Attachment: console_output.rtf added

Example console output

comment:1 Changed 15 months ago by jmroot (Joshua Root)

Cc: neverpanic added; dbevans removed
Owner: set to dbevans
Status: newassigned
Summary: policykit @0.121: Missing configure.acpolicykit @0.121: reinplace of nonexistent configure.ac on < 10.6

The build no longer uses autoconf, so surely the correct fix is to either remove the reference to configure.ac, or change it to whatever the relevant file used by meson is if the same change is needed there.

comment:3 Changed 15 months ago by neverpanic (Clemens Lang)

Owner: changed from dbevans to neverpanic
Status: assignedaccepted

comment:4 Changed 15 months ago by neverpanic (Clemens Lang)

Cc: dbevans added; neverpanic removed

comment:5 Changed 15 months ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: acceptedclosed

In 46f9dc8884f214f1ef105becabd59ad2ab8c2b6f/macports-ports (master):

polkit: Clean up old references to configure.ac

Polkit uses meson now, so configure.ac no longer exists.

No revbump because this either built correctly, or not at all.

Closes: #66798

comment:6 Changed 15 months ago by neverpanic (Clemens Lang)

In 46f9dc8884f214f1ef105becabd59ad2ab8c2b6f/macports-ports (master):

polkit: Clean up old references to configure.ac

Polkit uses meson now, so configure.ac no longer exists.

No revbump because this either built correctly, or not at all.

Closes: #66798

Note: See TracTickets for help on using tickets.