-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Custom iso building: make fails at step "get-sources" #7977
Comments
Quick update: renaming the files seems to fix the issue:
And now, I get a 404 error;
If you want, I can make a seperate issue for the 404 problem... |
I wonder if that might be a temporary network problem. |
i can confirm the 404, and my guess is thats intentional because of trying right now whether it is enough to bump the version to 1.2.13 edit: |
after working around the zlib issue, the next thing that fails is ...
mock is a USE_DIST_BUILD_TOOLS conditional dep in builder-rpm: https://github.com/QubesOS/qubes-builder-rpm/blob/main/builder.conf |
and the next thing that fails (on "make iso") is
... which is most likely fallout from #5900 |
and after manually building kernel-latest-* with
the next "make iso" fails in a very unexpected way:
|
For some reason, kernel built with |
with the zlib problem fixed, i have now been able to build ISOs for both 4.1 and 4.2/fc32:
|
afaict this can be closed as resolved with the zlib fix merged. |
Closing as resolved. If anyone believes this issue is not yet resolved, or if anyone is still affected by this issue, please leave a comment, and we'll be happy to reopen it. Thank you. |
Per this thread I am running into similar issues.
According to this commit, macbook12-spi-driver should be disabled, but it still persists in Additionally, if I pass the -k flag to bypass the error exit on the macbook12-spi-driver, there are several more errors in creating After passing the -k flag:
Thanks in advance to everyone for their insight and help. |
While the macbook driver indeed isn't really enabled in the build right now, the download error suggests some more generic issue. What your |
It is pointing to |
fedora 32 has been EOL since 2021. |
worked fine here just now on a fedora 37 buildvm. |
Yes, you're right. Can close; I'll issue a pull request to change ISO build documentation |
fwiw, i was able to repro the problem on a full f32 buildvm. thanks for the report, and thanks for filing an update to the documentation! |
Qubes OS release
Tried in a fedora 32 AppVM (as per documentation) and on "vanilla" fedora 32.
Brief summary
I tried following the docs, on the
get-sources
step, it fails with the following output:Steps to reproduce
Expected behavior
get-sources
does not fail and I can continue to compile.Actual behavior
Thanks for all the great work, this is my first issue and I have been using qubes for a lot of weird things already, all of these work perfectly fine!
The text was updated successfully, but these errors were encountered: