From nobody@FreeBSD.org  Mon Dec  5 17:38:47 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A6039106567C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Dec 2011 17:38:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 9723D8FC20
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Dec 2011 17:38:47 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pB5Hcl0n084857
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 5 Dec 2011 17:38:47 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pB5Hclm9084856;
	Mon, 5 Dec 2011 17:38:47 GMT
	(envelope-from nobody)
Message-Id: <201112051738.pB5Hclm9084856@red.freebsd.org>
Date: Mon, 5 Dec 2011 17:38:47 GMT
From: Eric Allen Griff <setjmp@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: bsnmptools fails to build
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: carlos.santos@hp.com

>Number:         163084
>Category:       ports
>Synopsis:       net-mgmt/bsnmptools fails to build
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 05 17:40:11 UTC 2011
>Closed-Date:    Mon Apr 02 08:52:43 UTC 2012
>Last-Modified:  Mon Apr 02 08:52:43 UTC 2012
>Originator:     Eric Allen Griff
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD xxxx.xxxx.xxxx 8.2-STABLE FreeBSD 8.2-STABLE #2: Tue Nov 22 13:46:02 CST 2011     root@xxxx.xxxx.xxxx:/usr/src/sys/amd64/compile/XXXXXYY  amd64
>Description:
When trying to install bsnmptools, I get:

===>  Building for bsnmptools-0.0.20060818_2
===> lib (all)
Warning: Object directory not changed from original /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib
cc -O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c bsnmptools.c
cc1: warnings being treated as errors
bsnmptools.c: In function 'parse_include':
bsnmptools.c:399: warning: 'value' may be used uninitialized in this function
*** Error code 1

Stop in /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib.
*** Error code 1

Stop in /usr/ports/net-mgmt/bsnmptools/work/bsnmptools.
*** Error code 1

Stop in /usr/ports/net-mgmt/bsnmptools.

>How-To-Repeat:
cd /usr/ports/net-mgmt/bsnmptools
make

>Fix:
I've looked over the situation and it may be related to /usr/share/mk/bsd.sys.mk:

find /usr/share/mk/ -type f -exec grep -Hn -- '-Werror' '{}' \;
/usr/share/mk/bsd.sys.mk:32:CWARNFLAGS  +=      -Werror
/usr/share/mk/bsd.sys.mk:68:CWARNFLAGS  +=      -Werror
/usr/share/mk/bsd.sys.mk:83:# Don't use -Wstack-protector as it breaks world with -Werror.

I hope this helps. Thank you.

>Release-Note:
>Audit-Trail:

From: Eric Griff <setjmp@hotmail.com>
To: <bug-followup@FreeBSD.org>,
	<setjmp@hotmail.com>
Cc:  
Subject: Re: ports/163084: bsnmptools fails to build
Date: Mon, 5 Dec 2011 12:18:15 -0600

 ------=_NextPart_000_011D_01CCB347.F701EC10
 Content-Type: multipart/alternative;
 	boundary="----=_NextPart_001_011E_01CCB347.F701EC10"
 
 ------=_NextPart_001_011E_01CCB347.F701EC10
 Content-Type: text/plain; charset="UTF-8"
 Content-Transfer-Encoding: quoted-printable
 
 I was able to get it to build with:
 
 make CFLAGS=3D'-O2 -fno-strict-aliasing -pipe -march=3Dnocona -I =
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib/ -L =
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib/'
 
 I haven=E2=80=99t tested it=E2=80=99s actual workings yet, though this =
 may be the trail to it=E2=80=99s fix=20
 
 -----------WAS BEFORE THE ABOVE ----------
 There may be deeper issues... Looks like an include file missing though
 
 I attempted to use:
 
 make =E2=80=93DNO_WERROR
 
 and it did get further to:
 
 make -DNO_WERROR
 =3D=3D=3D>  Building for bsnmptools-0.0.20060818_2
 =3D=3D=3D> lib (all)
 Warning: Object directory not changed from original =
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib
 cc -O2 -fno-strict-aliasing -pipe -march=3Dnocona -std=3Dgnu99 =
 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W =
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch =
 -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline =
 -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c bsnmptools.c
 bsnmptools.c: In function 'parse_include':
 bsnmptools.c:399: warning: 'value' may be used uninitialized in this =
 function
 cc -O2 -fno-strict-aliasing -pipe -march=3Dnocona -std=3Dgnu99 =
 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W =
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch =
 -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline =
 -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c bsnmptc.c
 building static bsnmptools library
 ranlib libbsnmptools.a
 cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dnocona =
 -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W =
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch =
 -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline =
 -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c bsnmpimport.c -o =
 bsnmpimport.So
 cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dnocona =
 -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W =
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch =
 -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline =
 -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c bsnmpmap.c -o =
 bsnmpmap.So
 cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dnocona =
 -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W =
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch =
 -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline =
 -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c bsnmptools.c -o =
 bsnmptools.So
 bsnmptools.c: In function 'parse_include':
 bsnmptools.c:399: warning: 'value' may be used uninitialized in this =
 function
 cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dnocona =
 -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W =
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch =
 -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline =
 -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c bsnmptc.c -o =
 bsnmptc.So
 building shared library libbsnmptools.so.0
 =3D=3D=3D> tools (all)
 =3D=3D=3D> tools/bsnmpget (all)
 Warning: Object directory not changed from original =
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/tools/bsnmpget
 cc -O2 -fno-strict-aliasing -pipe -march=3Dnocona -std=3Dgnu99 =
 -fstack-protector  -c bsnmpget.c
 bsnmpget.c:47:21: error: bsnmptc.h: No such file or directory
 bsnmpget.c:48:24: error: bsnmptools.h: No such file or directory
 bsnmpget.c: In function 'parse_max_repetitions':
 bsnmpget.c:122: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c: In function 'parse_non_repeaters':
 bsnmpget.c:142: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c: In function 'parse_pdu_type':
 bsnmpget.c:155: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:157: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:159: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c: In function 'snmpget_parse_options':
 bsnmpget.c:176: warning: implicit declaration of function =
 'parse_skip_access'
 bsnmpget.c:181: warning: implicit declaration of function 'parse_buflen'
 bsnmpget.c:186: warning: implicit declaration of function 'parse_debug'
 bsnmpget.c:191: warning: implicit declaration of function 'parse_errors'
 bsnmpget.c:196: warning: implicit declaration of function 'parse_help'
 bsnmpget.c:200: warning: implicit declaration of function =
 'parse_include'
 bsnmpget.c:205: warning: implicit declaration of function 'parse_file'
 bsnmpget.c:210: warning: implicit declaration of function =
 'parse_local_path'
 bsnmpget.c:225: warning: implicit declaration of function =
 'parse_num_oids'
 bsnmpget.c:230: warning: implicit declaration of function 'parse_output'
 bsnmpget.c:240: warning: implicit declaration of function 'parse_retry'
 bsnmpget.c:245: warning: implicit declaration of function 'parse_server'
 bsnmpget.c:250: warning: implicit declaration of function =
 'parse_timeout'
 bsnmpget.c:255: warning: implicit declaration of function =
 'parse_version'
 bsnmpget.c: At top level:
 bsnmpget.c:275: warning: 'struct snmp_object' declared inside parameter =
 list
 bsnmpget.c:275: warning: its scope is only this definition or =
 declaration, which is probably not what you want
 bsnmpget.c: In function 'snmpget_parse_stroid':
 bsnmpget.c:277: error: 'MAXSTR' undeclared (first use in this function)
 bsnmpget.c:277: error: (Each undeclared identifier is reported only once
 bsnmpget.c:277: error: for each function it appears in.)
 bsnmpget.c:292: warning: implicit declaration of function =
 'snmp_parse_suboid'
 bsnmpget.c:292: warning: assignment makes pointer from integer without a =
 cast
 bsnmpget.c:300: warning: implicit declaration of function =
 'snmp_lookup_oidall'
 bsnmpget.c:306: error: dereferencing pointer to incomplete type
 bsnmpget.c:308: warning: implicit declaration of function =
 'snmp_parse_index'
 bsnmpget.c:308: warning: assignment makes pointer from integer without a =
 cast
 bsnmpget.c:310: error: dereferencing pointer to incomplete type
 bsnmpget.c:310: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:311: warning: implicit declaration of function =
 'snmp_suboid_append'
 bsnmpget.c:311: error: dereferencing pointer to incomplete type
 bsnmpget.c: At top level:
 bsnmpget.c:323: warning: 'struct snmp_object' declared inside parameter =
 list
 bsnmpget.c: In function 'snmpget_parse_oid':
 bsnmpget.c:328: error: 'ISSET_NUMERIC' undeclared (first use in this =
 function)
 bsnmpget.c:329: warning: implicit declaration of function =
 'snmp_parse_numoid'
 bsnmpget.c:329: error: dereferencing pointer to incomplete type
 bsnmpget.c:332: warning: passing argument 1 of 'snmpget_parse_stroid' =
 from incompatible pointer type
 bsnmpget.c: At top level:
 bsnmpget.c:339: warning: 'struct snmp_object' declared inside parameter =
 list
 bsnmpget.c: In function 'snmpget_verify_vbind':
 bsnmpget.c:341: error: dereferencing pointer to incomplete type
 bsnmpget.c:346: error: 'ISSET_NUMERIC' undeclared (first use in this =
 function)
 bsnmpget.c:349: error: dereferencing pointer to incomplete type
 bsnmpget.c: At top level:
 bsnmpget.c:357: warning: 'struct snmp_object' declared inside parameter =
 list
 bsnmpget.c: In function 'snmpget_add_vbind':
 bsnmpget.c:364: error: dereferencing pointer to incomplete type
 bsnmpget.c:369: error: dereferencing pointer to incomplete type
 bsnmpget.c: In function 'main':
 bsnmpget.c:408: warning: implicit declaration of function =
 'snmptool_init'
 bsnmpget.c:411: warning: implicit declaration of function =
 'snmp_tool_freeall'
 bsnmpget.c:428: warning: implicit declaration of function =
 'snmp_import_all'
 bsnmpget.c:434: warning: implicit declaration of function =
 'snmp_object_add'
 bsnmpget.c:434: error: 'snmp_verify_inoid_f' undeclared (first use in =
 this function)
 bsnmpget.c:434: error: expected ')' before 'snmpget_parse_oid'
 bsnmpget.c:445: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:457: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:459: warning: implicit declaration of function =
 'snmp_pdu_add_bindings'
 bsnmpget.c:459: error: 'snmp_verify_vbind_f' undeclared (first use in =
 this function)
 bsnmpget.c:459: error: expected ')' before 'snmpget_verify_vbind'
 bsnmpget.c:461: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:462: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:462: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:469: warning: implicit declaration of function =
 'snmp_parse_resp'
 bsnmpget.c:470: warning: implicit declaration of function =
 'snmp_output_resp'
 bsnmpget.c:474: warning: implicit declaration of function =
 'snmp_output_err_resp'
 bsnmpget.c:475: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 bsnmpget.c:475: error: 'ISSET_RETRY' undeclared (first use in this =
 function)
 bsnmpget.c:479: warning: implicit declaration of function =
 'snmp_object_seterror'
 bsnmpget.c:484: error: invalid use of undefined type 'struct =
 snmp_toolinfo'
 *** Error code 1
 
 Stop in /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/tools/bsnmpget.
 *** Error code 1
 
 Stop in /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/tools.
 *** Error code 1
 
 Stop in /usr/ports/net-mgmt/bsnmptools/work/bsnmptools.
 *** Error code 1
 
 Stop in /usr/ports/net-mgmt/bsnmptools.
 
 ------=_NextPart_001_011E_01CCB347.F701EC10
 Content-Type: text/html; charset="UTF-8"
 Content-Transfer-Encoding: quoted-printable
 
 <HTML><HEAD></HEAD>
 <BODY dir=3Dltr>
 <DIV dir=3Dltr>
 <DIV style=3D"FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
 <DIV>I was able to get it to build with:</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>make CFLAGS=3D'-O2 -fno-strict-aliasing -pipe -march=3Dnocona -I=20
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib/ -L=20
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib/'</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>I haven=E2=80=99t tested it=E2=80=99s actual workings yet, though =
 this may be the trail to=20
 it=E2=80=99s fix <IMG=20
 style=3D"BORDER-BOTTOM-STYLE: none; BORDER-LEFT-STYLE: none; =
 BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none"=20
 class=3D"wlEmoticon wlEmoticon-smile" alt=3DSmile=20
 src=3D"cid:70EE2A354FEE4FEEA215C35619D67C18@ULTIMATE"></DIV>
 <DIV>&nbsp;</DIV>
 <DIV>-----------WAS BEFORE THE ABOVE ----------</DIV>
 <DIV>There may be deeper issues... Looks like an include file missing=20
 though</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>I attempted to use:</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>make =E2=80=93DNO_WERROR</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>and it did get further to:</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>make -DNO_WERROR</DIV>
 <DIV>=3D=3D=3D&gt;&nbsp; Building for bsnmptools-0.0.20060818_2</DIV>
 <DIV>=3D=3D=3D&gt; lib (all)</DIV>
 <DIV>Warning: Object directory not changed from original=20
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib</DIV>
 <DIV>cc -O2 -fno-strict-aliasing -pipe -march=3Dnocona -std=3Dgnu99=20
 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W=20
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith=20
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align =
 
 -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs =
 -Wredundant-decls=20
 -Wno-pointer-sign -c bsnmptools.c</DIV>
 <DIV>bsnmptools.c: In function 'parse_include':</DIV>
 <DIV>bsnmptools.c:399: warning: 'value' may be used uninitialized in =
 this=20
 function</DIV>
 <DIV>cc -O2 -fno-strict-aliasing -pipe -march=3Dnocona -std=3Dgnu99=20
 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W=20
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith=20
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align =
 
 -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs =
 -Wredundant-decls=20
 -Wno-pointer-sign -c bsnmptc.c</DIV>
 <DIV>building static bsnmptools library</DIV>
 <DIV>ranlib libbsnmptools.a</DIV>
 <DIV>cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dnocona =
 -std=3Dgnu99=20
 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W=20
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith=20
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align =
 
 -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs =
 -Wredundant-decls=20
 -Wno-pointer-sign -c bsnmpimport.c -o bsnmpimport.So</DIV>
 <DIV>cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dnocona =
 -std=3Dgnu99=20
 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W=20
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith=20
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align =
 
 -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs =
 -Wredundant-decls=20
 -Wno-pointer-sign -c bsnmpmap.c -o bsnmpmap.So</DIV>
 <DIV>cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dnocona =
 -std=3Dgnu99=20
 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W=20
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith=20
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align =
 
 -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs =
 -Wredundant-decls=20
 -Wno-pointer-sign -c bsnmptools.c -o bsnmptools.So</DIV>
 <DIV>bsnmptools.c: In function 'parse_include':</DIV>
 <DIV>bsnmptools.c:399: warning: 'value' may be used uninitialized in =
 this=20
 function</DIV>
 <DIV>cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=3Dnocona =
 -std=3Dgnu99=20
 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W=20
 -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes =
 -Wpointer-arith=20
 -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align =
 
 -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs =
 -Wredundant-decls=20
 -Wno-pointer-sign -c bsnmptc.c -o bsnmptc.So</DIV>
 <DIV>building shared library libbsnmptools.so.0</DIV>
 <DIV>=3D=3D=3D&gt; tools (all)</DIV>
 <DIV>=3D=3D=3D&gt; tools/bsnmpget (all)</DIV>
 <DIV>Warning: Object directory not changed from original=20
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/tools/bsnmpget</DIV>
 <DIV>cc -O2 -fno-strict-aliasing -pipe -march=3Dnocona -std=3Dgnu99=20
 -fstack-protector&nbsp; -c bsnmpget.c</DIV>
 <DIV>bsnmpget.c:47:21: error: bsnmptc.h: No such file or directory</DIV>
 <DIV>bsnmpget.c:48:24: error: bsnmptools.h: No such file or =
 directory</DIV>
 <DIV>bsnmpget.c: In function 'parse_max_repetitions':</DIV>
 <DIV>bsnmpget.c:122: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c: In function 'parse_non_repeaters':</DIV>
 <DIV>bsnmpget.c:142: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c: In function 'parse_pdu_type':</DIV>
 <DIV>bsnmpget.c:155: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:157: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:159: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c: In function 'snmpget_parse_options':</DIV>
 <DIV>bsnmpget.c:176: warning: implicit declaration of function=20
 'parse_skip_access'</DIV>
 <DIV>bsnmpget.c:181: warning: implicit declaration of function=20
 'parse_buflen'</DIV>
 <DIV>bsnmpget.c:186: warning: implicit declaration of function=20
 'parse_debug'</DIV>
 <DIV>bsnmpget.c:191: warning: implicit declaration of function=20
 'parse_errors'</DIV>
 <DIV>bsnmpget.c:196: warning: implicit declaration of function=20
 'parse_help'</DIV>
 <DIV>bsnmpget.c:200: warning: implicit declaration of function=20
 'parse_include'</DIV>
 <DIV>bsnmpget.c:205: warning: implicit declaration of function=20
 'parse_file'</DIV>
 <DIV>bsnmpget.c:210: warning: implicit declaration of function=20
 'parse_local_path'</DIV>
 <DIV>bsnmpget.c:225: warning: implicit declaration of function=20
 'parse_num_oids'</DIV>
 <DIV>bsnmpget.c:230: warning: implicit declaration of function=20
 'parse_output'</DIV>
 <DIV>bsnmpget.c:240: warning: implicit declaration of function=20
 'parse_retry'</DIV>
 <DIV>bsnmpget.c:245: warning: implicit declaration of function=20
 'parse_server'</DIV>
 <DIV>bsnmpget.c:250: warning: implicit declaration of function=20
 'parse_timeout'</DIV>
 <DIV>bsnmpget.c:255: warning: implicit declaration of function=20
 'parse_version'</DIV>
 <DIV>bsnmpget.c: At top level:</DIV>
 <DIV>bsnmpget.c:275: warning: 'struct snmp_object' declared inside =
 parameter=20
 list</DIV>
 <DIV>bsnmpget.c:275: warning: its scope is only this definition or =
 declaration,=20
 which is probably not what you want</DIV>
 <DIV>bsnmpget.c: In function 'snmpget_parse_stroid':</DIV>
 <DIV>bsnmpget.c:277: error: 'MAXSTR' undeclared (first use in this=20
 function)</DIV>
 <DIV>bsnmpget.c:277: error: (Each undeclared identifier is reported only =
 
 once</DIV>
 <DIV>bsnmpget.c:277: error: for each function it appears in.)</DIV>
 <DIV>bsnmpget.c:292: warning: implicit declaration of function=20
 'snmp_parse_suboid'</DIV>
 <DIV>bsnmpget.c:292: warning: assignment makes pointer from integer =
 without a=20
 cast</DIV>
 <DIV>bsnmpget.c:300: warning: implicit declaration of function=20
 'snmp_lookup_oidall'</DIV>
 <DIV>bsnmpget.c:306: error: dereferencing pointer to incomplete =
 type</DIV>
 <DIV>bsnmpget.c:308: warning: implicit declaration of function=20
 'snmp_parse_index'</DIV>
 <DIV>bsnmpget.c:308: warning: assignment makes pointer from integer =
 without a=20
 cast</DIV>
 <DIV>bsnmpget.c:310: error: dereferencing pointer to incomplete =
 type</DIV>
 <DIV>bsnmpget.c:310: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:311: warning: implicit declaration of function=20
 'snmp_suboid_append'</DIV>
 <DIV>bsnmpget.c:311: error: dereferencing pointer to incomplete =
 type</DIV>
 <DIV>bsnmpget.c: At top level:</DIV>
 <DIV>bsnmpget.c:323: warning: 'struct snmp_object' declared inside =
 parameter=20
 list</DIV>
 <DIV>bsnmpget.c: In function 'snmpget_parse_oid':</DIV>
 <DIV>bsnmpget.c:328: error: 'ISSET_NUMERIC' undeclared (first use in =
 this=20
 function)</DIV>
 <DIV>bsnmpget.c:329: warning: implicit declaration of function=20
 'snmp_parse_numoid'</DIV>
 <DIV>bsnmpget.c:329: error: dereferencing pointer to incomplete =
 type</DIV>
 <DIV>bsnmpget.c:332: warning: passing argument 1 of =
 'snmpget_parse_stroid' from=20
 incompatible pointer type</DIV>
 <DIV>bsnmpget.c: At top level:</DIV>
 <DIV>bsnmpget.c:339: warning: 'struct snmp_object' declared inside =
 parameter=20
 list</DIV>
 <DIV>bsnmpget.c: In function 'snmpget_verify_vbind':</DIV>
 <DIV>bsnmpget.c:341: error: dereferencing pointer to incomplete =
 type</DIV>
 <DIV>bsnmpget.c:346: error: 'ISSET_NUMERIC' undeclared (first use in =
 this=20
 function)</DIV>
 <DIV>bsnmpget.c:349: error: dereferencing pointer to incomplete =
 type</DIV>
 <DIV>bsnmpget.c: At top level:</DIV>
 <DIV>bsnmpget.c:357: warning: 'struct snmp_object' declared inside =
 parameter=20
 list</DIV>
 <DIV>bsnmpget.c: In function 'snmpget_add_vbind':</DIV>
 <DIV>bsnmpget.c:364: error: dereferencing pointer to incomplete =
 type</DIV>
 <DIV>bsnmpget.c:369: error: dereferencing pointer to incomplete =
 type</DIV>
 <DIV>bsnmpget.c: In function 'main':</DIV>
 <DIV>bsnmpget.c:408: warning: implicit declaration of function=20
 'snmptool_init'</DIV>
 <DIV>bsnmpget.c:411: warning: implicit declaration of function=20
 'snmp_tool_freeall'</DIV>
 <DIV>bsnmpget.c:428: warning: implicit declaration of function=20
 'snmp_import_all'</DIV>
 <DIV>bsnmpget.c:434: warning: implicit declaration of function=20
 'snmp_object_add'</DIV>
 <DIV>bsnmpget.c:434: error: 'snmp_verify_inoid_f' undeclared (first use =
 in this=20
 function)</DIV>
 <DIV>bsnmpget.c:434: error: expected ')' before =
 'snmpget_parse_oid'</DIV>
 <DIV>bsnmpget.c:445: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:457: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:459: warning: implicit declaration of function=20
 'snmp_pdu_add_bindings'</DIV>
 <DIV>bsnmpget.c:459: error: 'snmp_verify_vbind_f' undeclared (first use =
 in this=20
 function)</DIV>
 <DIV>bsnmpget.c:459: error: expected ')' before =
 'snmpget_verify_vbind'</DIV>
 <DIV>bsnmpget.c:461: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:462: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:462: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:469: warning: implicit declaration of function=20
 'snmp_parse_resp'</DIV>
 <DIV>bsnmpget.c:470: warning: implicit declaration of function=20
 'snmp_output_resp'</DIV>
 <DIV>bsnmpget.c:474: warning: implicit declaration of function=20
 'snmp_output_err_resp'</DIV>
 <DIV>bsnmpget.c:475: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>bsnmpget.c:475: error: 'ISSET_RETRY' undeclared (first use in this=20
 function)</DIV>
 <DIV>bsnmpget.c:479: warning: implicit declaration of function=20
 'snmp_object_seterror'</DIV>
 <DIV>bsnmpget.c:484: error: invalid use of undefined type 'struct=20
 snmp_toolinfo'</DIV>
 <DIV>*** Error code 1</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>Stop in=20
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/tools/bsnmpget.</DIV>
 <DIV>*** Error code 1</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>Stop in /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/tools.</DIV>
 <DIV>*** Error code 1</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>Stop in /usr/ports/net-mgmt/bsnmptools/work/bsnmptools.</DIV>
 <DIV>*** Error code 1</DIV>
 <DIV>&nbsp;</DIV>
 <DIV>Stop in /usr/ports/net-mgmt/bsnmptools.</DIV>
 <DIV>&nbsp;</DIV></DIV></DIV></BODY></HTML>
 
 ------=_NextPart_001_011E_01CCB347.F701EC10--
 
 ------=_NextPart_000_011D_01CCB347.F701EC10
 Content-Type: image/png; name="wlEmoticon-smile[1].png"
 Content-Transfer-Encoding: base64
 Content-ID: <70EE2A354FEE4FEEA215C35619D67C18@ULTIMATE>
 
 iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAARnQU1BAACx
 jwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlz
 AAAOwQAADsEBuJFr7QAAA61JREFUOE99VA9IlHcYfip2/ZmMMTCiC4moGBuMQRsNO8hqMVYbbI2l
 htVoy5KirVlq2Sq3huMWFBkO14TIIXcm6nR1ykUnXgmXrlZrXte/y+w468o7PdP7PL/v2ft9p0Gp
 +8ELP973+x6e93mf9zcJ45yndpjVYXyhaVipDWO+psI8rCLAOG6rKpySO5mSi8B4/z7LsQqmqA3W
 PhsGBj1LGb+7iWpwOxn+mmpnOuNXU9nfMIudVgzc+RHW6wdgGhewz47kqB0epX0FOVhKxo6TAz+T
 0YNk7y7y8RbyUQZ530LNO5fRShO938Fzcw+SnwM0GAnQ0L9r2HZsHRu3pRhx5ddsatHvBSyP6qOt
 Y2oxO3gtF57nGEprxcrl1fRWZfJGzSEOhoNGdNgKefuP1QKWT2/Fu2NrJ8DwL2BbDooNdrrYopHC
 uI2OHDOV6BOOnsEnDwyG7MufuHZRwLKhuNcjBb2VKIr99QmpVbNhY5KBU15ezqysLONemw4B2z1x
 zQM+PAK616EIkQq441355HAFHVtm8bHXTSFsRPffDiPH3m8mrrWCsUrw/Fq40XMSQS38E6mU0d+Y
 ZTAZjbrMKexs/JCMbKe/PnVs7TdhfQFUz4DnPkUQoROiV79V7HBE7CChnCLjLeSQi3x6TIB2iM++
 IoNryIdikwffkv7N5C2RwS1gLRJOsOkjKOguQ1DtzhU//TASRaLRPkOnBFC2gIi/7i0nO94kL88k
 PVMNRmyWOC/MakHHB8IseBzN8Y7P5cc8Ovcvpt+ZbmjE8DayRxjpQJ3vkzfeIq/OIS/NIGWCfrGE
 M1vAzoEDYpGGFWhG11EURB3yYU8OfTWrWP3lfEb+EYDQxkRr/mWk720BEou0vUK2TmGkBqz+DPQd
 FrBG8FYeWLcMBQgcRUrXYdEtkMGhe5lsL32HJalJdO2fR9+p1xl2LWR/y2yGzyTRVzKZrh1gySKw
 vRAcqge1OvDPNCj1S8Rn+tGXNnp6trSTJmGhr2IBaze9ytIlJhYvnMSiOWDxArB0sUw6Y4RRk7A6
 K/edkrPA+mw/9d3Sl1apeU20mUdeF22uJDNy9mWGqk0M2cCQeClyOqERR4ACe6U9CzxVb7zweujb
 f20XPOEyk0xrmgj9kuiT8JExfpmaASQa6a3dFEY6kN3ywqsxSrF1J6bL0lovya4FRdzY7wlDjo5f
 n9qdgoRGemv29zD9fx9Ivdi6AeaWTBS61qJZd3bTxwkf6eOvS0Nhw3KYxwP5D4U2OCASIzOsAAAA
 AElFTkSuQmCC
 
 ------=_NextPart_000_011D_01CCB347.F701EC10--

From: Eric Griff <setjmp@hotmail.com>
To: <FreeBSD-gnats-submit@FreeBSD.org>,
	<freebsd-ports-bugs@FreeBSD.org>
Cc:  
Subject: Re: ports/163084: bsnmptools fails to build
Date: Mon, 5 Dec 2011 12:30:59 -0600

 In respect to the previous post, it seems the tools did build and do run 
 well.
 
 -----Original Message----- 
 From: FreeBSD-gnats-submit@FreeBSD.org
 Sent: Monday, December 05, 2011 11:40 AM
 To: Eric Allen Griff
 Subject: Re: ports/163084: bsnmptools fails to build
 
 Thank you very much for your problem report.
 It has the internal identification `ports/163084'.
 The individual assigned to look at your
 report is: freebsd-ports-bugs.
 
 You can access the state of your problem report at any time
 via this link:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=163084
 
 >Category:       ports
 >Responsible:    freebsd-ports-bugs
 >Synopsis:       bsnmptools fails to build
 >Arrival-Date:   Mon Dec 05 17:40:11 UTC 2011 
 

From: moto kawasaki <moto@kawasaki3.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163084: net-mgmt/bsnmptools fails to build 
Date: Fri, 30 Dec 2011 11:51:34 +0900 (JST)

 Hi,
 
 I'd report quick patch for uninitialized variable 'value' problem.
 
 
 The problem reported in ports/163084 was reproduced in my environment.
 (cd /usr/ports && make update has done in a few days ago)
 
 ==================================================
 # uname -srm
 FreeBSD 8.2-RELEASE-p5 amd64
 # pwd
 /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib
 # make
 Warning: Object directory not changed from original /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib
 cc -O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c bsnmptools.c
 cc1: warnings being treated as errors
 bsnmptools.c: In function 'parse_include':
 bsnmptools.c:399: warning: 'value' may be used uninitialized in this function
 *** Error code 1
 
 Stop in /usr/ports/net-mgmt/bsnmptools/work/bsnmptools/lib.
 ==================================================
 
 
 
 
 
 
 Now, this 'value' can be initialized in getsubopt1() in the same
 source file, and the above compile error disappears.
 
 ==================================================
 # diff -u bsnmptools.c.orig bsnmptools.c
 --- bsnmptools.c.orig	2011-12-30 11:38:33.000000000 +0900
 +++ bsnmptools.c	2011-12-30 11:42:16.000000000 +0900
 @@ -256,6 +256,7 @@
  	u_int i;
  	char *ptr;
  
 +	*valp = NULL;
  	*optp = NULL;
  
  	/* skip leading junk */
 ==================================================
 
 Thank you!
 
 
 Best Regards,
 
 
 
 -- 
 moto kawasaki <moto@kawasaki3.org>

From: moto kawasaki <moto@kawasaki3.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163084: net-mgmt/bsnmptools fails to build 
Date: Fri, 30 Dec 2011 12:22:24 +0900 (JST)

 ----Next_Part(Fri_Dec_30_12_22_24_2011_188)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 
 > The problem reported in ports/163084 was reproduced in my environment.
 
 At last, I need the attached four patches in order to make the port of 
 "net-mgmt/bsnmptools".
 
 Thanks!
 
 -- 
 moto kawasaki <moto@kawasaki3.org>
 
 ----Next_Part(Fri_Dec_30_12_22_24_2011_188)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename=patch-bsnmpget-Makefile
 
 *** tools/bsnmpget/Makefile.orig	2011-12-30 12:13:44.000000000 +0900
 --- tools/bsnmpget/Makefile	2011-12-30 12:14:05.000000000 +0900
 ***************
 *** 2,8 ****
   # Author: Shteryana Shopova <soc-shteryana@freebsd.org>
   
   PROG=	bsnmpget
 ! LDADD=	-lbsnmp -lbsnmptools
   
   MAN=	bsnmpget.1
   
 --- 2,9 ----
   # Author: Shteryana Shopova <soc-shteryana@freebsd.org>
   
   PROG=	bsnmpget
 ! CFLAGS+= -I../../lib
 ! LDADD=	-L../../lib -lbsnmp -lbsnmptools
   
   MAN=	bsnmpget.1
   
 
 ----Next_Part(Fri_Dec_30_12_22_24_2011_188)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename=patch-bsnmpset-Makefile
 
 *** tools/bsnmpset/Makefile.orig	2011-12-30 12:14:17.000000000 +0900
 --- tools/bsnmpset/Makefile	2011-12-30 12:14:33.000000000 +0900
 ***************
 *** 2,8 ****
   # Author: Shteryana Shopova <soc-shteryana@freebsd.org>
   
   PROG=	bsnmpset
 ! LDADD=	-lbsnmp -lbsnmptools
   
   MAN=	bsnmpset.1 
   
 --- 2,9 ----
   # Author: Shteryana Shopova <soc-shteryana@freebsd.org>
   
   PROG=	bsnmpset
 ! CFLAGS+= -I../../lib
 ! LDADD=	-L../../lib -lbsnmp -lbsnmptools
   
   MAN=	bsnmpset.1 
   
 
 ----Next_Part(Fri_Dec_30_12_22_24_2011_188)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename="patch-bsnmptools.c"
 
 *** lib/bsnmptools.c.orig	2011-12-30 11:38:33.000000000 +0900
 --- lib/bsnmptools.c	2011-12-30 11:52:35.000000000 +0900
 ***************
 *** 256,261 ****
 --- 256,262 ----
   	u_int i;
   	char *ptr;
   
 + 	*valp = NULL;
   	*optp = NULL;
   
   	/* skip leading junk */
 
 
 ----Next_Part(Fri_Dec_30_12_22_24_2011_188)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename=patch-bsnmpwalk-Makefile
 
 *** tools/bsnmpwalk/Makefile.orig	2011-12-30 12:14:47.000000000 +0900
 --- tools/bsnmpwalk/Makefile	2011-12-30 12:15:03.000000000 +0900
 ***************
 *** 2,8 ****
   # Author: Shteryana Shopova <soc-shteryana@freebsd.org>
   
   PROG=	bsnmpwalk
 ! LDADD=	-lbsnmp -lbsnmptools
   
   MAN=	bsnmpwalk.1 
   
 --- 2,9 ----
   # Author: Shteryana Shopova <soc-shteryana@freebsd.org>
   
   PROG=	bsnmpwalk
 ! CFLAGS= -I../../lib
 ! LDADD=	-L../../lib -lbsnmp -lbsnmptools
   
   MAN=	bsnmpwalk.1 
   
 
 ----Next_Part(Fri_Dec_30_12_22_24_2011_188)----

From: "Santos, Carlos (R&D Brazil)" <carlos.santos@hp.com>
To: bug-followup@FreeBSD.org, setjmp@hotmail.com
Cc:  
Subject: Re: ports/163084: net-mgmt/bsnmptools fails to build
Date: Sun, 08 Jan 2012 22:08:42 -0200

 I can't reproduce this on my FreeBSD installation using a fresh ports 
 tree. I'm currently running
 
 FreeBSD poacasantosbsd 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Tue Dec 27 
 02:34:22 UTC 2011     
 root@build-i386-fbsd-2.allbsd.org:/usr/obj/i386.i386/usr/src/sys/GENERIC  i386
 
 I will try to install 8.2-STABLE on a VM to see what happens.
 
 Sorry for the late answer. I didn't receive any notification when the PR 
 was submitted.
 
 -- 
 Carlos Santos (Casantos), HP R&D Lab, Porto Alegre, RS, Brazil
 Email: carlos.santos@hp.com, casantos@hp.com
 Famous last words: "I changed just one line of code. It's harmless."
 
State-Changed-From-To: open->feedback 
State-Changed-By: crees 
State-Changed-When: Thu Feb 9 20:19:18 UTC 2012 
State-Changed-Why:  
Hey Carlos, how have you got on with this? 


Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Thu Feb 9 20:19:18 UTC 2012 
Responsible-Changed-Why:  
Hey Carlos, how have you got on with this? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163084 

From: "Santos, Carlos (R&D Brazil)" <carlos.santos@hp.com>
To: bug-followup@FreeBSD.org, setjmp@hotmail.com
Cc:  
Subject: Re: ports/163084: net-mgmt/bsnmptools fails to build
Date: Sun, 04 Mar 2012 16:59:47 -0300

 This is a cryptographically signed message in MIME format.
 
 --------------ms030506040003030409070200
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: quoted-printable
 
 I'm still unable to reproduce the described error after installing=20
 FreeBSD 8_STABLE on a VM:
 
 FreeBSD poacasantosbsd 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Sun=20
 Mar  4 15:05:54 UTC 2012    =20
 root@poacasantosbsd:/usr/obj/usr/src/sys/GENERIC  i386
 
 I will try an AMD64 vesion to see if it makes any difference.
 
 --=20
 Carlos Santos (Casantos), HP R&D Lab, Porto Alegre, RS, Brazil
 Email: carlos.santos@hp.com, casantos@hp.com
 "Pain is weakness leaving the body"
 (A saying of the US Marines also applicable to marathonists)
 
 
 
 --------------ms030506040003030409070200
 Content-Type: application/pkcs7-signature; name="smime.p7s"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="smime.p7s"
 Content-Description: S/MIME Cryptographic Signature
 
 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIOVDCC
 BmEwggVJoAMCAQICEFHz5uyygZHVFZ4pmbCHOnswDQYJKoZIhvcNAQEFBQAwgcoxCzAJBgNV
 BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1
 c3QgTmV0d29yazE6MDgGA1UECxMxKGMpIDE5OTkgVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0
 aG9yaXplZCB1c2Ugb25seTFFMEMGA1UEAxM8VmVyaVNpZ24gQ2xhc3MgMiBQdWJsaWMgUHJp
 bWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEczMB4XDTA5MDkwMjAwMDAwMFoXDTE0
 MDkwMTIzNTk1OVowgfcxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdIZXdsZXR0LVBhY2thcmQg
 Q29tcGFueTEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazE7MDkGA1UECxMyVGVy
 bXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEgKGMpMDkxNTAzBgNV
 BAsTLENsYXNzIDIgTWFuYWdlZCBQS0kgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBMTEwLwYD
 VQQDEyhDb2xsYWJvcmF0aW9uIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEcyMIIBIjANBgkq
 hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp2FraNquqoVkDEvLUMsw6HMhjon+yi1v/kajA27j
 IrdyhRMj4g+PBveBTHrtA7w97Rx1UKPP6CvOaAE5xUtoW9ajYZtO5kdiUFyzWHsbUgSjKy+y
 NO4QoHeEzaQi/JWUOYev/AV5YYJoEDIysosEELS1/M64iE2Utzr+LxiWhdaqSRE4jigbm4Dy
 4ayLzqAv5f7oILrJNZ6ShqLiGGCpP+7relTyRgFXmEX/SKN/a39JwZoKSNUdIkYyr7wmNI9+
 zylheDJghuk+kZDAD3NXv4EGVMUfOg5UEdhAJ0Lw40D4pqKa2ej1H0UipK1EEdRTm94RzfE8
 z8vDP8+dcgOqCwIDAQABo4ICEjCCAg4wEgYDVR0TAQH/BAgwBgEB/wIBADBwBgNVHSAEaTBn
 MGUGC2CGSAGG+EUBBxcCMFYwKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LnZlcmlzaWduLmNv
 bS9jcHMwKgYIKwYBBQUHAgIwHhocaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYTA0BgNV
 HR8ELTArMCmgJ6AlhiNodHRwOi8vY3JsLnZlcmlzaWduLmNvbS9wY2EyLWczLmNybDAOBgNV
 HQ8BAf8EBAMCAQYwLgYDVR0RBCcwJaQjMCExHzAdBgNVBAMTFlByaXZhdGVMYWJlbDQtMjA0
 OC0xNDIwHQYDVR0OBBYEFCJ906SrV6xWf6l/QUQalbxb+KvuMIHwBgNVHSMEgegwgeWhgdCk
 gc0wgcoxCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMW
 VmVyaVNpZ24gVHJ1c3QgTmV0d29yazE6MDgGA1UECxMxKGMpIDE5OTkgVmVyaVNpZ24sIElu
 Yy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTFFMEMGA1UEAxM8VmVyaVNpZ24gQ2xhc3Mg
 MiBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEczghBhcMtJjF+Y
 RSnnsKbZUFt6MA0GCSqGSIb3DQEBBQUAA4IBAQAvUbxneMj/3SU5WlUKapv9ZGIeeNSf6/t6
 gKUUsCT2A1KQMlZmK7/gn4ndrXWdch7Uafl6WkPlBcunYRGvJ6YkJCP4uV86Lwv68mK6REwJ
 FMiKHy/qFnRaoI+pLfaIlMQ9l7Q2DRnNLSyCBl9b02PaGzX+XQQxGhLiE89Z1E+ajicWG1zR
 zBUbPx46ptQUjfjYPNyP4cLWT5rJ7olc9/mRyfIO4nGU8lRjGcuKwxZhOP+TftJgd/fRYf68
 Kf2Bkue4cdrI2UUgYD02GBL/S8E8FBsOrAoJ5N6cEYacwT2BZgHzYrxTC5ZyxzY9TWtGldxE
 H/moJ5OLtF+KauJWhaACMIIH6zCCBtOgAwIBAgIQUaW/LAaF46yQQvqy5EJ9QjANBgkqhkiG
 9w0BAQUFADCB9zELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF0hld2xldHQtUGFja2FyZCBDb21w
 YW55MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBv
 ZiB1c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTE1MDMGA1UECxMs
 Q2xhc3MgMiBNYW5hZ2VkIFBLSSBJbmRpdmlkdWFsIFN1YnNjcmliZXIgQ0ExMTAvBgNVBAMT
 KENvbGxhYm9yYXRpb24gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRzIwHhcNMTEwMzExMDAw
 MDAwWhcNMTMwMzEwMjM1OTU5WjCBmzEgMB4GA1UEChQXSGV3bGV0dC1QYWNrYXJkIENvbXBh
 bnkxJjAkBgNVBAsUHUVtcGxveW1lbnQgU3RhdHVzIC0gRW1wbG95ZWVzMRIwEAYDVQQLEwlT
 L01JTUUgRzIxFjAUBgNVBAMTDUNhcmxvcyBTYW50b3MxIzAhBgkqhkiG9w0BCQEWFGNhcmxv
 cy5zYW50b3NAaHAuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlFk+9Rm9
 buxg/NngGyOJLH/qypt4uwTsznkSDkNCxymEjLSxN9JjGOq2n+ZtzSffCctzopOLqzyyfSDR
 U+YKry66pIiMIKf/reetTqJ+GRR+XIsmzcLaCWDQfCSXeyZzkok1/LKkCbb8fpsZwMO7xd14
 SZLiryghXVSLBRaCPkLfQRmc998AehbRvFxUNvTdBTbxGUlKWurIPjqh6URE6rw8AePuYQCX
 2ul/s/XRsHyBT53JWPAdkB2CoBJchM12N3Y987Vs/3u6z8HLGQ7fF+rzZ+gXIWK4S2dJzSHH
 QHcoyLPVWz0PHCGLZPvVkOSMZwcKCjsmYrhO//E/49U95QIDAQABo4IDyzCCA8cwMAYDVR0R
 BCkwJ4EUY2FybG9zLnNhbnRvc0BocC5jb22BD2Nhc2FudG9zQGhwLmNvbTAMBgNVHRMBAf8E
 AjAAMA4GA1UdDwEB/wQEAwIFoDBZBgNVHR8EUjBQME6gTKBKhkhodHRwOi8vb25zaXRlY3Js
 LnZlcmlzaWduLmNvbS9IZXdsZXR0UGFja2FyZENvbXBhbnlTTUlNRUcyL0xhdGVzdENSTC5j
 cmwwHwYDVR0jBBgwFoAUIn3TpKtXrFZ/qX9BRBqVvFv4q+4wHQYDVR0OBBYEFJlRpvYS+xGU
 7TpeTQ20FYW64mIBMIIBMgYIKwYBBQUHAQEEggEkMIIBIDAnBggrBgEFBQcwAYYbaHR0cDov
 L2hwLW9jc3AudmVyaXNpZ24uY29tMIH0BggrBgEFBQcwAqSB5zCB5DExMC8GA1UEAxMoQ29s
 bGFib3JhdGlvbiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBHMjEwMC4GA1UECxMnQ2xhc3Mg
 MiBPblNpdGUgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBMTowOAYDVQQLEzFUZXJtcyBvZiB1
 c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYShjKTA5MR8wHQYDVQQLExZWZXJp
 U2lnbiBUcnVzdCBOZXR3b3JrMSAwHgYDVQQKExdIZXdsZXR0LVBhY2thcmQgQ29tcGFueTCC
 AT0GA1UdIASCATQwggEwMIIBLAYLYIZIAYb4RQEHFwIwggEbMCgGCCsGAQUFBwIBFhxodHRw
 czovL3d3dy52ZXJpc2lnbi5jb20vcnBhMIHuBggrBgEFBQcCAjCB4TAeFhdIZXdsZXR0LVBh
 Y2thcmQgQ29tcGFueTADAgECGoG+QXV0aG9yaXR5IHRvIGJpbmQgSFAgZG9lcyBub3QgY29y
 cmVzcG9uZCB3aXRoIHVzZSBvciBwb3NzZXNzaW9uIG9mIHRoaXMgY2VydGlmaWNhdGUuIElz
 c3VlZCB0byBmYWNpbGl0YXRlIGNvbW11bmljYXRpb24gd2l0aCBIUC4gVmVyaVNpZ24ncyBD
 UFMgaW5jb3JwLiBCeSByZWZlcmVuY2UgbGlhYi4gbHRkLiAoYyk5NyBWZXJpU2lnbjAWBgNV
 HSUBAf8EDDAKBggrBgEFBQcDBDBLBgkqhkiG9w0BCQ8EPjA8MA4GCCqGSIb3DQMCAgIAgDAO
 BggqhkiG9w0DAgICAEAwDgYIKoZIhvcNAwQCAgCAMAoGCCqGSIb3DQMHMA0GCSqGSIb3DQEB
 BQUAA4IBAQA0rXkOBxa2d3YjD85dDFSl2TO9Xe8BvAfoURLEKKmO6b2mZ9xonUIWhkFV/1LE
 Vn0XEeHvILPnirxD8gT5BG2TJ/voWkrZQudwkF6LGuOrEZveHII+ndxdt4OlxMCX1gnOTF+i
 yiu/njTXxAP1Zn6aExgscW+niG9G9zg4qw8WNeJSeBlARCp5OJU+E1Ee/UquVMDc8cGQQ3v3
 UIhvmKvNjTovN140A7YkT7MQgWWJJcslUsJ/4ZV7slWkoKoir4BgDldq2HApCI+38/4CPCo7
 nJ/awAa5oKN7poB1yjWHZWiCU8y6IGjaqURntspEcQpngcMcekZKue5Dd7jr1PGgMYIFPzCC
 BTsCAQEwggEMMIH3MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXSGV3bGV0dC1QYWNrYXJkIENv
 bXBhbnkxHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1z
 IG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTA5MTUwMwYDVQQL
 EyxDbGFzcyAyIE1hbmFnZWQgUEtJIEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQTExMC8GA1UE
 AxMoQ29sbGFib3JhdGlvbiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBHMgIQUaW/LAaF46yQ
 Qvqy5EJ9QjAJBgUrDgMCGgUAoIIDBjAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqG
 SIb3DQEJBTEPFw0xMjAzMDQxOTU5NDdaMCMGCSqGSIb3DQEJBDEWBBQoUAhJHZHzqqYBqRut
 W5VAupPDijBfBgkqhkiG9w0BCQ8xUjBQMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggq
 hkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwggEf
 BgkrBgEEAYI3EAQxggEQMIIBDDCB9zELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF0hld2xldHQt
 UGFja2FyZCBDb21wYW55MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYD
 VQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykw
 OTE1MDMGA1UECxMsQ2xhc3MgMiBNYW5hZ2VkIFBLSSBJbmRpdmlkdWFsIFN1YnNjcmliZXIg
 Q0ExMTAvBgNVBAMTKENvbGxhYm9yYXRpb24gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRzIC
 EFGlvywGheOskEL6suRCfUIwggEhBgsqhkiG9w0BCRACCzGCARCgggEMMIH3MQswCQYDVQQG
 EwJVUzEgMB4GA1UEChMXSGV3bGV0dC1QYWNrYXJkIENvbXBhbnkxHzAdBgNVBAsTFlZlcmlT
 aWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3
 dy52ZXJpc2lnbi5jb20vcnBhIChjKTA5MTUwMwYDVQQLEyxDbGFzcyAyIE1hbmFnZWQgUEtJ
 IEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQTExMC8GA1UEAxMoQ29sbGFib3JhdGlvbiBDZXJ0
 aWZpY2F0aW9uIEF1dGhvcml0eSBHMgIQUaW/LAaF46yQQvqy5EJ9QjANBgkqhkiG9w0BAQEF
 AASCAQCG4SOMz4FYvvWGsSBarHVsJCcHeedOgtQ3A5mT59+a4ZXN/LGSq5Ud9Nn2D9wWqAoQ
 vJg3aDPhr7whOZCiqSqHRzNhBHmy3tkMjQ8X1XzNx0YjxnYEfkS+FoEA/T4hsEYOEgAgnpiX
 KFtLQkVRnn9LDveKJmdGiRAu7k3Rp+RvvXOAGc2loxhenRkeBtNB9YLBca4mODF2opLzQtmq
 +Lw4uKSpRq8rl+klLl2WMX/2qGDLkkO6uzZr7qt/5j3sZdzZYOwWabGSkxhTpN5xxjyhR1YW
 a2AsPZb86YWEZZ67v5xE6UHxAtLP6iw1y0ibzU3lXbD8SuTaA1dGMNtGx5lMAAAAAAAA
 --------------ms030506040003030409070200--

From: "Santos, Carlos (R&D Brazil)" <carlos.santos@hp.com>
To: bug-followup@FreeBSD.org, setjmp@hotmail.com
Cc:  
Subject: Re: ports/163084: net-mgmt/bsnmptools fails to build
Date: Sat, 10 Mar 2012 14:31:54 -0300

 This is a cryptographically signed message in MIME format.
 
 --------------ms060607040202000206090209
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: quoted-printable
 
 I was unable to reproduce on a recent 8.2-STABL (AMD64 this time):
 
 FreeBSD poacasantosbsd 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #2: Sat Mar =
 
 10 10:01:00 UTC 2012    =20
 root@poacasantosbsd:/usr/obj/usr/src/sys/GENERIC  amd64
 
 --=20
 Carlos Santos (Casantos), HP R&D Lab, Porto Alegre, RS, Brazil
 Email: carlos.santos@hp.com, casantos@hp.com
 "Pain is weakness leaving the body"
 (A saying of the US Marines also applicable to marathonists)
 
 
 
 --------------ms060607040202000206090209
 Content-Type: application/pkcs7-signature; name="smime.p7s"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="smime.p7s"
 Content-Description: S/MIME Cryptographic Signature
 
 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIOVDCC
 BmEwggVJoAMCAQICEFHz5uyygZHVFZ4pmbCHOnswDQYJKoZIhvcNAQEFBQAwgcoxCzAJBgNV
 BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1
 c3QgTmV0d29yazE6MDgGA1UECxMxKGMpIDE5OTkgVmVyaVNpZ24sIEluYy4gLSBGb3IgYXV0
 aG9yaXplZCB1c2Ugb25seTFFMEMGA1UEAxM8VmVyaVNpZ24gQ2xhc3MgMiBQdWJsaWMgUHJp
 bWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEczMB4XDTA5MDkwMjAwMDAwMFoXDTE0
 MDkwMTIzNTk1OVowgfcxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdIZXdsZXR0LVBhY2thcmQg
 Q29tcGFueTEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazE7MDkGA1UECxMyVGVy
 bXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9ycGEgKGMpMDkxNTAzBgNV
 BAsTLENsYXNzIDIgTWFuYWdlZCBQS0kgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBMTEwLwYD
 VQQDEyhDb2xsYWJvcmF0aW9uIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEcyMIIBIjANBgkq
 hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp2FraNquqoVkDEvLUMsw6HMhjon+yi1v/kajA27j
 IrdyhRMj4g+PBveBTHrtA7w97Rx1UKPP6CvOaAE5xUtoW9ajYZtO5kdiUFyzWHsbUgSjKy+y
 NO4QoHeEzaQi/JWUOYev/AV5YYJoEDIysosEELS1/M64iE2Utzr+LxiWhdaqSRE4jigbm4Dy
 4ayLzqAv5f7oILrJNZ6ShqLiGGCpP+7relTyRgFXmEX/SKN/a39JwZoKSNUdIkYyr7wmNI9+
 zylheDJghuk+kZDAD3NXv4EGVMUfOg5UEdhAJ0Lw40D4pqKa2ej1H0UipK1EEdRTm94RzfE8
 z8vDP8+dcgOqCwIDAQABo4ICEjCCAg4wEgYDVR0TAQH/BAgwBgEB/wIBADBwBgNVHSAEaTBn
 MGUGC2CGSAGG+EUBBxcCMFYwKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LnZlcmlzaWduLmNv
 bS9jcHMwKgYIKwYBBQUHAgIwHhocaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYTA0BgNV
 HR8ELTArMCmgJ6AlhiNodHRwOi8vY3JsLnZlcmlzaWduLmNvbS9wY2EyLWczLmNybDAOBgNV
 HQ8BAf8EBAMCAQYwLgYDVR0RBCcwJaQjMCExHzAdBgNVBAMTFlByaXZhdGVMYWJlbDQtMjA0
 OC0xNDIwHQYDVR0OBBYEFCJ906SrV6xWf6l/QUQalbxb+KvuMIHwBgNVHSMEgegwgeWhgdCk
 gc0wgcoxCzAJBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMW
 VmVyaVNpZ24gVHJ1c3QgTmV0d29yazE6MDgGA1UECxMxKGMpIDE5OTkgVmVyaVNpZ24sIElu
 Yy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTFFMEMGA1UEAxM8VmVyaVNpZ24gQ2xhc3Mg
 MiBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEczghBhcMtJjF+Y
 RSnnsKbZUFt6MA0GCSqGSIb3DQEBBQUAA4IBAQAvUbxneMj/3SU5WlUKapv9ZGIeeNSf6/t6
 gKUUsCT2A1KQMlZmK7/gn4ndrXWdch7Uafl6WkPlBcunYRGvJ6YkJCP4uV86Lwv68mK6REwJ
 FMiKHy/qFnRaoI+pLfaIlMQ9l7Q2DRnNLSyCBl9b02PaGzX+XQQxGhLiE89Z1E+ajicWG1zR
 zBUbPx46ptQUjfjYPNyP4cLWT5rJ7olc9/mRyfIO4nGU8lRjGcuKwxZhOP+TftJgd/fRYf68
 Kf2Bkue4cdrI2UUgYD02GBL/S8E8FBsOrAoJ5N6cEYacwT2BZgHzYrxTC5ZyxzY9TWtGldxE
 H/moJ5OLtF+KauJWhaACMIIH6zCCBtOgAwIBAgIQUaW/LAaF46yQQvqy5EJ9QjANBgkqhkiG
 9w0BAQUFADCB9zELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF0hld2xldHQtUGFja2FyZCBDb21w
 YW55MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBv
 ZiB1c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykwOTE1MDMGA1UECxMs
 Q2xhc3MgMiBNYW5hZ2VkIFBLSSBJbmRpdmlkdWFsIFN1YnNjcmliZXIgQ0ExMTAvBgNVBAMT
 KENvbGxhYm9yYXRpb24gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRzIwHhcNMTEwMzExMDAw
 MDAwWhcNMTMwMzEwMjM1OTU5WjCBmzEgMB4GA1UEChQXSGV3bGV0dC1QYWNrYXJkIENvbXBh
 bnkxJjAkBgNVBAsUHUVtcGxveW1lbnQgU3RhdHVzIC0gRW1wbG95ZWVzMRIwEAYDVQQLEwlT
 L01JTUUgRzIxFjAUBgNVBAMTDUNhcmxvcyBTYW50b3MxIzAhBgkqhkiG9w0BCQEWFGNhcmxv
 cy5zYW50b3NAaHAuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlFk+9Rm9
 buxg/NngGyOJLH/qypt4uwTsznkSDkNCxymEjLSxN9JjGOq2n+ZtzSffCctzopOLqzyyfSDR
 U+YKry66pIiMIKf/reetTqJ+GRR+XIsmzcLaCWDQfCSXeyZzkok1/LKkCbb8fpsZwMO7xd14
 SZLiryghXVSLBRaCPkLfQRmc998AehbRvFxUNvTdBTbxGUlKWurIPjqh6URE6rw8AePuYQCX
 2ul/s/XRsHyBT53JWPAdkB2CoBJchM12N3Y987Vs/3u6z8HLGQ7fF+rzZ+gXIWK4S2dJzSHH
 QHcoyLPVWz0PHCGLZPvVkOSMZwcKCjsmYrhO//E/49U95QIDAQABo4IDyzCCA8cwMAYDVR0R
 BCkwJ4EUY2FybG9zLnNhbnRvc0BocC5jb22BD2Nhc2FudG9zQGhwLmNvbTAMBgNVHRMBAf8E
 AjAAMA4GA1UdDwEB/wQEAwIFoDBZBgNVHR8EUjBQME6gTKBKhkhodHRwOi8vb25zaXRlY3Js
 LnZlcmlzaWduLmNvbS9IZXdsZXR0UGFja2FyZENvbXBhbnlTTUlNRUcyL0xhdGVzdENSTC5j
 cmwwHwYDVR0jBBgwFoAUIn3TpKtXrFZ/qX9BRBqVvFv4q+4wHQYDVR0OBBYEFJlRpvYS+xGU
 7TpeTQ20FYW64mIBMIIBMgYIKwYBBQUHAQEEggEkMIIBIDAnBggrBgEFBQcwAYYbaHR0cDov
 L2hwLW9jc3AudmVyaXNpZ24uY29tMIH0BggrBgEFBQcwAqSB5zCB5DExMC8GA1UEAxMoQ29s
 bGFib3JhdGlvbiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBHMjEwMC4GA1UECxMnQ2xhc3Mg
 MiBPblNpdGUgSW5kaXZpZHVhbCBTdWJzY3JpYmVyIENBMTowOAYDVQQLEzFUZXJtcyBvZiB1
 c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYShjKTA5MR8wHQYDVQQLExZWZXJp
 U2lnbiBUcnVzdCBOZXR3b3JrMSAwHgYDVQQKExdIZXdsZXR0LVBhY2thcmQgQ29tcGFueTCC
 AT0GA1UdIASCATQwggEwMIIBLAYLYIZIAYb4RQEHFwIwggEbMCgGCCsGAQUFBwIBFhxodHRw
 czovL3d3dy52ZXJpc2lnbi5jb20vcnBhMIHuBggrBgEFBQcCAjCB4TAeFhdIZXdsZXR0LVBh
 Y2thcmQgQ29tcGFueTADAgECGoG+QXV0aG9yaXR5IHRvIGJpbmQgSFAgZG9lcyBub3QgY29y
 cmVzcG9uZCB3aXRoIHVzZSBvciBwb3NzZXNzaW9uIG9mIHRoaXMgY2VydGlmaWNhdGUuIElz
 c3VlZCB0byBmYWNpbGl0YXRlIGNvbW11bmljYXRpb24gd2l0aCBIUC4gVmVyaVNpZ24ncyBD
 UFMgaW5jb3JwLiBCeSByZWZlcmVuY2UgbGlhYi4gbHRkLiAoYyk5NyBWZXJpU2lnbjAWBgNV
 HSUBAf8EDDAKBggrBgEFBQcDBDBLBgkqhkiG9w0BCQ8EPjA8MA4GCCqGSIb3DQMCAgIAgDAO
 BggqhkiG9w0DAgICAEAwDgYIKoZIhvcNAwQCAgCAMAoGCCqGSIb3DQMHMA0GCSqGSIb3DQEB
 BQUAA4IBAQA0rXkOBxa2d3YjD85dDFSl2TO9Xe8BvAfoURLEKKmO6b2mZ9xonUIWhkFV/1LE
 Vn0XEeHvILPnirxD8gT5BG2TJ/voWkrZQudwkF6LGuOrEZveHII+ndxdt4OlxMCX1gnOTF+i
 yiu/njTXxAP1Zn6aExgscW+niG9G9zg4qw8WNeJSeBlARCp5OJU+E1Ee/UquVMDc8cGQQ3v3
 UIhvmKvNjTovN140A7YkT7MQgWWJJcslUsJ/4ZV7slWkoKoir4BgDldq2HApCI+38/4CPCo7
 nJ/awAa5oKN7poB1yjWHZWiCU8y6IGjaqURntspEcQpngcMcekZKue5Dd7jr1PGgMYIFPzCC
 BTsCAQEwggEMMIH3MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXSGV3bGV0dC1QYWNrYXJkIENv
 bXBhbnkxHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1z
 IG9mIHVzZSBhdCBodHRwczovL3d3dy52ZXJpc2lnbi5jb20vcnBhIChjKTA5MTUwMwYDVQQL
 EyxDbGFzcyAyIE1hbmFnZWQgUEtJIEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQTExMC8GA1UE
 AxMoQ29sbGFib3JhdGlvbiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBHMgIQUaW/LAaF46yQ
 Qvqy5EJ9QjAJBgUrDgMCGgUAoIIDBjAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqG
 SIb3DQEJBTEPFw0xMjAzMTAxNzMxNTVaMCMGCSqGSIb3DQEJBDEWBBRtTIf/BI/GZ41CJl8N
 kG82inmwQTBfBgkqhkiG9w0BCQ8xUjBQMAsGCWCGSAFlAwQBAjAKBggqhkiG9w0DBzAOBggq
 hkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwggEf
 BgkrBgEEAYI3EAQxggEQMIIBDDCB9zELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF0hld2xldHQt
 UGFja2FyZCBDb21wYW55MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYD
 VQQLEzJUZXJtcyBvZiB1c2UgYXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykw
 OTE1MDMGA1UECxMsQ2xhc3MgMiBNYW5hZ2VkIFBLSSBJbmRpdmlkdWFsIFN1YnNjcmliZXIg
 Q0ExMTAvBgNVBAMTKENvbGxhYm9yYXRpb24gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRzIC
 EFGlvywGheOskEL6suRCfUIwggEhBgsqhkiG9w0BCRACCzGCARCgggEMMIH3MQswCQYDVQQG
 EwJVUzEgMB4GA1UEChMXSGV3bGV0dC1QYWNrYXJkIENvbXBhbnkxHzAdBgNVBAsTFlZlcmlT
 aWduIFRydXN0IE5ldHdvcmsxOzA5BgNVBAsTMlRlcm1zIG9mIHVzZSBhdCBodHRwczovL3d3
 dy52ZXJpc2lnbi5jb20vcnBhIChjKTA5MTUwMwYDVQQLEyxDbGFzcyAyIE1hbmFnZWQgUEtJ
 IEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQTExMC8GA1UEAxMoQ29sbGFib3JhdGlvbiBDZXJ0
 aWZpY2F0aW9uIEF1dGhvcml0eSBHMgIQUaW/LAaF46yQQvqy5EJ9QjANBgkqhkiG9w0BAQEF
 AASCAQAEsYPLsH5fZmKhq6HnWAkK/sTkrcpFw+vqzB96k9t1pCenYbvmzEGVpq+OsPEg7mKS
 iAnACLJthSNp0xgPSePCqoBtJ+qCPTaDgg8iFuOsu6YFZNAzGqA0o0bf9SAupoQMHSvWfY8D
 9xu9n8lEaStpVIflqCCcPxsFvXeSmkwBZ3NpKq2Zp5/K153ts8e1Up2+zY9V/100ROAlaDQn
 s9M8KDz1NEQ2p3/J2KQsyjuhVESZbUUvDc7/Nfg9hqWYcQBmaZR02SgQGwPrhq3/HMjpUgLe
 KRL/xijaVq4D57ViRGJPCT7J0VAqen8s7w80Sec4zuSlazfYOMJiFds6uxFzAAAAAAAA
 --------------ms060607040202000206090209--
State-Changed-From-To: feedback->closed 
State-Changed-By: crees 
State-Changed-When: Mon Apr 2 08:52:36 UTC 2012 
State-Changed-Why:  
Despite multiple attempts, this bug is impossible to reproduce.  Please 
let us know if there's a reliable method to reproduce the bug. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163084 
>Unformatted:
