jkorell/iperf

install iperf on rasbperry pi

Closed this issue · 2 comments

Hi!
I was trying to install iperf-3.0b5 on my raspberry pi.

What steps will reproduce the problem?
1. ./configure - it is OK!
2. make - it is OK!
3. make check - got error!
4. make install - got error!

What is the expected output? What do you see instead?

Subject: iperf install on raspberry pi
pi@raspberrypi /tmp/iperf-3.0b5 $ make check
Making check in src
make[1]: Entering directory `/tmp/iperf-3.0b5/src'
make  check-TESTS
make[2]: Entering directory `/tmp/iperf-3.0b5/src'
PASS: t_timer
t_units: t_units.c:30: main: Assertion `1000.0 * 0.5 == unit_atof("0.5k")' 
failed.
/bin/bash: line 4: 10255 Aborted                 ${dir}$tst
FAIL: t_units
cookie: 'raspberrypi.1377714239.162941.1ac382'
PASS: t_uuid
==================================================
1 of 3 tests failed
Please report to iperf-users@lists.sourceforge.net
==================================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/tmp/iperf-3.0b5/src'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/tmp/iperf-3.0b5/src'
make: *** [check-recursive] Error 1

What version of the product are you using? On what operating system?
iperf-3.0b5

Please provide any additional information below.

Original issue reported on code.google.com by webdevel...@gmail.com on 28 Aug 2013 at 6:42

We have made changes since the 3.0b5 release to address this.  Can you try 
checking out a copy of the source tree from google code and testing that?

Original comment by jdu...@es.net on 6 Sep 2013 at 3:54

Tested and confirmed working by Ken Miller. Closing.

Original comment by bltier...@es.net on 8 Nov 2013 at 11:44

  • Changed state: Done