Date: Wed, 8 Mar 2006 21:26:57 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Hartmut Brandt <harti@FreeBSD.org> Cc: keramida@ceid.upatras.gr, des@des.no, current@FreeBSD.org, "M. Warner Losh" <imp@bsdimp.com>, deischen@FreeBSD.org Subject: Re: When will bsnmp stop breaking -current builds Message-ID: <20060308192657.GA54826@ip.net.ua> In-Reply-To: <20060308.115539.98861830.imp@bsdimp.com> References: <20060308085714.L10582@beagle.kn.op.dlr.de> <86bqwh59gn.fsf@xps.des.no> <20060308152413.GA43764@flame.pc> <20060308.115539.98861830.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 08, 2006 at 11:55:39AM -0700, M. Warner Losh wrote: > In message: <20060308152413.GA43764@flame.pc> > Giorgos Keramidas <keramida@ceid.upatras.gr> writes: > : On 2006-03-08 14:53, Dag-Erling Sm?rgrav <des@des.no> wrote: > : > Harti Brandt <hartmut.brandt@dlr.de> writes: > : > > You seem to be the only one having this problem, so this looks like > : > > a problem on your side. > : > > : > Far from it. I had the same problem, and solved it by adding a > : > NO_BSNMP knob (see attached patch). > : > > : > The deeper problem is that gensnmptree is a build tool, but isn't > : > treated as such by the build system, so cross-builds and source > : > updates from older versions are broken. > :=20 > : I solved the original gensnmptree problems I had when I moved back and > : forth around January 25-26th builds, with: > :=20 > : %%% > : Index: Makefile.inc1 > : =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > : --- Makefile.inc1 (revision 19) > : +++ Makefile.inc1 (working copy) > : @@ -839,6 +839,7 @@ > : usr.bin/rpcgen \ > : usr.bin/xinstall \ > : usr.sbin/config \ > : + usr.sbin/bsnmpd/gensnmptree \ > : ${_crunchgen} \ > : ${_pwd_mkdb} > : ${_+_}@${ECHODIR} "=3D=3D=3D> ${_tool} (obj,depend,all,install)= "; \ > : %%% > :=20 > : Things worked fine after this :) >=20 > This seems like a reasonable thing to do for now, since it is clear > that regardless of theory, gensnmptree in practice is a buildtool. >=20 Please make it a ${_gensnmptree} and define it only for vulnerable versions. If __FreeBSD_version wasn't bumped after it's been fixed, put the next __FreeBSD_version value so that it stops rebuilding it when the version gets bumped. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEDzABqRfpzJluFF4RAhNrAJ4lObzzB6S5XhizPwNEKAGEwLKXfwCgh7z5 bIpf6LFeUHOGGwurMHwWHps= =aBGj -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060308192657.GA54826>