On Mon, Jul 5, 2021 at 8:19 AM Richard Shaw <hobbes1069@gmail.com> wrote:
folly failed:

/usr/bin/ld: ../../../libfolly.so.2021.06.07.00: undefined reference to `typeinfo for snappy::Source'
collect2: error: ld returned 1 exit status
I verified that "-lsnappy" is in the command line so not sure what's going on there, but it doesn't look fmt related.

https://kojipkgs.fedoraproject.org//work/tasks/5080/71345080/build.log

This is due to '-fno-rtti' in the snappy build. Apparently it must be enabled but is disabled by default. I'm not sure of any consequences of enabling it or why it's disabled by default.

https://github.com/facebook/proxygen/issues/361

Thanks,
RichardÂ