#70118 closed defect (fixed)
openfortivpn needs vdprintf implementation to fix older systems
| Reported by: | barracuda156 | Owned by: | millerdev (Daniel Miller) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.9.3 |
| Keywords: | tiger, leopard, snowleopard | Cc: | |
| Port: | openfortivpn, legacysupport |
Description
We can fix headers checks either directly: https://github.com/adrienverge/openfortivpn/pull/1224
Or simply by adding legacysupport.
However, we still need legacysupport anyway for memmem:
checking for memmem... no configure: error: Required function not found
That done, the build fails further on a missing vdprintf:
CCLD openfortivpn
Undefined symbols:
"_vdprintf", referenced from:
_pinentry_exchange in openfortivpn-userinput.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
I do not have a fix for this. Issue with upstream: https://github.com/adrienverge/openfortivpn/issues/1223
This could be fixed via legacysupport, but implementation should be added into it.
- S. Another ticket mentioning
vdprintfwas #67598
Change History (2)
comment:1 Changed 13 months ago by fhgwright (Fred Wright)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:2 Changed 12 months ago by fhgwright (Fred Wright)
Note: See
TracTickets for help on using
tickets.

In e5cdc7ae6e22afebb2a5df15e7588dfdc2662fd9/macports-ports (master):