Build failed in Jenkins: FreeBSD_HEAD #1772

2014-11-04 Thread jenkins-admin
See https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1772/changes

Changes:

[dumbbell] vt(4): Support syscons' SC_HISTORY_SIZE to configure history size

Therefore, to set histry size to 2000 lines, add the following line to
your kernel configuration file:
options SC_HISTORY_SIZE=2000

The default history remains at 500 lines.

MFC after:  1 week

[dteske] Add new libraries/utilities for data throughput visualization.
dpv(3): dialog progress view library
dpv(1): stream data from stdin or multiple paths with dialog progress view
figpar(3): configuration file parsing library

Reviews:D714
Reviewed by:jelischer, shurd
Discussed at:   MeetBSD California 2014 Vendor/Dev Summit
Discussed on:   -current
MFC after:  21 days
X-MFC-to:   stable/10 stable/9

[des] [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2).
[SA-14:26] Fix remote command execution in ftp(1).

Approved by:so (des)

[bapt] Partially fix indentation issues to improve readability helping 
cooperation with
Dragonfly folks

PR: 194785
Submitted by:   François Tigeot (ftig...@wolfpond.org)

[des] When reseeding the DPRNG, we're supposed to hash the current key and
some accumulated entropy twice and use that as the new key.  Due to a
typo, we were using the output of the first hash round instead of the
second.  Correct this, but eliminate temp[] since we can reuse hash[].
Also add comments explaining what is going on and why.

Noticed by: Sami Farin sami.fa...@gmail.com
Reviewed by:markm@
Approved by:so (des)

--
[...truncated 97827 lines...]
--- all_subdir_libcalendar ---
--- easter.So ---
cc  -fpic -DPIC  -O2 -pipe   -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 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c 
https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libcalendar/easter.c
 -o easter.So
--- all_subdir_libbsm ---
--- bsm_fcntl.So ---
cc  -fpic -DPIC  -O2 -pipe   
-Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../../contrib/openbsm
 
-Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../../contrib/openbsm/libbsm
 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum 
-Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c 
https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../../contrib/openbsm/libbsm/bsm_fcntl.c
 -o bsm_fcntl.So
--- bsm_flags.So ---
cc  -fpic -DPIC  -O2 -pipe   
-Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../../contrib/openbsm
 
-Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../../contrib/openbsm/libbsm
 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum 
-Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c 
https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../../contrib/openbsm/libbsm/bsm_flags.c
 -o bsm_flags.So
--- all_subdir_libcalendar ---
--- calendar.o ---
cc   -O2 -pipe   -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 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c 
https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libcalendar/calendar.c
 -o calendar.o
--- easter.o ---
cc   -O2 -pipe   -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 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c 

RE: Build failed in Jenkins: FreeBSD_HEAD #1772

2014-11-04 Thread dteske
Fixing!

Sorry! Pointy-Hat (really pointy)
-- 
Devin

 -Original Message-
 From: jenkins-ad...@freebsd.org [mailto:jenkins-ad...@freebsd.org]
 Sent: Tuesday, November 4, 2014 5:16 PM
 To: jenkins-ad...@freebsd.org; freebsd-current@freebsd.org;
 dumbb...@freebsd.org; d...@freebsd.org; b...@freebsd.org;
 dte...@freebsd.org
 Subject: Build failed in Jenkins: FreeBSD_HEAD #1772
 
 See
 https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1772/changes
 
 Changes:
 
 [dumbbell] vt(4): Support syscons' SC_HISTORY_SIZE to configure history size
 
 Therefore, to set histry size to 2000 lines, add the following line to
 your kernel configuration file:
 options SC_HISTORY_SIZE=2000
 
 The default history remains at 500 lines.
 
 MFC after:1 week
 
 [dteske] Add new libraries/utilities for data throughput visualization.
 dpv(3): dialog progress view library
 dpv(1): stream data from stdin or multiple paths with dialog progress view
 figpar(3): configuration file parsing library
 
 Reviews:  D714
 Reviewed by:  jelischer, shurd
 Discussed at: MeetBSD California 2014 Vendor/Dev Summit
 Discussed on: -current
 MFC after:21 days
 X-MFC-to: stable/10 stable/9
 
 [des] [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2).
 [SA-14:26] Fix remote command execution in ftp(1).
 
 Approved by:  so (des)
 
 [bapt] Partially fix indentation issues to improve readability helping
 cooperation with
 Dragonfly folks
 
 PR:   194785
 Submitted by: François Tigeot (ftig...@wolfpond.org)
 
 [des] When reseeding the DPRNG, we're supposed to hash the current key
 and
 some accumulated entropy twice and use that as the new key.  Due to a
 typo, we were using the output of the first hash round instead of the
 second.  Correct this, but eliminate temp[] since we can reuse hash[].
 Also add comments explaining what is going on and why.
 
 Noticed by:   Sami Farin sami.fa...@gmail.com
 Reviewed by:  markm@
 Approved by:  so (des)
 
 --
 [...truncated 97827 lines...]
 --- all_subdir_libcalendar ---
 --- easter.So ---
 cc  -fpic -DPIC  -O2 -pipe   -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 -Wunused-parameter -Wcast-align
 -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-
 style-definition -Wno-pointer-sign -Wmissing-variable-declarations -
 Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-
 const-variable -Qunused-arguments -c
 https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libcalendar
 /easter.c -o easter.So
 --- all_subdir_libbsm ---
 --- bsm_fcntl.So ---
 cc  -fpic -DPIC  -O2 -pipe   -
 Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../.
 ./contrib/openbsm -
 Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../.
 ./contrib/openbsm/libbsm -std=gnu99 -fstack-protector -Wsystem-headers
 -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-
 unused-const-variable -Wno-tautological-compare -Wno-unused-value -
 Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -
 Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-
 parentheses -Qunused-arguments -c
 https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../..
 /contrib/openbsm/libbsm/bsm_fcntl.c -o bsm_fcntl.So
 --- bsm_flags.So ---
 cc  -fpic -DPIC  -O2 -pipe   -
 Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../.
 ./contrib/openbsm -
 Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../.
 ./contrib/openbsm/libbsm -std=gnu99 -fstack-protector -Wsystem-headers
 -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-
 unused-const-variable -Wno-tautological-compare -Wno-unused-value -
 Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -
 Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-
 parentheses -Qunused-arguments -c
 https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../..
 /contrib/openbsm/libbsm/bsm_flags.c -o bsm_flags.So
 --- all_subdir_libcalendar ---
 --- calendar.o ---
 cc   -O2 -pipe   -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 -Wunused-parameter -Wcast-align -Wchar-
 subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-
 definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-
 safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -
 Qunused-arguments -c
 https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libcalendar
 /calendar.c -o calendar.o
 --- easter.o ---
 cc   -O2 -pipe   -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall
 -Wno

RE: Build failed in Jenkins: FreeBSD_HEAD #1772

2014-11-04 Thread dteske
Build is unbroken ;D Thanks! hehe (and sorry)

http://svnweb.freebsd.org/base?view=revisionrevision=274121

shurd and I learned today that WARNS=6 means something
different on -CURRENT than on 9 or 10 (or at least, the 9 and 10
that I have deployed for my testing [smiles]).
-- 
Devin

 -Original Message-
 From: de...@shxd.cx [mailto:de...@shxd.cx] On Behalf Of
 dte...@freebsd.org
 Sent: Tuesday, November 4, 2014 5:35 PM
 To: freebsd-current@freebsd.org; dumbb...@freebsd.org;
 d...@freebsd.org; b...@freebsd.org; dte...@freebsd.org
 Subject: RE: Build failed in Jenkins: FreeBSD_HEAD #1772
 
 Fixing!
 
 Sorry! Pointy-Hat (really pointy)
 --
 Devin
 
  -Original Message-
  From: jenkins-ad...@freebsd.org [mailto:jenkins-ad...@freebsd.org]
  Sent: Tuesday, November 4, 2014 5:16 PM
  To: jenkins-ad...@freebsd.org; freebsd-current@freebsd.org;
  dumbb...@freebsd.org; d...@freebsd.org; b...@freebsd.org;
  dte...@freebsd.org
  Subject: Build failed in Jenkins: FreeBSD_HEAD #1772
 
  See
  https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1772/changes
 
  Changes:
 
  [dumbbell] vt(4): Support syscons' SC_HISTORY_SIZE to configure history
 size
 
  Therefore, to set histry size to 2000 lines, add the following line to
  your kernel configuration file:
  options SC_HISTORY_SIZE=2000
 
  The default history remains at 500 lines.
 
  MFC after:  1 week
 
  [dteske] Add new libraries/utilities for data throughput visualization.
  dpv(3): dialog progress view library
  dpv(1): stream data from stdin or multiple paths with dialog progress view
  figpar(3): configuration file parsing library
 
  Reviews:D714
  Reviewed by:jelischer, shurd
  Discussed at:   MeetBSD California 2014 Vendor/Dev Summit
  Discussed on:   -current
  MFC after:  21 days
  X-MFC-to:   stable/10 stable/9
 
  [des] [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2).
  [SA-14:26] Fix remote command execution in ftp(1).
 
  Approved by:so (des)
 
  [bapt] Partially fix indentation issues to improve readability helping
  cooperation with
  Dragonfly folks
 
  PR: 194785
  Submitted by:   François Tigeot (ftig...@wolfpond.org)
 
  [des] When reseeding the DPRNG, we're supposed to hash the current key
  and
  some accumulated entropy twice and use that as the new key.  Due to a
  typo, we were using the output of the first hash round instead of the
  second.  Correct this, but eliminate temp[] since we can reuse hash[].
  Also add comments explaining what is going on and why.
 
  Noticed by: Sami Farin sami.fa...@gmail.com
  Reviewed by:markm@
  Approved by:so (des)
 
  --
  [...truncated 97827 lines...]
  --- all_subdir_libcalendar ---
  --- easter.So ---
  cc  -fpic -DPIC  -O2 -pipe   -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 -Wunused-parameter -Wcast-
 align
  -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-
  style-definition -Wno-pointer-sign -Wmissing-variable-declarations -
  Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-
  const-variable -Qunused-arguments -c
 
 https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libcalendar
  /easter.c -o easter.So
  --- all_subdir_libbsm ---
  --- bsm_fcntl.So ---
  cc  -fpic -DPIC  -O2 -pipe   -
 
 Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../.
  ./contrib/openbsm -
 
 Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../.
  ./contrib/openbsm/libbsm -std=gnu99 -fstack-protector -Wsystem-
 headers
  -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-
  unused-const-variable -Wno-tautological-compare -Wno-unused-value -
  Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
 -
  Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-
  parentheses -Qunused-arguments -c
 
 https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../..
  /contrib/openbsm/libbsm/bsm_fcntl.c -o bsm_fcntl.So
  --- bsm_flags.So ---
  cc  -fpic -DPIC  -O2 -pipe   -
 
 Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../.
  ./contrib/openbsm -
 
 Ihttps://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../.
  ./contrib/openbsm/libbsm -std=gnu99 -fstack-protector -Wsystem-
 headers
  -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-
  unused-const-variable -Wno-tautological-compare -Wno-unused-value -
  Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
 -
  Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-
  parentheses -Qunused-arguments -c
 
 https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libbsm/../..
  /contrib/openbsm/libbsm/bsm_flags.c -o bsm_flags.So
  --- all_subdir_libcalendar

RE: Build failed in Jenkins: FreeBSD_HEAD #1772

2014-11-04 Thread dteske
OK OK... my bad!

I wasn't doing buildworld for my test.

This should address the issue... (would love a quick test feedback)

Thank you so much, by the way.

http://svnweb.freebsd.org/base?view=revisionrevision=274123

-- 
Devin

 -Original Message-
 From: Larry Rosenman [mailto:l...@lerctr.org]
 Sent: Tuesday, November 4, 2014 6:04 PM
 To: dte...@freebsd.org
 Subject: Re: Build failed in Jenkins: FreeBSD_HEAD #1772
 
 cc  -fpic -DPIC  -O2 -pipe -fno-omit-frame-pointer   -I/usr/src/lib/libdpv
-
 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 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -
 Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-
 sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -
 Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c
 /usr/src/lib/libdpv/dprompt.c -o dprompt.So
 ctfconvert -L VERSION dprompt.So
 ERROR: ctfconvert: dprompt.So doesn't have type data to convert
 cc  -fpic -DPIC  -O2 -pipe -fno-omit-frame-pointer   -I/usr/src/lib/libdpv
-
 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 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -
 Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-
 sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -
 Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c
 /usr/src/lib/libdpv/dpv.c -o dpv.So
 ctfconvert -L VERSION dpv.So
 ERROR: ctfconvert: dpv.So doesn't have type data to convert
 cc  -fpic -DPIC  -O2 -pipe -fno-omit-frame-pointer   -I/usr/src/lib/libdpv
-
 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 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -
 Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-
 sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -
 Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c
 /usr/src/lib/libdpv/status.c -o status.So
 ctfconvert -L VERSION status.So
 ERROR: ctfconvert: status.So doesn't have type data to convert
 cc  -fpic -DPIC  -O2 -pipe -fno-omit-frame-pointer   -I/usr/src/lib/libdpv
-
 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 -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -
 Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-
 sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -
 Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c
 /usr/src/lib/libdpv/util.c -o util.So
 ctfconvert -L VERSION util.So
 ERROR: ctfconvert: util.So doesn't have type data to convert
 building shared library libdpv.so.1
 /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lfigpar
 cc: error: linker command failed with exit code 1 (use -v to see
invocation)
 *** Error code 1
 
 Stop.
 make[5]: stopped in /usr/src/lib/libdpv
 *** Error code 1
 
 Stop.
 make[4]: stopped in /usr/src/lib
 *** Error code 1
 
 Stop.
 make[3]: stopped in /usr/src
 *** Error code 1
 
 Stop.
 make[2]: stopped in /usr/src
 *** Error code 1
 
 Stop.
 make[1]: stopped in /usr/src
 *** Error code 1
 
 Stop.
 make: stopped in /usr/src
 ^C
 [1]   Done(1) nohup make -DNO_CLEAN buildworld buildkernel
 make.noc.out 21
 borg.lerctr.org /usr/src #
 
 borg.lerctr.org /usr/src # svn info
 Path: .
 Working Copy Root Path: /usr/src
 URL: svn://svn.freebsd.org/base/head
 Relative URL: ^/head
 Repository Root: svn://svn.freebsd.org/base
 Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
 Revision: 274121
 Node Kind: directory
 Schedule: normal
 Last Changed Author: dteske
 Last Changed Rev: 274121
 Last Changed Date: 2014-11-04 19:57:32 -0600 (Tue, 04 Nov 2014)
 
 borg.lerctr.org /usr/src #
 
 On Tue, Nov 04, 2014 at 05:58:19PM -0800, dte...@freebsd.org wrote:
  Actually... really fixed! ;D Thanks again!
  http://svnweb.freebsd.org/base?view=revisionrevision=274121
 
  --
  Devin
 
   -Original Message-
   From: de...@shxd.cx [mailto:de...@shxd.cx] On Behalf Of
   dte...@freebsd.org
   Sent: Tuesday, November 4, 2014 5:48 PM
   To: 'Larry Rosenman'
   Cc: dte...@freebsd.org
   Subject: RE: Build failed in Jenkins: FreeBSD_HEAD #1772
  
   Thanks!
  
   Fixed...
   http://svnweb.freebsd.org/base?view=revisionrevision=274120
  
  
-Original Message-
From: Larry Rosenman