We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git clone https://github.com/QubesOS/qubes-builder.git cd qubes-builder cp example-configs/qubes-os-master.conf builder.conf
Then uncomment the last three lines in builder.conf to enable the build of the archlinux template.
make get-sources make qubes-vm
Everything compiles without problems
The compilation aborts when building vmm-xen with the following error message:
dsdt_pvh.c:3494:25: error: 'dsdt_pvh' undeclared here (not in a function); did you mean 'dsdt_pvh_len'? int dsdt_pvh_len=sizeof(dsdt_pvh);
I am using a Fedora 26 standalone qube for compilation.
The text was updated successfully, but these errors were encountered:
Facing the same issue
Sorry, something went wrong.
I created QubesOS/qubes-vmm-xen#42 to fix this.
I think this issue can now be closed based on @marmarek QubesOS/qubes-vmm-xen#42 closure reason.
Successfully merging a pull request may close this issue.
Qubes OS version: 4.0
Affected component(s): qubes-builder
Steps to reproduce the behavior:
Then uncomment the last three lines in builder.conf to enable the build of the archlinux template.
Expected behavior:
Everything compiles without problems
Actual behavior:
The compilation aborts when building vmm-xen with the following error message:
General notes:
I am using a Fedora 26 standalone qube for compilation.
Related issues:
The text was updated successfully, but these errors were encountered: