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/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