#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)
Change History (7)
Changed 22 months ago by ChrisBushman (Christopher Bushman)
Attachment: | console_output.rtf added |
---|
comment:1 Changed 22 months ago by jmroot (Joshua Root)
Cc: | neverpanic added; dbevans removed |
---|---|
Owner: | set to dbevans |
Status: | new → assigned |
Summary: | policykit @0.121: Missing configure.ac → policykit @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:2 Changed 22 months ago by neverpanic (Clemens Lang)
comment:3 Changed 22 months ago by neverpanic (Clemens Lang)
Owner: | changed from dbevans to neverpanic |
---|---|
Status: | assigned → accepted |
comment:4 Changed 22 months ago by neverpanic (Clemens Lang)
Cc: | dbevans added; neverpanic removed |
---|
comment:5 Changed 21 months ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:6 Changed 21 months ago by neverpanic (Clemens Lang)
Note: See
TracTickets for help on using
tickets.
Example console output