@ftiasch could you please add me as co-maintainer or update to 2025.06.16.00? All of these facebook tools generally assume they are at the same version level, so if you are okay with me co-maintaining it would make my life a lot easier
fb303 log requiring folly/hash/rapidhash.h (introduced in 2025.06.16.00:
In file included from /Downloads/20250618100558_fb303/fb303/src/fb303-2025.06.16.00/fb303/ThreadCachedServiceData.cpp:17:
/Downloads/20250618100558_fb303/fb303/src/fb303-2025.06.16.00/fb303/ThreadCachedServiceData.h:44:10: fatal error: folly/hash/rapidhash.h: No such file or directory
44 | #include <folly/hash/rapidhash.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Pinned Comments
carsme commented on 2023-12-07 04:02 (UTC)
BREAKING CHANGE: This package now builds shared objects:
instead of the static libraries:
Downstream packages must move
folly
from themakedepends
todepends
array to stay functional.We are doing this change since dynamic rather than static linking between packages is more in line with Arch Linux packaging practices (or just Linux packaging practices in general).