Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop cmake/Findc-ares.cmake once distros package c-ares's CMake config files. #2485

Open
tchaikov opened this issue Oct 10, 2024 · 4 comments

Comments

@tchaikov
Copy link
Contributor

in order to reduce the load of maintenance, we should consider dropping cmake/Findc-ares.cmake if we can detect c-ares in config mode.

the c-ares-devel package in fedora 40+ includes the CMake config files:

$ rpm -ql c-ares-devel | grep cmake
/usr/lib64/cmake/c-ares
/usr/lib64/cmake/c-ares/c-ares-config-version.cmake
/usr/lib64/cmake/c-ares/c-ares-config.cmake
/usr/lib64/cmake/c-ares/c-ares-targets-noconfig.cmake
/usr/lib64/cmake/c-ares/c-ares-targets.cmake

but unfortunately, the latest debian stable release (bookworm) still does not package them, see https://debian.pkgs.org/12/debian-main-amd64/libc-ares-dev_1.18.1-3_amd64.deb.html . debian sid does, see https://debian.pkgs.org/sid/debian-main-amd64/libc-ares-dev_1.33.1-2_amd64.deb.html .

we can reevaluate the situation once debian creates a new release (13).

@bradh352
Copy link

@gjasny I guess this is the right ticket about missing cmake files in the debian packaging.

@bradh352
Copy link

not sure if debian would backport a change to include those files into stable, I see where its mentioned debian sid apparently corrects this issue.

@gjasny
Copy link

gjasny commented Oct 10, 2024

The old stable releases used the autotools build system which did not generate the CMake config file. I don’t think that adding the file in stable would be possible.

@p12tic
Copy link
Contributor

p12tic commented Nov 25, 2024

I think it makes sense to consider waiting at least a year after Debian 13 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants