Skip to content

[regression in 2.5.0] --record {pist} doesn't record .h files #2179

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

Closed
yurivict opened this issue Apr 22, 2020 · 5 comments · Fixed by #2186
Closed

[regression in 2.5.0] --record {pist} doesn't record .h files #2179

yurivict opened this issue Apr 22, 2020 · 5 comments · Fixed by #2186

Comments

@yurivict
Copy link

While trying to update the FreeBSD port I encountered these errors:

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/attr.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/buffer_info.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/cast.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/chrono.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/common.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/complex.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/detail/class.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/detail/common.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/detail/descr.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/detail/init.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/detail/internals.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/detail/typeid.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/eigen.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/embed.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/eval.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/functional.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/iostream.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/numpy.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/operators.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/options.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/pybind11.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/pytypes.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/stl.h
Error: Orphaned: %%PYTHON_SITELIBDIR%%/pybind11/include/pybind11/stl_bind.h
===> Checking for items in pkg-plist which are not in STAGEDIR

See https://pip.pypa.io/en/stable/reference/pip_install/ for a setup.py install --record example.

@wjakob
Copy link
Member

wjakob commented Apr 26, 2020

cc @isuruf, I think it is related to your PR #1995.

@wjakob
Copy link
Member

wjakob commented Apr 26, 2020

@yurivict, could you take a look at PR #2186 to see if this addresses your issue?

@wjakob
Copy link
Member

wjakob commented Jun 10, 2020

@yurivict : ping

@yurivict
Copy link
Author

@wjakob Yes, this fixed the problem. Thanks!

@wjakob
Copy link
Member

wjakob commented Jun 10, 2020

Thanks!

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

Successfully merging a pull request may close this issue.

2 participants