maskit opened a new pull request #7433:
URL: https://github.com/apache/trafficserver/pull/7433


   There is a build issue below on master and quic-latest If you build ATS with 
SSL library that supports QUIC API (e.g. BoringSSL).
   
   ```
     CXXLD    traffic_quic/traffic_quic
   /usr/bin/ld: ../iocore/net/quic/libquic.a(QUICPacketReceiveQueue.o): in 
function `QUICPacketReceiveQueue::dequeue(unsigned char*, 
QUICPacketCreationResult&)':
   /home/maskit/src/trafficserver/iocore/net/quic/QUICPacketReceiveQueue.cc:63: 
undefined reference to `UDPPacket::getConnection()'
   /usr/bin/ld: 
/home/maskit/src/trafficserver/iocore/net/quic/QUICPacketReceiveQueue.cc:66: 
undefined reference to `UDPPacket::getPktLength() const'
   /usr/bin/ld: 
/home/maskit/src/trafficserver/iocore/net/quic/QUICPacketReceiveQueue.cc:68: 
undefined reference to `UDPPacket::getIOBlockChain()'
   ```
   
   It happens after #7331.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to