Description of problem: Error during compilation with imported libmemcached headers. Version-Release number of selected component (if applicable): libmemcached-awesome-devel-1.1.0-6.fc35.x86_64 How reproducible: Always. Steps to Reproduce: 1. dnf install -y libmemcached-devel gcc g++ 2. create file: test.gcc with content: #include <libmemcached/memcached.h> int main() {return 0;} 3. gcc test.cpp && echo 'DONE' Actual results: In file included from /usr/include/libmemcached-1.0/memcached.h:45, from /usr/include/libmemcached/memcached.h:18, from dupa.cpp:1: /usr/include/libmemcached-1.0/struct/sasl.h:17:12: fatal error: sasl/sasl.h: No such file or directory 17 | # include <sasl/sasl.h> | ^~~~~~~~~~~~~ compilation terminated. Expected results: DONE Additional info: Probably package is missing sasl dependency.
Reported upstream as a pkg-config file issue https://github.com/awesomized/libmemcached/issues/120
Fixed by https://src.fedoraproject.org/rpms/libmemcached-awesome/c/e2d287644d546a6e9083eac499b7d77e7fd4186c?branch=rawhide https://src.fedoraproject.org/rpms/libmemcached-awesome/c/e2d287644d546a6e9083eac499b7d77e7fd4186c?branch=rawhide
FEDORA-2021-5688bc5208 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-5688bc5208
FEDORA-2021-5688bc5208 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-5688bc5208` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-5688bc5208 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-5688bc5208 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.