Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934464 - dev-libs/protobuf-c should depend on dev-cpp/abseil-cpp:=
Summary: dev-libs/protobuf-c should depend on dev-cpp/abseil-cpp:=
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-17 15:00 UTC by Daniel M. Weeks
Modified: 2024-06-17 15:02 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel M. Weeks 2024-06-17 15:00:31 UTC
protobuf-c directly links against abseil libraries:

>>> package: dev-cpp/abseil-cpp-20230125.3-r3
 *  - /usr/lib64/libabsl_base.so.2308.0.0
 *  - /usr/lib64/libabsl_city.so.2308.0.0
 *  - /usr/lib64/libabsl_debugging_internal.so.2308.0.0
 *  - /usr/lib64/libabsl_demangle_internal.so.2308.0.0
 *  - /usr/lib64/libabsl_examine_stack.so.2308.0.0
 *  - /usr/lib64/libabsl_graphcycles_internal.so.2308.0.0
 *  - /usr/lib64/libabsl_hash.so.2308.0.0
 *      used by /usr/bin/protoc-gen-c (dev-libs/protobuf-c-1.4.1-r1)
 *  - /usr/lib64/libabsl_int128.so.2308.0.0
 *  - /usr/lib64/libabsl_kernel_timeout_internal.so.2308.0.0
 *  - /usr/lib64/libabsl_log_globals.so.2308.0.0
 *  - /usr/lib64/libabsl_log_internal_check_op.so.2308.0.0
 *      used by /usr/bin/protoc-gen-c (dev-libs/protobuf-c-1.4.1-r1)
 *  - /usr/lib64/libabsl_log_internal_format.so.2308.0.0
 *  - /usr/lib64/libabsl_log_internal_globals.so.2308.0.0
 *  - /usr/lib64/libabsl_log_internal_log_sink_set.so.2308.0.0
 *  - /usr/lib64/libabsl_log_internal_message.so.2308.0.0
 *      used by /usr/bin/protoc-gen-c (dev-libs/protobuf-c-1.4.1-r1)
 *  - /usr/lib64/libabsl_log_internal_nullguard.so.2308.0.0
 *  - /usr/lib64/libabsl_log_internal_proto.so.2308.0.0
 *  - /usr/lib64/libabsl_log_sink.so.2308.0.0
 *  - /usr/lib64/libabsl_low_level_hash.so.2308.0.0
 *  - /usr/lib64/libabsl_malloc_internal.so.2308.0.0
 *  - /usr/lib64/libabsl_raw_hash_set.so.2308.0.0
 *      used by /usr/bin/protoc-gen-c (dev-libs/protobuf-c-1.4.1-r1)
 *  - /usr/lib64/libabsl_raw_logging_internal.so.2308.0.0
 *      used by /usr/bin/protoc-gen-c (dev-libs/protobuf-c-1.4.1-r1)
 *  - /usr/lib64/libabsl_spinlock_wait.so.2308.0.0
 *      used by /usr/bin/protoc-gen-c (dev-libs/protobuf-c-1.4.1-r1)
 *  - /usr/lib64/libabsl_stacktrace.so.2308.0.0
 *  - /usr/lib64/libabsl_str_format_internal.so.2308.0.0
 *  - /usr/lib64/libabsl_strerror.so.2308.0.0
 *  - /usr/lib64/libabsl_string_view.so.2308.0.0
 *  - /usr/lib64/libabsl_strings.so.2308.0.0
 *  - /usr/lib64/libabsl_strings_internal.so.2308.0.0
 *  - /usr/lib64/libabsl_symbolize.so.2308.0.0
 *  - /usr/lib64/libabsl_synchronization.so.2308.0.0
 *  - /usr/lib64/libabsl_throw_delegate.so.2308.0.0
 *  - /usr/lib64/libabsl_time.so.2308.0.0
 *  - /usr/lib64/libabsl_time_zone.so.2308.0.0

Reproducible: Always