* [Buildroot] [PATCH v2] package/aircrack-ng: powerpc arch requires altivec @ 2018-08-14 13:38 Matt Weber 2018-08-14 13:53 ` Thomas Petazzoni 0 siblings, 1 reply; 3+ messages in thread From: Matt Weber @ 2018-08-14 13:38 UTC (permalink / raw) To: buildroot The powerpc support in this package currently requires an arch with altivec accelerator support. This is a bug and the the powerpc arch should have a non-simd option like ARM/x86. Upstream issue: https://github.com/aircrack-ng/aircrack-ng/issues/1941 Fixes http://autobuild.buildroot.net/results/87e82a5e8d0b1c1ff10ec3e59d25bcd56b329075 Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> -- Changes v1 -> v2 [Thomas - Add issue link to Config.in - Reworded description above to note this is a bug --- package/aircrack-ng/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/aircrack-ng/Config.in b/package/aircrack-ng/Config.in index f3e2bc4ef1..70ddcb6111 100644 --- a/package/aircrack-ng/Config.in +++ b/package/aircrack-ng/Config.in @@ -4,6 +4,9 @@ config BR2_PACKAGE_AIRCRACK_NG depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_INSTALL_LIBSTDCPP depends on !BR2_STATIC_LIBS # dlfcn.h + # https://github.com/aircrack-ng/aircrack-ng/issues/1941 + depends on BR2_POWERPC_CPU_HAS_ALTIVEC || \ + !(BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le) select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT help A set of tools for auditing wireless networks -- 2.17.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] package/aircrack-ng: powerpc arch requires altivec 2018-08-14 13:38 [Buildroot] [PATCH v2] package/aircrack-ng: powerpc arch requires altivec Matt Weber @ 2018-08-14 13:53 ` Thomas Petazzoni 2018-08-27 23:17 ` Matthew Weber 0 siblings, 1 reply; 3+ messages in thread From: Thomas Petazzoni @ 2018-08-14 13:53 UTC (permalink / raw) To: buildroot Hello, On Tue, 14 Aug 2018 08:38:32 -0500, Matt Weber wrote: > The powerpc support in this package currently requires an arch with > altivec accelerator support. This is a bug and the the powerpc arch > should have a non-simd option like ARM/x86. > > Upstream issue: https://github.com/aircrack-ng/aircrack-ng/issues/1941 > > Fixes > http://autobuild.buildroot.net/results/87e82a5e8d0b1c1ff10ec3e59d25bcd56b329075 > > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> > -- > Changes > v1 -> v2 > [Thomas > - Add issue link to Config.in > - Reworded description above to note this is a bug > --- > package/aircrack-ng/Config.in | 3 +++ > 1 file changed, 3 insertions(+) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] package/aircrack-ng: powerpc arch requires altivec 2018-08-14 13:53 ` Thomas Petazzoni @ 2018-08-27 23:17 ` Matthew Weber 0 siblings, 0 replies; 3+ messages in thread From: Matthew Weber @ 2018-08-27 23:17 UTC (permalink / raw) To: buildroot Peter/Thomas, On Tue, Aug 14, 2018 at 8:53 AM Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote: > > Hello, > > On Tue, 14 Aug 2018 08:38:32 -0500, Matt Weber wrote: > > The powerpc support in this package currently requires an arch with > > altivec accelerator support. This is a bug and the the powerpc arch > > should have a non-simd option like ARM/x86. > > > > Upstream issue: https://github.com/aircrack-ng/aircrack-ng/issues/1941 > > > > Fixes > > http://autobuild.buildroot.net/results/87e82a5e8d0b1c1ff10ec3e59d25bcd56b329075 > > > > Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> > > -- > > Changes > > v1 -> v2 > > [Thomas > > - Add issue link to Config.in > > - Reworded description above to note this is a bug > > --- > > package/aircrack-ng/Config.in | 3 +++ > > 1 file changed, 3 insertions(+) > > Applied to master, thanks. Just sent patches to properly fix this issue. They won't apply to 'next' as the revert is against a master commit. I'm assuming the series would be applied prior to this release or is the timeline to close? http://patchwork.ozlabs.org/patch/962684/ http://patchwork.ozlabs.org/patch/962683/ Matt ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-27 23:17 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-08-14 13:38 [Buildroot] [PATCH v2] package/aircrack-ng: powerpc arch requires altivec Matt Weber 2018-08-14 13:53 ` Thomas Petazzoni 2018-08-27 23:17 ` Matthew Weber
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox