You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quic::QuicTransportBaseLite::setConnectionSetupCallback is defined in the sources but it doesn't appear in the library:
$ nm ./work/.build/quic/client/libmvfst_client.so.0 | grep setConnectionSetupCallback
U _ZN4quic21QuicTransportBaseLite26setConnectionSetupCallbackEN5folly15MaybeManagedPtrINS_14QuicSocketLite23ConnectionSetupCallbackEEE
U _ZTv0_n24_N4quic21QuicTransportBaseLite26setConnectionSetupCallbackEN5folly15MaybeManagedPtrINS_14QuicSocketLite23ConnectionSetupCallbackEEE
This causes this failure in the proxygen-2024.10.07.00 dependency:
ld: error: undefined reference due to --no-allow-shlib-undefined: quic::QuicTransportBaseLite::setConnectionSetupCallback(folly::MaybeManagedPtr<quic::QuicSocketLite::ConnectionSetupCallback>)
>>> referenced by /usr/local/lib/libmvfst_client.so.0
ld: error: undefined reference due to --no-allow-shlib-undefined: quic::QuicTransportBaseLite::setConnectionCallback(folly::MaybeManagedPtr<quic::QuicSocketLite::ConnectionCallback>)
>>> referenced by /usr/local/lib/libmvfst_client.so.0
ld: error: undefined reference due to --no-allow-shlib-undefined: VTT for quic::QuicTransportBaseLite
>>> referenced by /usr/local/lib/libmvfst_client.so.0
ld: error: undefined reference due to --no-allow-shlib-undefined: virtual thunk to quic::QuicTransportBaseLite::setConnectionSetupCallback(folly::MaybeManagedPtr<quic::QuicSocketLite::ConnectionSetupCallback>)
>>> referenced by /usr/local/lib/libmvfst_client.so.0
ld: error: undefined reference due to --no-allow-shlib-undefined: virtual thunk to quic::QuicTransportBaseLite::setConnectionCallback(folly::MaybeManagedPtr<quic::QuicSocketLite::ConnectionCallback>)
>>> referenced by /usr/local/lib/libmvfst_client.so.0
ld: error: undefined reference due to --no-allow-shlib-undefined: typeinfo for quic::QuicTransportBaseLite
>>> referenced by /usr/local/lib/libmvfst_client.so.0
Version: 2024-10-07
clang-18
FreeBSD 14.1
The text was updated successfully, but these errors were encountered:
quic::QuicTransportBaseLite::setConnectionSetupCallback
is defined in the sources but it doesn't appear in the library:This causes this failure in the proxygen-2024.10.07.00 dependency:
Version: 2024-10-07
clang-18
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: