Package Details: mininet 2.2.1-1

Package Base: mininet
Description: Process-based network emulator (stable branch)
Upstream URL: https://github.com/mininet/mininet/
Category: network
Licenses: custom
Submitter: pedromj
Maintainer: pedromj
Last Packager: pedromj
Votes: 1
First Submitted: 2014-11-07 17:38
Last Updated: 2015-04-22 16:13

Dependencies (9)

Required by (0)

Sources

Latest Comments

Comment by pedromj

2015-07-21 09:45

Notice that xorg-xhost is optional because mininet works well without using the "xterm" command and it is able to use other terminal emulator if it is properly tuned.

Comment by pedromj

2015-07-21 09:44

I've added xorg-xhost as optional dependency and uploaded the new version to AUR4.

Comment by vmaffione

2015-07-21 08:17

I've seen that also xorg-xhost package is needed, otherwise the mininet "xterm" command fails.

Comment by vmaffione

2015-07-21 08:07

Hi, it works. Are you planning to move this to AUR4?

Comment by pedromj

2015-04-22 16:13

Updated, please test.

Comment by pedromj

2015-04-16 13:52

Updated, please test.

Comment by frablondel

2015-04-07 11:58

Hi,
I also had to install manually python-networkx bridge-utils openvswitch
Thanks !

Comment by vmaffione

2014-12-06 12:27

It works fine now.

Thanks,
Vincenzo

Comment by pedromj

2014-12-03 17:09

I've updated the package. Please test it. Thank you.

Comment by vmaffione

2014-12-03 13:18

Hi,
I see that python2-setuptools is needed to build the package, but this is not listed into the make dependencies.

This is the error that I get

python2 setup.py install --prefix=/usr --root="/home/vmaffione/tmp/mininet/pkg/mininet" --optimize=1 install
Traceback (most recent call last):
File "setup.py", line 5, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
Makefile:43: recipe for target 'install' failed
make: *** [install] Error 1
==> ERROR: A failure occurred in package().
Aborting...


I am able to build the package as long as I install python2-setuptools from the official repositories. Can you update the PKGBUILD with this dependency?

Cheers,
Vincenzo