Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libmvfst_client.so.0 doesn't contain the symbol quic::QuicTransportBaseLite::setConnectionSetupCallback #355

Open
yurivict opened this issue Oct 8, 2024 · 1 comment

Comments

@yurivict
Copy link

yurivict commented Oct 8, 2024

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

@mikehb
Copy link

mikehb commented Oct 14, 2024

I have same issue with gcc13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants