folly
folly copied to clipboard
Build breaks on the arm64 platform: ld: error: duplicate symbol: __folly_memset
Dis you try this as mentioned in logs?
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer.
MAKE_JOBS_UNSAFE=yes didn't help.
There is likely a duplicate implementation of this method __folly_memset in both FollyMemset.cpp and memset-advsimd.S, not sure but maybe it should not be implemented here or not marked extern.
It fails in your case as your system is not among the three platforms specified in the FollyMemset.cpp file.
Just try renaming the assembly method to something else.