Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2006 10:52:23 -0300
From:      "Renato Botelho" <rbgarga@gmail.com>
To:        freebsd-stable@FreeBSD.org
Subject:   libnetgraph doesn't build fine on RELENG_6
Message-ID:  <747dc8f30605020652y7b4c07bby32c5a8155a8479dd@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I've updated my src today using RELENG_6,

when i'm running a buildworld, i got this problem on libnetgraph

=3D=3D=3D> lib/libnetgraph (depend,all,install)
rm -f .depend
CC=3D'/usr/local/libexec/ccache/cc' mkdep -f .depend -a   =20
/usr/src/lib/libnetgraph/sock.c /usr/src/lib/libnetgraph/msg.c
/usr/src/lib/libnetgraph/debug.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe=20
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-uninitialized -c /usr/src/lib/libnetgraph/sock.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe=20
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-uninitialized -c /usr/src/lib/libnetgraph/msg.c
/usr/src/lib/libnetgraph/msg.c: In function `NgDeliverMsg':
/usr/src/lib/libnetgraph/msg.c:236: error: `NGM_HASREPLY' undeclared
(first use in this function)
/usr/src/lib/libnetgraph/msg.c:236: error: (Each undeclared identifier
is reported only once
/usr/src/lib/libnetgraph/msg.c:236: error: for each function it appears in.=
)
*** Error code 1

I ran a

cd /usr/src/includes && make depend all install

and problem was fixed, is this the correct way? If yes, it's supposed
to be documented on UPDATING, isn't it?

Thanks
--
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?747dc8f30605020652y7b4c07bby32c5a8155a8479dd>