Package Details: mininet 2.3.1b4-1

Git Clone URL: https://aur.archlinux.org/mininet.git (read-only, click to copy)
Package Base: mininet
Description: Emulator for rapid prototyping of Software Defined Networks
Upstream URL: https://github.com/mininet/mininet
Keywords: mininet openflow sdn
Licenses: custom
Submitter: pedromj
Maintainer: kyechou
Last Packager: kyechou
Votes: 16
Popularity: 0.174035
First Submitted: 2014-11-07 17:38 (UTC)
Last Updated: 2024-07-09 16:07 (UTC)

Latest Comments

1 2 3 Next › Last »

hendrikcech commented on 2024-07-05 09:59 (UTC)

The compilation problem is fixed. Thanks a lot for the swift response!

kyechou commented on 2024-07-03 14:25 (UTC)

Hi @hendrikcech, this is probably caused by the code not being updated with the more recent compiler version. The issue should be fixed now. Please try again and let me know if the problem still remains.

hendrikcech commented on 2024-07-03 09:37 (UTC)

Building this package fails on my machine with the following error:

lib/backtrace.c: In function ‘backtrace_capture’:
lib/backtrace.c:126:32: error: passing argument 1 of ‘backtrace’ from incompatible pointer type [-Wincompatible-pointer-types]
  126 |     bt->n_frames = backtrace(bt->frames, BACKTRACE_MAX_FRAMES);
      |                              ~~^~~~~~~~
      |                                |
      |                                uintptr_t * {aka long unsigned int *}

Can anyone reproduce this? I have not found a solution yet.

kyechou commented on 2023-11-21 03:45 (UTC) (edited on 2023-11-21 03:45 (UTC) by kyechou)

@mb720 Thanks for letting me know! However, packages in the base-devel group should not be listed as part of the build dependency.1

@mb720 @leshow The strlcpy compile issue should be resolved now. Please try again. Thanks!

leshow commented on 2023-09-19 16:29 (UTC)

I'm not able to get this to build, I have the strlcopy error also.

mb720 commented on 2023-09-06 08:31 (UTC)

To build libcgroup, you need a version of yacc and flex: pacman -S byacc flex.

I still ran into an error: lib/util.h:109:6: error: conflicting types for ‘strlcpy’; have ‘void(char *, const char *, size_t)’ {aka ‘void(char *, const char *, long unsigned int)’}. The full output is here.

mroethke commented on 2019-07-03 10:10 (UTC)

I seems mininet needs cgcreate out of libcgroup, can you please add that to the dependencies?

Tomaash commented on 2019-02-18 20:45 (UTC)

Package xbitmaps probably should be an optional dependency because MiniEdit crashes without it.

ecklm commented on 2018-10-09 08:10 (UTC)

I have sent you a patch in email. Could you please apply that?

pedromj commented on 2018-05-07 06:45 (UTC)

I have updated to "2.2.2", please test it. Thank you.