From: Richard Smith <smithbone@gmail.com>
To: "Sebastian Moeller" <moeller0@gmx.de>,
"Toke Høiland-Jørgensen" <toke@toke.dk>
Cc: "cerowrt-devel@lists.bufferbloat.net"
<cerowrt-devel@lists.bufferbloat.net>
Subject: Re: [Cerowrt-devel] ***UNCHECKED*** Re: Problems testing sqm (solved)
Date: Mon, 26 Oct 2015 17:54:32 -0400 [thread overview]
Message-ID: <562EA118.3030907@gmail.com> (raw)
In-Reply-To: <0C8DA3DE-B9AF-4006-866B-29E4A3533876@gmx.de>
On 10/26/2015 10:30 AM, Sebastian Moeller wrote:
> Hi Toke,
>
> On Oct 26, 2015, at 14:50 , Toke Høiland-Jørgensen <toke@toke.dk>
> wrote:
>
>> Sebastian Moeller <moeller0@gmx.de> writes:
>>
>>> So, I have no recipe for home-brew, but I use the attached as
>>> local ports collection under macports to get flent to run:
>>
>> You mind if I put this tutorial into the Flent docs?
>
> Not at all; I am not sure whether a) this is the minimal set and b)
> whether it fully works as advertised, so maybe waiting for Richards
> potential success/failure report might be prudent?
The homebrew part turned out to be pretty easy.
Edit the netperf.rb file to include --enable-demo
Then:
brew install netperf.rb --build-from-source
What was much more involved was getting the Mac to a place where you
could actually build programs. Have to update Xcode, agree to license
agreements, and then install command line tools.
'brew doctor'
Is super helpful in sorting all that out. I see why they had to create it.
BUT, The netperf compile will fail when using --enable-demo. See here:
http://www.netperf.org/pipermail/netperf-talk/2013-December/001160.html
So in the end I had to resort to extracting the tarball and editing the
source to remove the inline on the problematic functions and then good
ol' ./configure; make; sudo make install; Which surprisingly worked. I
think thats because 'brew doctor' sorted out all the stuff that would
have otherwise been broken.
And then finally 'brew install fping'
So now I've got flent working now on the Mac Air.
I should also mention that 'brew install qt' is necessary if you want to
show plots.
--
Richard A. Smith
next prev parent reply other threads:[~2015-10-26 21:54 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-23 16:10 [Cerowrt-devel] Problems testing sqm Richard Smith
2015-10-23 16:13 ` Dave Taht
2015-10-23 16:21 ` Rich Brown
2015-10-23 16:45 ` Richard Smith
2015-10-23 16:43 ` Richard Smith
2015-10-23 17:42 ` Sebastian Moeller
2015-10-23 17:15 ` David Lang
2015-10-23 17:02 ` Alan Jenkins
2015-10-23 17:30 ` Richard Smith
2015-10-23 17:50 ` Sebastian Moeller
2015-10-23 17:45 ` Sebastian Moeller
2015-10-23 17:22 ` Aaron Wood
2015-10-23 17:47 ` Sebastian Moeller
2015-10-23 17:48 ` Richard Smith
2015-10-23 17:57 ` David Lang
2015-10-23 19:08 ` Sebastian Moeller
2015-10-23 17:38 ` Sebastian Moeller
2015-10-23 18:05 ` Richard Smith
2015-10-23 18:41 ` Michael Richardson
2015-10-23 20:18 ` Richard Smith
2015-10-23 22:48 ` David P. Reed
2015-10-24 7:59 ` Sebastian Moeller
2015-10-23 22:51 ` Aaron Wood
2015-10-23 22:53 ` David P. Reed
2015-10-24 8:07 ` Sebastian Moeller
2015-10-24 16:34 ` David P. Reed
2015-10-24 16:52 ` Jonathan Morton
2015-10-24 18:58 ` David P. Reed
2015-10-25 23:21 ` David Lang
2015-10-26 9:53 ` Jonathan Morton
2015-10-24 17:24 ` Sebastian Moeller
2015-10-24 17:30 ` Aaron Wood
2015-10-24 10:20 ` Dave Taht
2015-10-24 17:21 ` Sebastian Moeller
2015-10-25 15:10 ` Richard Smith
2015-10-25 16:07 ` [Cerowrt-devel] Problems testing sqm (solved) Richard Smith
2015-10-25 17:36 ` Rich Brown
2015-10-25 20:02 ` Richard Smith
2015-10-25 20:33 ` Sebastian Moeller
2015-10-25 20:44 ` Richard Smith
2015-10-26 11:17 ` Toke Høiland-Jørgensen
2015-10-26 12:35 ` Richard Smith
2015-10-26 11:50 ` Dave Taht
2015-10-26 12:27 ` Richard Smith
2015-10-26 13:41 ` Sebastian Moeller
2015-10-26 13:48 ` Dave Taht
2015-10-26 18:15 ` David Lang
2015-10-26 18:26 ` Sebastian Moeller
2015-10-26 18:31 ` David Lang
2015-10-26 21:01 ` Richard Smith
2015-10-26 22:23 ` Richard Smith
2015-10-26 13:50 ` [Cerowrt-devel] ***UNCHECKED*** " Toke Høiland-Jørgensen
2015-10-26 14:30 ` Sebastian Moeller
2015-10-26 21:54 ` Richard Smith [this message]
2015-10-26 22:04 ` Richard Smith
2015-10-25 20:07 ` [Cerowrt-devel] " Sebastian Moeller
2015-10-25 21:50 ` Jonathan Morton
2015-10-25 22:44 ` Richard Smith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/cerowrt-devel.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=562EA118.3030907@gmail.com \
--to=smithbone@gmail.com \
--cc=cerowrt-devel@lists.bufferbloat.net \
--cc=moeller0@gmx.de \
--cc=toke@toke.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox