[Bug 288024] net-mgmt/ng_ipacct fails to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 05 Jul 2025 13:08:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288024

            Bug ID: 288024
           Summary: net-mgmt/ng_ipacct fails to build
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: vsevolod@FreeBSD.org
          Reporter: xavier@groumpf.org
          Assignee: vsevolod@FreeBSD.org
             Flags: maintainer-feedback?(vsevolod@FreeBSD.org)

Created attachment 261887
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=261887&action=edit
full build log

Hi, look at 
https://lists.freebsd.org/archives/freebsd-pkg-fallout/2025-February/731487.html
I'm it with the very same problem

ng_ipacct.c:987:57: error: too few arguments to function call, expected 6, have
5
  987 |                 pcb = in_pcblookup_local(pcbinfo, ina, port, 1,
NOCRED);
      |                       ~~~~~~~~~~~~~~~~~~                              ^
/usr/src/sys/netinet/in_pcb_var.h:58:15: note: 'in_pcblookup_local' declared
here
   58 | struct inpcb *in_pcblookup_local(struct inpcbinfo *, struct in_addr,
u_short,
      |               ^                 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   59 |             int, int, struct ucred *);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

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