Hi,

It seems that maxparallel=1, which is used for arm64, helps.
Using only 1 job I have got libatomic issue as well.

Errors with atomic functions occurs because mips32 arches does not support use of 8-byte atomics functions.
Linking with "latomic" library resolves this problem.

export DEB_LDFLAGS_MAINT_APPEND= -latomic

As building of ceph takes a lot of time I am still waiting to see if the build will finish successfully.

Regards,
Radovan

Reply via email to