From owner-freebsd-current@FreeBSD.ORG Tue Sep 7 14:04:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E02316A4CE; Tue, 7 Sep 2004 14:04:29 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E7A43D41; Tue, 7 Sep 2004 14:04:28 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i87E4EwV092840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Sep 2004 17:04:15 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i87E4GpZ003259; Tue, 7 Sep 2004 17:04:16 +0300 (EEST) (envelope-from ru) Date: Tue, 7 Sep 2004 17:04:10 +0300 From: Ruslan Ermilov To: Matthias Andree Message-ID: <20040907140410.GA89333@ip.net.ua> References: <20040906212136.GA89540@cell.sick.ru> <20040907080440.GA52109@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: Gleb Smirnoff cc: freebsd-current@freebsd.org Subject: Re: BETA3 showstoppers (read: critical bugs) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 14:04:29 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 07, 2004 at 01:11:24PM +0200, Matthias Andree wrote: > Ruslan Ermilov writes: >=20 > > You updated sources, recompiled your kernel, recompiled your world with > > -DNOCLEAN and it didn't update Netgraph-related utils? I can hardly > > believe that... The header has changed, so all utils should have > > been recompiled (if of course you recompiled them through buildworld). >=20 > Indeed, I did things for the -BETA3 update the usual way: >=20 > # build user-space > cd /usr/src > make -DNOCLEAN buildworld > # build kernel-space > cd /sys/i386/conf > config MA5 > cd ../compile/MA5 > make depend > make > # install everything > make install > cd /usr/src > make installworld > # update configuration > mergemaster -i > # get kernel > reboot >=20 > I know the official way is to reboot into the new kernel before the > installworld, but the reboot and installworld together should have fixed > the problem anyways. >=20 > Running "make clean all install" in the ngctl, nghook and ppp > directories fixed the problems I was seeing. >=20 I checked the contents of .depend files for the said utilities, and all of them contain dependencies on ng_message.h (the one that was changed). I don't know what happened in your case, but everything looks correct. Here's what I did: 1. A clean buildworld (with an empty /usr/obj). 2. touch(1) src/sys/netgraph/ng_message.h. 3. A -DNOCLEAN buildworld. And here's the complete list of things that were rebuilt as a result: =3D=3D=3D> lib/libnetgraph =3D=3D=3D> lib/libbsnmp/modules/snmp_atm =3D=3D=3D> lib/libbsnmp/modules/snmp_netgraph =3D=3D=3D> libexec/pppoed =3D=3D=3D> rescue/ (atmconfig) =3D=3D=3D> sbin/atm/atmconfig =3D=3D=3D> usr.bin/atm/sscop =3D=3D=3D> usr.bin/kdump (this one is getting always rebuilt with -DNOCLEAN) =3D=3D=3D> usr.bin/netstat =3D=3D=3D> usr.bin/truss (this one is getting always rebuilt with -DNOCLEAN) =3D=3D=3D> usr.sbin/bluetooth/bcmfw =3D=3D=3D> usr.sbin/bluetooth/bt3cfw =3D=3D=3D> usr.sbin/bluetooth/hcseriald =3D=3D=3D> usr.sbin/ngctl =3D=3D=3D> usr.sbin/nghook =3D=3D=3D> usr.sbin/ppp Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBPb/aqRfpzJluFF4RAp/5AJ9vPerL3bv6fjTQUlnWy0d0n9KpLwCfRGia dnUho2wWrPc70RHnwIuXK24= =kys4 -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ--