Opened 7 years ago
Closed 7 years ago
#55438 closed defect (fixed)
curl port opportunistically links against brotli
Reported by: | francoisbecker (François Becker) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | curl |
Description (last modified by neverpanic (Clemens Lang))
The curl port opportunistically links against brotli whereas brotli isn't declared as a dependency of the curl port. This is an issue for example with curl+universal whereas brotli-universal is installed (port fails to install)
Suggestion: curl should either never use brotli (e.g. by passing --disable-brotli), or declare a dependency on it.
Change History (3)
comment:1 Changed 7 years ago by neverpanic (Clemens Lang)
Description: | modified (diff) |
---|---|
Owner: | set to ryandesign |
Status: | new → assigned |
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | assigned → accepted |
---|
brotli builds with cmake. cmake links with curl. So we cannot make brotli a dependency of curl because that would cause a circular dependency and MacPorts doesn't support that.
comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
This results in the following failure on installation: