Description
Looks like you dropped ARM from the list of supported ports. Trafficserver 3.2 does not build on purpose on ARM anymore. Bad code is in ./trafficserver/plugins/header_filter/lulu.h:
#if defined(__i386__) ... #elif defined(__x86_64__) ... #else #error "Define barriers" #endif
Full build log for Debian is here: https://buildd.debian.org/status/fetch.php?pkg=trafficserver&arch=armhf&ver=3.2.0-1&stamp=1347665237
Please tell me, whether you intend to fix that (sorry, no ARM assembly skills from my side) or whether you intend to drop ARM entirely.
Attachments
Issue Links
- is cloned by
-
TS-1498 3.2.x - ATS 3.2 drops support for ARM
- Closed