-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
AttributeError when building 2.2.7 on Ubuntu 24.10 #16860
Comments
Seeing the same thing with 2.3.0-rc4 on 24.10. |
Do you know if this can only be reproduced with ubuntu 24.10. |
I think there's some python package installed that is causing these problems. I would note that the errors come from files connected to I just built a slightly modified zfs 2.3.0-rc4 for Ubuntu 24.10/oracular using the ubuntu ppa builder, and had no issues using their builder, which I assume does a clean install in a container during a build to generate binary packages: https://launchpad.net/~satadru-umich/+archive/ubuntu/zfs-experimental/+packages |
@Tony763 @satmandu |
That's just a warning though. It shouldn't cause a build failure?
…On Sat, Dec 14, 2024, 07:20 Damian Szuberski ***@***.***> wrote:
@Tony763 <https://github.com/Tony763> @satmandu
<https://github.com/satmandu>
It might be a Sphinx change. Please try the patch
***@***.***/
patch and let us know if it worked.
—
Reply to this email directly, view it on GitHub
<#16860 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAILX7NOA5JTCSCPSTNGTP32FQPADAVCNFSM6AAAAABTQYBL7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTGA4DGNJQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I had the same issue. I removed the python3-numpy package and the build worked. |
Is that an upstream error with numpy we need to report? |
This is not an issue with numpy but a breaking change in Sphinx
https://www.sphinx-doc.org/en/master/changes/5.0.html#incompatible-changes |
So then zfs/contrib/pyzfs/docs/source/conf.py Line 69 in 22259fb
|
Hi @szubersk, it is probably different. I changed line above to
Assertion error is still there:
|
Then this looks like a numpy issue to report upstream? |
I need to say that I couldn't reproduce the issue in Ubuntu 24.10 (Docker). |
System information
Describe the problem you're observing
Assertion Error occure while building packages for DKMS.
Describe how to reproduce the problem
sudo apt-get install dh-dkms cd zfs ./configure make native-deb-utils
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: