Search Criteria
Package Details: mininet 2.2.2-1
Git Clone URL: | https://aur.archlinux.org/mininet.git (read-only, click to copy) |
---|---|
Package Base: | mininet |
Description: | Process-based network emulator (stable branch) |
Upstream URL: | https://github.com/mininet/mininet/ |
Licenses: | |
Submitter: | pedromj |
Maintainer: | pedromj |
Last Packager: | pedromj |
Votes: | 14 |
Popularity: | 0.115390 |
First Submitted: | 2014-11-07 17:38 |
Last Updated: | 2018-05-07 06:44 |
Dependencies (10)
- bash (bash-devel-git, bash-devel-static-git)
- iperf (iperf-git)
- iputils (iputils-git, iputils-minimal-git)
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git)
- openvswitch (openvswitch-git)
- python2
- python2-networkx (python2-networkx-1.11)
- help2man (help2man-git) (make)
- python2-setuptools (make)
- xorg-xhost (optional)
Latest Comments
« First ‹ Previous 1 2 3
vmaffione commented on 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