When will bsnmp stop breaking -current builds

Ruslan Ermilov ru at freebsd.org
Thu Mar 9 08:16:15 UTC 2006


On Wed, Mar 08, 2006 at 10:02:14PM +0200, Giorgos Keramidas wrote:
[...]
> > 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.
> 
[...]
> This import of bsnmpd falls somewhere between these commits to param.h:
> 
>     ----------------------------
>     revision 1.263
>     date: 2006/02/17 14:14:15;  author: andre;  state: Exp;  lines: +1 -1
>     Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sized
>     jumbo mbuf clusters.  To make the variable size clear they are named
>     MJUMPAGESIZE.
> 
>     Having jumbo clusters with the native PAGE_SIZE is more useful than
>     a fixed 4k size according the device driver writers using this API.
> 
>     The 9k and 16k jumbo mbuf clusters remain unchanged.
> 
>     Requested by:   glebius, gallatin
>     Sponsored by:   TCP/IP Optimization Fundraise 2005
>     MFC after:      3 days
>     ----------------------------
>     revision 1.262
>     date: 2006/01/26 18:23:16;  author: cognet;  state: Exp;  lines: +1 -1
>     Version bump for pts import.
>     ----------------------------
>     revision 1.261
>     date: 2006/01/12 20:27:35;  author: brooks;  state: Exp;  lines: +1 -1
>     Belated __FreeBSD_version bump for improvements to the Linux ldconfig
>     support in etc/rc.d/abi.
>     ----------------------------
> 
> So I guess, if I understood what you said correctly Ruslan, the proper
> fix would be something like (700014 is the version after the 1.263 bump):
> 
> %%%
> Index: Makefile.inc1
> ===================================================================
> --- Makefile.inc1	(.../branches/ncvs/src/Makefile.inc1)	(revision 42)
> +++ Makefile.inc1	(.../trunk/src/Makefile.inc1)	(revision 42)
> @@ -824,6 +824,10 @@
>  _pwd_mkdb=	usr.sbin/pwd_mkdb
>  .endif
>  
> +.if ${BOOTSTRAPPING} < 700014
> +_gensnmptree=	usr.sbin/bsnmpd/gensnmptree
> +.endif
> +
>  bootstrap-tools:
>  .for _tool in \
>      ${_strfile} \
> @@ -839,6 +843,7 @@
>      usr.bin/rpcgen \
>      usr.bin/xinstall \
>      usr.sbin/config \
> +    ${_gensnmptree} \
>      ${_crunchgen} \
>      ${_pwd_mkdb}
>  	${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
> %%%
> 
Yes, exactly this.


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20060309/56a3cdc5/attachment.bin


More information about the freebsd-current mailing list