Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939129 - net-misc/mosh-1.4.0: fails to build against dev-libs/protobuf-28.0 (or dev-cpp/abseil-cpp-20240722.0?)
Summary: net-misc/mosh-1.4.0: fails to build against dev-libs/protobuf-28.0 (or dev-cp...
Status: RESOLVED DUPLICATE of bug 935130
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Amy Liffey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-05 17:56 UTC by Michał Górny
Modified: 2024-09-05 18:00 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/log/portage/net-misc:mosh-1.4.0:20240905-175350.log (net-misc:mosh-1.4.0:20240905-175350.log,322.18 KB, text/plain)
2024-09-05 17:56 UTC, Michał Górny
Details
config.log (config.log,440.78 KB, text/plain)
2024-09-05 17:57 UTC, Michał Górny
Details
emerge --info (emerge-info.txt,8.25 KB, text/plain)
2024-09-05 17:57 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-09-05 17:56:08 UTC
Created attachment 902119 [details]
/var/log/portage/net-misc:mosh-1.4.0:20240905-175350.log

checking for protobuf... yes
checking whether protoc matches protobuf... no
In file included from /usr/include/google/protobuf/stubs/common.h:21,
                 from /usr/include/google/protobuf/io/coded_stream.h:108,
                 from conftest.pb.h:20,
                 from conftest.cpp:73:
/usr/include/absl/strings/string_view.h:53:26: error: 'string_view' in namespace 'std' does not name a type
   53 | using string_view = std::string_view;
      |                          ^~~~~~~~~~~
/usr/include/absl/strings/string_view.h:53:21: note: 'std::string_view' is only available from C++17 onwards
   53 | using string_view = std::string_view;
      |                     ^~~
/usr/include/absl/strings/string_view.h:752:8: error: 'string_view' does not name a type
  752 | inline string_view ClippedSubstr(string_view s, size_t pos,
      |        ^~~~~~~~~~~
/usr/include/absl/strings/string_view.h:763:11: error: 'string_view' does not name a type
  763 | constexpr string_view NullSafeStringView(absl::Nullable<const char*> p) {
      |           ^~~~~~~~~~~
(and a lot more)
configure: error: in '/tmp/portage/net-misc/mosh-1.4.0/work/mosh-1.4.0':
configure: error: Could not build output generated by protoc (/usr/bin/protoc).
Check that protoc matches the installed protobuf headers and libraries.
See 'config.log' for more details
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-09-05 17:57:01 UTC
Created attachment 902120 [details]
config.log
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-09-05 17:57:18 UTC
Created attachment 902121 [details]
emerge --info
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-05 18:00:47 UTC
Should be just-fixed

*** This bug has been marked as a duplicate of bug 935130 ***