Skip to content
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

Closed
JohnDoe02 opened this issue Jun 20, 2018 · 3 comments
Closed

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

JohnDoe02 opened this issue Jun 20, 2018 · 3 comments
Labels
C: Arch Linux The Arch Linux template C: builder Qubes Builder

Comments

@JohnDoe02
Copy link

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:

@andrewdavidwong andrewdavidwong added bug C: builder Qubes Builder C: Arch Linux The Arch Linux template labels Jun 21, 2018
@andrewdavidwong andrewdavidwong added this to the Release 4.0 updates milestone Jun 21, 2018
@dimitar-petrov
Copy link

Facing the same issue

@arjan-s
Copy link

arjan-s commented Jun 25, 2018

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

@ptitdoc
Copy link

ptitdoc commented Aug 20, 2018

I think this issue can now be closed based on @marmarek QubesOS/qubes-vmm-xen#42 closure reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Arch Linux The Arch Linux template C: builder Qubes Builder
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants