Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77257 - [librdkafka] broken pkgconf file (Requires: 'curl' not 'libcurl')
Attached to Project:
Community Packages
Opened by Paul Stemmet (pbazaah) - Wednesday, 25 January 2023, 09:56 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 25 January 2023, 21:34 GMT
Opened by Paul Stemmet (pbazaah) - Wednesday, 25 January 2023, 09:56 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 25 January 2023, 21:34 GMT
|
DetailsDescription:
So this is a PSA not an issue for Archlinux directly. Currently, this package generates a faulty rdkafka.pc that erroneously depends on a 'curl' pkgconf module, rather than the correct 'libcurl'. I've opened an issue with the upstream here: https://github.com/confluentinc/librdkafka/issues/4155 And my original investigation is tracked here: https://github.com/bazaah/aur-ceph/issues/11 Until this is fixed, anything depending on rdkafka and using pkgconf (e.g cmake's FindPkgConfig [1] module) [1]: https://cmake.org/cmake/help/latest/module/FindPkgConfig.html --- Additional info: * package version(s) v2.0.0+ * config and/or log files etc. Output of pkgconf when searching for rdkafka: > Package curl was not found in the pkg-config search path. > Perhaps you should add the directory containing `curl.pc' > to the PKG_CONFIG_PATH environment variable > Package 'curl', required by 'rdkafka', not found * link to upstream bug report, if any https://github.com/confluentinc/librdkafka/issues/4155 Steps to reproduce: 1. pacman -Sy --needed --noconfirm pkgconf librdkafka 2. pkg-config --print-requires --print-variables --modversion rdkafka |
This task depends upon

Thanks for PSA. We await a fix from upstream..