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

Archlinux template build fails due to compilation error in vmm-xen #4026

Open
JohnDoe02 opened this Issue Jun 20, 2018 · 2 comments

Comments

Projects
None yet
4 participants
@JohnDoe02

Qubes OS version: 4.0

Affected component(s): qubes-builder


Steps to reproduce the behavior:

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

Expected behavior:

Everything compiles without problems

Actual behavior:

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);

General notes:

I am using a Fedora 26 standalone qube for compilation.


Related issues:

@dimitar-petrov

This comment has been minimized.

Show comment
Hide comment
@dimitar-petrov

dimitar-petrov Jun 25, 2018

Facing the same issue

Facing the same issue

@arjan-s

This comment has been minimized.

Show comment
Hide comment

arjan-s commented Jun 25, 2018

I created QubesOS/qubes-vmm-xen#42 to fix this.

@arjan-s arjan-s referenced this issue in QubesOS/qubes-vmm-xen Jun 25, 2018

Closed

Fix build on Archlinux #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment