You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to rebuild for new boost release, but it appears there is a cmake build error:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find RDKafka: (Required is at least version "0.9.2") (found
/usr/include)
Running the equivalent command from the shell results in the following error message:
❯ arch-nspawn $CHROOT/17.2.5_6 pkg-config --print-requires --print-variables --modversion 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
Which leads us to our real error, revealed in the following diff between v1.9 and v2.0:
I am well aware of the issue, however I will not be editing system files of unrelated packages. Either the upstream, or the Archlinux package's maintainer need to fix this on their end.
This is a fix to confluentinc/librdkafka#4155, which blocks our ability
to build this package.
The plan is to apply the patch to the system file, output into a local
directory and instruct pkgconfig to search that directory.
References: #11
References: confluentinc/librdkafka#4155
Need to rebuild for new boost release, but it appears there is a cmake build error:
This error message is wrong.
It is caused by the call to
pkg-config
in pkg_search_module.Running the equivalent command from the shell results in the following error message:
Which leads us to our real error, revealed in the following diff between v1.9 and v2.0:
curl
is not a valid pkg-config module, at least on Archlinux,libcurl
is.This change was introduced in confluentinc/librdkafka#4045
Now I need to figure out who is responsible:
The text was updated successfully, but these errors were encountered: