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.
Search Criteria
Package Details: mininet 2.2.1-1
Package Actions
| Package Base: | mininet |
|---|---|
| Description: | Process-based network emulator (stable branch) |
| Upstream URL: | https://github.com/mininet/mininet/ |
| Category: | network |
| Licenses: | |
| 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)
- bash
- iperf
- iputils
- net-tools
- python2
- python2-networkx
- help2man (make)
- python2-setuptools (make)
- openvswitch (optional) – (unknown)
Required by (0)
Sources
Latest Comments
Comment by pedromj
Comment by pedromj
I've added xorg-xhost as optional dependency and uploaded the new version to AUR4.
Comment by vmaffione
I've seen that also xorg-xhost package is needed, otherwise the mininet "xterm" command fails.
Comment by vmaffione
Hi, it works. Are you planning to move this to AUR4?
Comment by pedromj
Updated, please test.
Comment by pedromj
Updated, please test.
Comment by frablondel
Hi,
I also had to install manually python-networkx bridge-utils openvswitch
Thanks !
Comment by vmaffione
It works fine now.
Thanks,
Vincenzo
Comment by pedromj
I've updated the package. Please test it. Thank you.
Comment by vmaffione
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