Support for the ARM 64 bit CPU architecture (aarch64) was introduced in autoconf 2.69. tcpreplay appears to use an earlier version of autoconf, preventing its being built. This can be fixed in of three ways (In order of preference): 1. Work with upstream to migrate the package to autoconf 2.69. 2. Rerun autoconf or autoreconf in %prep or %build prior to running configure. 3. Apply the patch at http://ausil.fedorapeople.org/aarch64/tcpreplay/tcpreplay-aarch64.patch which updates config.guess and config.sub to recognize aarch64.
I'm the new maintainer of tcpreplay and have been working on ARM compile. The fixes are in v4.0.0beta2 and should be released in a couple weeks. I have not tried fixes on aarch64 so I would be interested to know how it goes. Logged here https://github.com/appneta/tcpreplay/issues/26 Beta available here: http://tcpreplay.appneta.com/content/download.html
(In reply to Fred Klassen from comment #1) > I'm the new maintainer of tcpreplay and have been working on ARM compile. > The fixes are in v4.0.0beta2 and should be released in a couple weeks. I > have not tried fixes on aarch64 so I would be interested to know how it goes. > > Logged here https://github.com/appneta/tcpreplay/issues/26 > > Beta available here: http://tcpreplay.appneta.com/content/download.html Hi and welcome! If you have a Fedora account, feel free to ask for commit access on the package here: https://admin.fedoraproject.org/pkgdb. Then you can build any updates yourself. Alternatively, I will give it a go when I find a bit of time.
Target fix for Tcpreplay 4.0.0beta3. https://github.com/appneta/tcpreplay/issues/43
Able to build with autoconf 2.69, but get lots of warnings.