[Bug 292200] www/squid

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 Jan 2026 20:29:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292200

--- Comment #3 from Pavel Timofeev <timp87@gmail.com> ---


Seems like this is the root cause
configure:29217: checking for struct arpreq.arp_pa
configure:29217: c++ -std=c++17 -c  -Wall -Wextra -Wno-unused-private-field
-Wno-implicit-fallthrough -Wpointer-arith -Wwrite-strings -Wcomments -Wshadow
-Wmissing-declarations -Woverloaded-virtual  -D_REENTRANT -DBOOL_DEFINED
-isystem /u
sr/local/include conftest.cpp >&5
In file included from conftest.cpp:103:
/usr/include/net/if_arp.h:89:18: error: field has incomplete type 'struct
sockaddr'
   89 |         struct  sockaddr arp_pa;                /* protocol address */
      |                          ^
/usr/include/net/if_arp.h:89:9: note: forward declaration of 'sockaddr'
   89 |         struct  sockaddr arp_pa;                /* protocol address */
      |                 ^
/usr/include/net/if_arp.h:90:18: error: field has incomplete type 'struct
sockaddr'
   90 |         struct  sockaddr arp_ha;                /* hardware address */
      |                          ^
/usr/include/net/if_arp.h:89:9: note: forward declaration of 'sockaddr'
   89 |         struct  sockaddr arp_pa;                /* protocol address */
      |                 ^
2 errors generated.

Once I fix this particular issue I'll review all failed tests in configure

-- 
You are receiving this mail because:
You are the assignee for the bug.