Re: When will bsnmp stop breaking -current builds
- From: "M. Warner Losh" <imp@xxxxxxxxxx>
- Date: Wed, 08 Mar 2006 11:55:39 -0700 (MST)
In message: <20060308152413.GA43764@xxxxxxxx>
Giorgos Keramidas <keramida@xxxxxxxxxxxxxxx> writes:
: On 2006-03-08 14:53, Dag-Erling Sm?rgrav <des@xxxxxx> wrote:
: > Harti Brandt <hartmut.brandt@xxxxxx> 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.
:
: I solved the original gensnmptree problems I had when I moved back and
: forth around January 25-26th builds, with:
:
: %%%
: Index: Makefile.inc1
: ===================================================================
: --- 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} "===> ${_tool} (obj,depend,all,install)"; \
: %%%
:
: Things worked fine after this :)
This seems like a reasonable thing to do for now, since it is clear
that regardless of theory, gensnmptree in practice is a buildtool.
Warner
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: When will bsnmp stop breaking -current builds
- From: Ruslan Ermilov
- Re: When will bsnmp stop breaking -current builds
- References:
- Re: When will bsnmp stop breaking -current builds
- From: Harti Brandt
- Re: When will bsnmp stop breaking -current builds
- From: Dag-Erling Smørgrav
- Re: When will bsnmp stop breaking -current builds
- From: Giorgos Keramidas
- Re: When will bsnmp stop breaking -current builds
- Prev by Date: Re: g_vfs_done with offset greater than disk size
- Next by Date: Re: When will bsnmp stop breaking -current builds
- Previous by thread: Re: When will bsnmp stop breaking -current builds
- Next by thread: Re: When will bsnmp stop breaking -current builds
- Index(es):