We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the latest release 8.1.1, while enabling WCCP on FreeBSD 12.2 with built-in clang 10.0.1:
ld: error: undefined symbol: wccp::detail::cache::CacheData::idAddr() const >>> referenced by WccpMsg.cc:1029 >>> WccpMsg.o:(wccp::CacheViewComp::fill(wccp::MsgBuffer&, wccp::detail::cache::GroupData const&)) in archive wccp/libwccp.a >>> referenced by WccpMsg.cc:1625 >>> WccpMsg.o:(wccp::detail::Assignment::fill(wccp::detail::cache::GroupData&, unsigned int)) in archive wccp/libwccp.a c++: error: linker command failed with exit code 1 (use -v to see invocation)
But it can pass on FreeBSD 12.2 with gcc 9.3.
The text was updated successfully, but these errors were encountered:
Confirmed that the link error happens on master as well. Not really a workaround but it links successfully if I run configure with --enable-debug.
--enable-debug
Sorry, something went wrong.
Removing inline solves the issue, but I'm not sure if we want to do it.
inline
trafficserver/src/wccp/WccpEndPoint.cc
Lines 360 to 364 in a1a47b9
@SolidWallOfCode Can you take a look?
bneradt
Successfully merging a pull request may close this issue.
At the latest release 8.1.1, while enabling WCCP on FreeBSD 12.2 with built-in clang 10.0.1:
But it can pass on FreeBSD 12.2 with gcc 9.3.
The text was updated successfully, but these errors were encountered: