Re: CVS commit: src/lib/libc/sys

2015-04-05 Thread Tyler Retzlaff

somehow i knew this was coming :)


On 4/5/2015 4:41 PM, Thomas Klausner wrote:

Module Name:src
Committed By:   wiz
Date:   Sun Apr  5 20:41:06 UTC 2015

Modified Files:
src/lib/libc/sys: bind.2

Log Message:
Sort errors. Bump date for previous.


thanks i'll try to catch those things next time.




To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/bind.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Re: CVS commit: src

2015-04-05 Thread Martin Husemann
On Sat, Apr 04, 2015 at 03:36:46PM -0400, Christos Zoulas wrote:
 I found out what's wrong (building ops.h at the same time as deps)
 and I fixed it.

Great!


Re: CVS commit: src

2015-04-05 Thread Christos Zoulas
On Apr 5,  9:09am, mar...@duskware.de (Martin Husemann) wrote:
-- Subject: Re: CVS commit: src

| Unfortunately (now on a different machine) it fails for me like below.
| 
| Martin

Hmm, it is building things twice... I am trying to figure out why but I can't
reproduce it.

christos


Re: CVS commit: src

2015-04-05 Thread Martin Husemann
Unfortunately (now on a different machine) it fails for me like below.

Martin

dependall === tools/lint1
--- ./cgram.c ---
--- cgram.c ---
--- ./cgram.c ---
#  yacc  lint1/./cgram.c
/usr/tools/bin/nbyacc -d -o ./cgram.c 
/usr/src/tools/lint1/../../usr.bin/xlint/lint1/cgram.y
--- cgram.c ---
#  yacc  lint1/cgram.c
/usr/tools/bin/nbyacc -d -o cgram.c 
/usr/src/tools/lint1/../../usr.bin/xlint/lint1/cgram.y
--- ./cgram.c ---
/usr/tools/bin/nbyacc: 78 shift/reduce conflicts.
--- cgram.c ---
/usr/tools/bin/nbyacc: 78 shift/reduce conflicts.
--- ./cgram.c ---
echo '#if HAVE_NBTOOL_CONFIG_H'  ./cgram.c.1
echo '#include nbtool_config.h'  ./cgram.c.1
echo '#endif'  ./cgram.c.1
cat ./cgram.c  ./cgram.c.1
--- cgram.c ---
echo '#if HAVE_NBTOOL_CONFIG_H'  cgram.c.1
echo '#include nbtool_config.h'  cgram.c.1
echo '#endif'  cgram.c.1
cat cgram.c  cgram.c.1
--- ./cgram.c ---
mv ./cgram.c.1 ./cgram.c
--- cgram.c ---
mv cgram.c.1 cgram.c
mv: rename cgram.c.1 to cgram.c: No such file or directory
*** [cgram.c] Error code 1
nbmake[4]: stopped in /usr/src/tools/lint1
1 error
nbmake[4]: stopped in /usr/src/tools/lint1
*** Failed target:  dependall-lint1
*** Failed command: _makedirtarget() { dir=$1; shift; target=$1; shift; 
case ${dir} in /*) this=${dir}/; real=${dir} ;; .) this=tools/; 
real=/usr/src/tools ;; *) this=tools/${dir}/; real=/usr/src/tools/${dir} 
;; esac; show=${this:-.}; echo ${target} === ${show%/}${1:+ (with: $@)}; cd 
${real}  /usr/tools/bin/nbmake _THISDIR_=${this} $@ ${target}; }; 
_makedirtarget lint1 dependall
*** Error code 2
Stop.
nbmake[3]: stopped in /usr/src/tools
*** [build_install] Error code 1

nbmake[2]: stopped in /usr/src/tools
1 error

nbmake[2]: stopped in /usr/src/tools
*** [do-tools] Error code 2

nbmake[1]: stopped in /usr/src
1 error

nbmake[1]: stopped in /usr/src
*** [build] Error code 2

nbmake: stopped in /usr/src
1 error

nbmake: stopped in /usr/src

ERROR: Failed to make build
*** BUILD ABORTED ***