[MacPorts] #60936: unbound @1.11.0 does not build on PPC Tiger, Mac OS X 10.4.11, because of error: 'IPV6_TCLASS' undeclared
MacPorts
noreply at macports.org
Fri Oct 16 14:01:14 UTC 2020
#60936: unbound @1.11.0 does not build on PPC Tiger, Mac OS X 10.4.11, because of
error: 'IPV6_TCLASS' undeclared
------------------------+--------------------
Reporter: ballapete | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.3
Resolution: | Keywords: tiger
Port: unbound |
------------------------+--------------------
Comment (by iefdev):
I tried building using the same compilers and they built, so I guess it's
not that.
I don't know if this is related, but this differed from my log:
{{{
:info:configure checking for -force_load linker flag... ld: unknown
option: -force_load
:info:configure no
}}}
—
On my system: `IPV6_TCLASS` is in `<netinet6/in6.h>` if that helps.
{{{
#!c lineno=428
/* APPLE: NOTE the value of those 2 options is kept unchanged from
* previous version of darwin/OS X for binary compatibility reasons
* and differ from FreeBSD (values 57 and 61). See below.
*/
#define IPV6_RECVTCLASS 35 /* bool; recv traffic class values */
#define IPV6_TCLASS 36 /* int; send traffic class value */
}}}
It's not in
[https://opensource.apple.com/source/xnu/xnu-1228.15.4/bsd/netinet6/in6.h.auto.html
netinet6/in6.h.auto.html] //(via [https://opensource.apple.com/release
/mac-os-x-1058.html 10.5.8])
Perhaps it renamed, moved or somewhere else?
--
Ticket URL: <https://trac.macports.org/ticket/60936#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list