<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Liberation Sans">Hello. After updating
        protobuf3-25.3, building package qt6 gives an error. The<br>
        old protobuf3 package had 17 header files, the new package has
        only 5, which<br>
        are located in<br>
        /usr/include/google/protobuf/stubs/<br>
        This is why the qt6 assembly complains that there are not enough
        headers:<br>
        <br>
        ERROR<br>
qt-everywhere-src-6.5.2/qtgrpc/src/tools/qtprotoccommon/generatorbase.cpp:<br>
        fatal error: 'google/protobuf/stubs/logging.h' file not found<br>
        #include <google/protobuf/stubs/logging.h><br>
        <br>
        The same with the header google/protobuf/stubs/macros.h<br>
        <br>
        Even if you add these header files from the old protobuf3
        package, the build<br>
        still fails<br>
      </font><br>
    </p>
  </body>
</html>