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

make qubes destroys(?) some file needed for make xen #395

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 26 Dec 2011 10:19 UTC
How to reproduce:

make qubes

then

make xen

should fail with:

make[ocamlfind: Command not found
make[8](8]:): *** [Error 127
make[8](install]): Leaving directory`/home/user/qubes-src/xen/xen-4.1.1/tools/ocaml/libs/uuid'
make[**\* [subdir-install-uuid](7]:) Error 2
make[Leaving directory `/home/user/qubes-src/xen/xen-4.1.1/tools/ocaml/libs'
make[6](7]:): *** [Error 2
make[6](subdirs-install]): Leaving directory`/home/user/qubes-src/xen/xen-4.1.1/tools/ocaml/libs'
make[**\* [subdir-install-libs](5]:) Error 2
make[Leaving directory `/home/user/qubes-src/xen/xen-4.1.1/tools/ocaml'
make[4](5]:): *** [Error 2
make[4](subdirs-install]): Leaving directory`/home/user/qubes-src/xen/xen-4.1.1/tools/ocaml'
make[**\* [subdir-install-ocaml](3]:) Error 2
make[Leaving directory `/home/user/qubes-src/xen/xen-4.1.1/tools'
make[2](3]:): *** [Error 2
make[2](subdirs-install]): Leaving directory`/home/user/qubes-src/xen/xen-4.1.1/tools'
make[**\* [install-tools](1]:) Error 2
make[Leaving directory `/home/user/qubes-src/xen/xen-4.1.1'
error: Bad exit status from /var/tmp/rpm-tmp.50lAER (%build)

RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.50lAER (%build)
make: **\* [rpms](1]:) Error 1
make: **\* [xen] Error 2

Note, it works when running the first time ("make qubes" for the first time), and also it works after "make xen core kernel gui addons template"). But one one do "make qubes", then subsequent "make xen" fails. It seems like one of the following make targets causes problems to chroot: kde-dom0, installer, qubes-manager, or dom0-updates".

Migrated-From: https://wiki.qubes-os.org/ticket/395

@marmarek marmarek added this to the Release 1 Beta 3 milestone Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 26 Dec 2011 20:24 UTC
dom0-updates installs ocaml (which enables building ocaml tools) but not ocaml-devel equivalent.
We don't need ocaml tools.

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 26 Dec 2011 20:24 UTC
dom0-updates installs ocaml (which enables building ocaml tools) but not ocaml-devel equivalent.
We don't need ocaml tools.

@marmarek marmarek self-assigned this Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

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