guyuqi commented on PR #1088:
URL: https://github.com/apache/bigtop/pull/1088#issuecomment-1467795210
Failed to build Alluxio on Fedora-36 Arm64 against in docker image:
`bigtop/slaves:3.2.0-fedora-36-aarch64`:
```
[INFO] [exec] In file included from
../../src/main/native/libjnifuse/jnifuse_helper.cc:22:
[INFO] [exec] ../../src/main/native/libjnifuse/jnifuse_impls.h:42:62:
error: 'fuse_readdir_flags' has not been declared
[INFO] [exec] 42 | off_t offset, struct
fuse_file_info *fi, fuse_readdir_flags flags);
[INFO] [exec] |
^~~~~~~~~~~~~~~~~~
[INFO] [exec] ../../src/main/native/libjnifuse/jnifuse_helper.cc: In
function 'jint Java_alluxio_jnifuse_LibFuse_fuse_1main_1real(JNIEnv*, jobject,
jobject, jint, jobjectArray)':
[INFO] [exec] ../../src/main/native/libjnifuse/jnifuse_helper.cc:46:23:
error: invalid conversion from 'void* (*)(fuse_conn_info*, fuse_config*)' to
'void* (*)(fuse_conn_info*)' [-fpermissive]
[INFO] [exec] 46 | jnifuse_oper.init = init_wrapper;
[INFO] [exec] | ^~~~~~~~~~~~
[INFO] [exec] | |
[INFO] [exec] | void* (*)(fuse_conn_info*,
fuse_config*)
[INFO] [exec] ../../src/main/native/libjnifuse/jnifuse_helper.cc:47:24:
error: invalid conversion from 'int (*)(const char*, mode_t, fuse_file_info*)'
{aka 'int (*)(const char*, unsigned int, fuse_file_info*)'} to 'int (*)(const
char*, mode_t)' {aka 'int (*)(const char*, unsigned int)'} [-fpermissive]
.....
...
[exec] make: ***
[/ws/bigtop/build/alluxio/rpm/BUILD/alluxio-2.8.0/integration/jnifuse/native/src/main/native/libjnifuse/Makefile:57:
jnifuse_helper.fuse3.o] Error 1
```
Could you please verify it on our Bigtop toolchian environment again?
@MacChen02
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]