Re: CVS commit: src/tests/usr.sbin/traceroute

2010-12-15 Thread Christoph Egger

 Module Name:  src
 Committed By: pooka
 Date: Wed Dec 15 00:13:52 UTC 2010
 
 Added Files:
   src/tests/usr.sbin/traceroute: Makefile t_traceroute.sh
 
 Log Message:
 Add simple tests for traceroute.  The test bootstraps a three-node
 network with one router in the middle and checks traceroute from
 one endpoint to another with both UDP and ICMP.
 
 (i guess these test networking at least as much as traceroute
 itself, but then again that's not a bad thing)

This breaks release build:

==  2 missing files in DESTDIR  
Files in flist but missing from DESTDIR.
File wasn't installed ?  
--
./usr/tests/usr.sbin/traceroute/Atffile   
./usr/tests/usr.sbin/traceroute/t_traceroute  
  end of 2 missing files  ==  
*** [checkflist] Error code 1

Christoph


Re: CVS commit: src/tests/usr.sbin/traceroute

2010-12-15 Thread Adam Hamsik

On Dec,Wednesday 15 2010, at 11:27 AM, Christoph Egger wrote:

 
 Module Name: src
 Committed By:pooka
 Date:Wed Dec 15 00:13:52 UTC 2010
 
 Added Files:
  src/tests/usr.sbin/traceroute: Makefile t_traceroute.sh
 
 Log Message:
 Add simple tests for traceroute.  The test bootstraps a three-node
 network with one router in the middle and checks traceroute from
 one endpoint to another with both UDP and ICMP.
 
 (i guess these test networking at least as much as traceroute
 itself, but then again that's not a bad thing)
 
 This breaks release build:
 
 ==  2 missing files in DESTDIR  
 Files in flist but missing from DESTDIR.
 File wasn't installed ?  
 --
 ./usr/tests/usr.sbin/traceroute/Atffile   
 ./usr/tests/usr.sbin/traceroute/t_traceroute  
   end of 2 missing files  ==  
 *** [checkflist] Error code 1

Update src/tests and re run your build should be fixed now.

Regards

Adam.



Re: CVS commit: src/usr.bin/rump_allserver

2010-12-15 Thread Antti Kantee
On Wed Dec 15 2010 at 09:40:22 +, Thomas Klausner wrote:
 Modified Files:
   src/usr.bin/rump_allserver: rump_allserver.c
 
 Log Message:
 Sort options in usage same as in man page.
 While here, replace \xa0 with ' '. Where do you get these from?

Dunno, some weird combination of netbsd/keyboard/vi.  Seems to happen
especially when showmatch triggers from } and ]

-- 
älä karot toivorikkauttas, kyl rätei ja lumpui piisaa


Re: CVS commit: src/tests/usr.sbin/traceroute

2010-12-15 Thread Christoph Egger
 
 On Dec,Wednesday 15 2010, at 11:27 AM, Christoph Egger wrote:
 
  
  Module Name:   src
  Committed By:  pooka
  Date:  Wed Dec 15 00:13:52 UTC 2010
  
  Added Files:
 src/tests/usr.sbin/traceroute: Makefile t_traceroute.sh
  
  Log Message:
  Add simple tests for traceroute.  The test bootstraps a three-node
  network with one router in the middle and checks traceroute from
  one endpoint to another with both UDP and ICMP.
  
  (i guess these test networking at least as much as traceroute
  itself, but then again that's not a bad thing)
  
  This breaks release build:
  
  ==  2 missing files in DESTDIR  
  Files in flist but missing from DESTDIR.
  File wasn't installed ?  
  --
  ./usr/tests/usr.sbin/traceroute/Atffile   
  ./usr/tests/usr.sbin/traceroute/t_traceroute  
    end of 2 missing files  ==  
  *** [checkflist] Error code 1
 
 Update src/tests and re run your build should be fixed now.
 
 Regards
 
 Adam.

Confirmed. Thanks.

Christoph