Fluent-bit: AIX 6/7 support

Created on 17 May 2017  路  3Comments  路  Source: fluent/fluent-bit

Hi All,

I try to build fluent-bit on AIX 6.1/7.1 within gcc-4.8.5

cd build 
cmake -DFLB_IN_SERIAL=off -DFLB_SQLDB=off ..
  1. it failed on building mk_core because lack of
    I touch an empty file /usr/include/getopt.h
    then it was passed

  2. Assembler Error for mbedcrypto

Scanning dependencies of target mbedcrypto
[  9%] Building C object lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/aes.c.o
[  9%] Building C object lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/aesni.c.o
[  9%] Building C object lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/arc4.c.o
[ 10%] Building C object lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o
[ 10%] Building C object lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o
[ 11%] Building C object lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/base64.c.o
[ 11%] Building C object lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/bignum.c.o
Assembler:
/tmp//ccfLwmCz.s: line 4077: 1252-142 Syntax error.
/tmp//ccfLwmCz.s: line 4078: 1252-142 Syntax error.
/tmp//ccfLwmCz.s: line 4079: 1252-142 Syntax error.
/tmp//ccfLwmCz.s: line 4080: 1252-142 Syntax error.
/tmp//ccfLwmCz.s: line 4081: 1252-142 Syntax error.
...
lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/build.make:206: recipe for target 'lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/bignum.c.o' failed
make[2]: *** [lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/bignum.c.o] Error 1
CMakeFiles/Makefile2:421: recipe for target 'lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/all' failed
make[1]: *** [lib/mbedtls-2.4.2/library/CMakeFiles/mbedcrypto.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
$

any suggestion ?

Thanks & Regards,
ARIEN

platform-not-supported

Most helpful comment

Any plans for fluent bit to start supporting AIX 6/7?

All 3 comments

AIX is not officially supported for now.

For mbedtls build problems I'd suggest to reach mbedtls Team at their github repo:

https://github.com/ARMmbed/mbedtls

Closing this ticket for now. AIX is not a supported platform by the open source edition of Fluent Bit.

Any plans for fluent bit to start supporting AIX 6/7?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iamshreeram picture iamshreeram  路  3Comments

mhf-ir picture mhf-ir  路  4Comments

JavaCS3 picture JavaCS3  路  3Comments

UladzimirSemiankou picture UladzimirSemiankou  路  3Comments

benclive picture benclive  路  3Comments