| Summary: | boost-devel doesn't provide symlink for boost-python3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Suvayu <fatkasuvayu> |
| Component: | boost | Assignee: | Jonathan Wakely <jwakely> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | dakingun, denis.arnaud_fedora, jwakely, me |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-27 02:02:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Suvayu
2016-04-27 01:57:52 UTC
I just discovered boost-python-devel while looking through http://pkgs.fedoraproject.org/cgit/rpms/boost.git/tree/boost.spec. Closing this bug. Sorry about the noise. Instead of looking at the spec file you can just run: dnf provides /usr/lib64/libboost_python3.so @Jonathan: Since all other symlinks were provided by one package, I didn't expect a separate package for the "missing" symlink. Why is it separate though, since boost-python and boost-python3 maybe installed in parallel, is there a need for a separate devel package for Python 3? Because otherwise if you installed boost-python and boost-devel (but not boost-python3) then you'd have a broken symlink for the boost-python3 shared libraries. I believe the intention is to support installing all of boost and boost-devel, except the python3 parts. If you want Boost.Python for python3 you need the extra packages. I assume at some point we'll drop the python2 parts and the extra packages for python3 will go away. |