Open michael-brade opened 2 months ago
Hi @michael-brade thanks a lot for the report.
https://github.com/conan-io/conan-center-index/pull/25355 was submitted a few days ago tackling this issue in a different manner. We'll need to check what actually makes the most sense in this case, so I appreciate any insight you might have!
I'm moving this to the Conan Center Index repo, where it fits better so we can continue the discussion there
ah, darn, I thought I was in Conan Center Index already, and I also missed 25355. Oh well. I am not an expert in conan internals, so either way is fine for me. A third option might be to follow the symlinks when copying, but I couldn't figure out how to do that.
If you just remove the symlinks in the package, some headers will be missing, I think. Maybe you could look https://github.com/conan-io/conan-center-index/issues/24895
Describe the bug
conan 1.64.1, Linux, gcc 13. However, I don't think this is too relevant. Just download libpq/14.9 with, say, id 0508f825aee0fe3099a5dae626a5316104c6db0a. There you will find:
and so on. You can choose any package, actually. The bug is in conanfile.py, package(), I just don't know what the right fix is. For me, this works:
How to reproduce it
No response