Re: [ITP] nttcp-1.47 -- New test TCP program

2008-03-07 Thread Corinna Vinschen
On Mar  6 12:49, Jari Aalto wrote:
 http://cygwin.cante.net/nttcp/setup.hint \
 http://cygwin.cante.net/nttcp/nttcp-1.47-1-src.tar.bz2 \
 http://cygwin.cante.net/nttcp/nttcp-1.47-1.tar.bz2 \

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITP] nttcp-1.47 -- New test TCP program

2008-03-06 Thread Jari Aalto
* Tue 2008-03-04 jari aalto-w6EBCRcXQ4deoWH0uzbU5w [EMAIL PROTECTED]
* Message-Id: [EMAIL PROTECTED]
 * Mon 2008-03-03 Volker Zell [EMAIL PROTECTED]
 * Message-Id: [EMAIL PROTECTED]

 Jari Aalto writes:

  Included in Debian stable:

  http://packages.debian.org/nttcp

 Src package contains binary and your build script hangs during the strip
 phase.

 Hm. Could you download this new build and send the full log

Thanks for the log, I hope this new build fixes it.

  mkdir nttcp
  cd nttcp
  wget\
http://cygwin.cante.net/nttcp/setup.hint \
http://cygwin.cante.net/nttcp/nttcp-1.47-1-src.tar.bz2 \
http://cygwin.cante.net/nttcp/nttcp-1.47-1.tar.bz2 \
  tar -xf nttcp-1.47-1-src.tar.bz2
  ./nttcp*.sh --color all

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


[GTG] Re: [ITP] nttcp-1.47 -- New test TCP program

2008-03-06 Thread Dr. Volker Zell
 Jari Aalto writes:

 * Tue 2008-03-04 jari aalto-w6EBCRcXQ4deoWH0uzbU5w [EMAIL PROTECTED]
 * Message-Id: [EMAIL PROTECTED]
 * Mon 2008-03-03 Volker Zell [EMAIL PROTECTED]
 * Message-Id: [EMAIL PROTECTED]
 
 Jari Aalto writes:
 
  Included in Debian stable:
 
  http://packages.debian.org/nttcp
 
 Src package contains binary and your build script hangs during the strip
 phase.
 
 Hm. Could you download this new build and send the full log

 Thanks for the log, I hope this new build fixes it.

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker


Re: [ITP] nttcp-1.47 -- New test TCP program

2008-03-04 Thread Jari Aalto
* Mon 2008-03-03 Volker Zell [EMAIL PROTECTED]
* Message-Id: [EMAIL PROTECTED]
 Jari Aalto writes:

  Included in Debian stable:

  http://packages.debian.org/nttcp

 Src package contains binary and your build script hangs during the strip
 phase.

Hm. Could you download this new build and send the full log

mkdir nttcp
cd nttcp
wget http://cygwin.cante.net/nttcp/nttcp-1.47-1-src.tar.bz2
tar -xf nttcp*.tar.bz2
bash -x nttcp*sh --verbose | tee nttcp.log 21

To my address:

[EMAIL PROTECTED]

Thanks,
Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines


[ITP] nttcp-1.47 -- New test TCP program

2008-03-03 Thread Cygwin-bug#20080303T1300

Included in Debian stable:

http://packages.debian.org/nttcp

Jari

sdesc: New test TCP program
ldesc: Improved version of the ttcp program. It simulates inetd behaviour to
start off the remote side program which will send/receive data. Both
sides measure the time and number of bytes transfered. The local side
will print the measures. The format of the output can be specified on
the commandline.
category: Net
requires: cygwin

a) manual

  wget\
http://cygwin.cante.net/nttcp/nttcp-1.47-2-src.tar.bz2 \
http://cygwin.cante.net/nttcp/nttcp-1.47-2.tar.bz2 \
http://cygwin.cante.net/nttcp/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir nttcp ; cd nttcp
  rm -f get.sh get.sh.sig
  wgethttp://cygwin.cante.net/nttcp/get.sh \
  http://cygwin.cante.net/nttcp/get.sh.sig 
  gpg --verify get.sh.sig get.sh 
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Re: [ITP] nttcp-1.47 -- New test TCP program

2008-03-03 Thread Dr. Volker Zell
 Jari Aalto writes:

 Included in Debian stable:

 http://packages.debian.org/nttcp

Src package contains binary and your build script hangs during the strip
phase.

Ciao
  Volker