Summary: | dev-libs/protobuf misses USE=static-libs and absl::log_flags,abs::log_internal_check_op in cmake/abseil-cpp.cmake | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jon Daniel <joneqdaniel> |
Component: | Current packages | Assignee: | Paul Zander <negril.nx+gentoo> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | joneqdaniel, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/mehah/otclient/issues/936 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Updated ebuild adding absl-targets patch
Patch for missing absl::log_flags in cmake/abseil-cpp.cmake Patch for missing absl::log_flags and absl::log_internal_check_op in cmake/abseil-cpp.cmake Patch for missing absl::log_flags and absl::log_internal_check_op in cmake/abseil-cpp.cmake |
Description
Jon Daniel
2024-10-19 15:02:50 UTC
adding `pkg-config --libs absl_log_internal_check_op absl_log_flags` flags to linker solves the problem Created attachment 906370 [details]
Updated ebuild adding absl-targets patch
Created attachment 906371 [details, diff]
Patch for missing absl::log_flags in cmake/abseil-cpp.cmake
Created attachment 906380 [details, diff]
Patch for missing absl::log_flags and absl::log_internal_check_op in cmake/abseil-cpp.cmake
Created attachment 906381 [details, diff]
Patch for missing absl::log_flags and absl::log_internal_check_op in cmake/abseil-cpp.cmake
Adding absl::log_flags and abs::log_internal_check_op abseril-cpp.cmake doesn't seem to add linker flags to protobuf::libprotobuf If you want, ping me on IRC (negril) and we can go over this. There is a bit more to sort out. |