Opened 5 years ago
Closed 3 years ago
#58549 closed defect (fixed)
fragroute @1.2: error: conflicting types for 'pcap_open'
Reported by: | floodsec (Flood) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | YKPCLN | |
Port: | fragroute |
Description
Build fails with: "Error: Failed to build fragroute: command execution failed".
The ticket is for 'fragroute' and not 'fragrouter'.
There is no current maintainer listed and main.log is attached.
Build attempted with: Mojave 10.14.5 Xcode 10.2.1
Attachments (1)
Change History (5)
Changed 5 years ago by floodsec (Flood)
comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | fragroute @1.2: fails to build → fragroute @1.2: error: conflicting types for 'pcap_open' |
---|
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | YKPCLN added |
---|
Has duplicate #63766.
comment:3 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
I can only assume (and other package managers say this as well) that fragroute's pcap_open
is unrelated to and predates libpcap's own pcap_open
and that we should rename fragroute's.
I am reminded of #62950 in which we had to rename a project's pcap_init
function to avoid a conflict with a pcap_init
that appeared in a newer version of libpcap.
comment:4 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The actual error in the log is: