Package Details: dynamips 0.2.23-1

Git Clone URL: https://aur.archlinux.org/dynamips.git (read-only, click to copy)
Package Base: dynamips
Description: Cisco router emulator.
Upstream URL: https://github.com/GNS3/dynamips
Licenses: GPL2
Groups: gns3
Submitter: None
Maintainer: runnytu
Last Packager: runnytu
Votes: 102
Popularity: 0.51
First Submitted: 2007-04-30 09:19 (UTC)
Last Updated: 2023-01-25 19:01 (UTC)

Dependencies (3)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

korjjj commented on 2013-06-16 06:32 (UTC)

Updated to 0.2.8-RC7 from github. Added 'elfutils' as dependency.

fukawi2 commented on 2013-04-11 06:53 (UTC)

Repeating an earlier comment, 'elfutils' needs to be as a dependency please.

Samuel commented on 2013-02-18 15:34 (UTC)

Got compile error when using multiple compile threads (gcc option -jX where X > 1). > ../common/dev_rom.c:22:37: fatal error: mips64_microcode_dump.inc: No such file or directory I set MAKEFLAGS="-j5" in my /etc/makepkg.conf. I successfully built the package with MAKEFLAGS="-j1" makepkg

bassu commented on 2013-01-31 11:23 (UTC)

Had to shrink down the build function to: build() { cd "$srcdir/dynamips-0.2.8-RC3-community" export DYNAMIPS_ARCH=amd64; make } The earlier one gave a mips compilation error.

<deleted-account> commented on 2012-11-02 12:54 (UTC)

This thing requires elfutils as a dependency.

cros13 commented on 2012-11-02 12:00 (UTC)

this is missing a dependency on 'elfutils'

tdebruyn commented on 2012-08-30 10:15 (UTC)

Not sure why but for me the compilation fails for x86_64 because the DYNAMIPS_ARCH variable is not picked up by "make", I have solved this by modifying the build() function like this: build() { cd "$srcdir/dynamips-0.2.8-RC3-community" if test "$CARCH" == x86_64; then export DYNAMIPS_ARCH=amd64 make else make fi }

skrobul commented on 2012-08-27 16:48 (UTC)

changed.

<deleted-account> commented on 2012-07-26 03:04 (UTC)

Note for others: Installing elfutils obviously resolves the issue. This should be changed (it's been almost a year...)