From owner-freebsd-stable@FreeBSD.ORG Tue May 2 13:52:25 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F16D16A404 for ; Tue, 2 May 2006 13:52:25 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05C743D55 for ; Tue, 2 May 2006 13:52:24 +0000 (GMT) (envelope-from rbgarga@gmail.com) Received: by nz-out-0102.google.com with SMTP id i1so2643815nzh for ; Tue, 02 May 2006 06:52:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=guccHiv9PS3VQKOs1Ddgm00pIQkWcLsB1H8AobMdnCTeU8xwORUYLXNBDc+rQzHLolzF5FsXOOSzkbuOM0nu+bYAkRIqjwolln0UL3HMjsNCvJ8ER1Mq0Nc6j4dNCdU6X+TC2IqmwBiC2Pmp0WSKIX67JFfwEkSrYPPUcWFS45U= Received: by 10.36.48.5 with SMTP id v5mr1133577nzv; Tue, 02 May 2006 06:52:23 -0700 (PDT) Received: by 10.37.14.22 with HTTP; Tue, 2 May 2006 06:52:23 -0700 (PDT) Message-ID: <747dc8f30605020652y7b4c07bby32c5a8155a8479dd@mail.gmail.com> Date: Tue, 2 May 2006 10:52:23 -0300 From: "Renato Botelho" To: freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: libnetgraph doesn't build fine on RELENG_6 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 13:52:25 -0000 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