Bug 1093631
| Summary: | libvirt-glib-0.1.8 fails to build due parallel make issue with vala support enabled | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Pacho Ramos <pachoramos1> | ||||
| Component: | libvirt-glib | Assignee: | Libvirt Maintainers <libvirt-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | crobinso | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-03-23 19:59:11 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
I think this was fixed by:
commit b8d0aebd1a150a4da3b7b83ca5bf973cb8a4e5e2
Author: Michael Catanzaro <mcatanzaro>
Date: Mon Jun 2 11:52:27 2014 -0500
build: fix race in vapi/ subdirectory
libvirt-gobject-1.0.vapi depends on libvirt-gconfig-1.0.vapi
|
Created attachment 891750 [details] build.log It fails with: Generation succeeded - 0 warning(s) /usr/bin/vapigen-0.22 \ --vapidir=. \ --pkg gobject-2.0 \ --pkg gio-2.0 \ --pkg libvirt-glib-1.0 \ --library libvirt-gobject-1.0 \ --metadatadir=. \ --girdir=../libvirt-glib \ --girdir=../libvirt-gconfig \ ../libvirt-gobject/LibvirtGObject-1.0.gir error: Package `libvirt-gconfig-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories Generation failed: 1 error(s), 0 warning(s) make[2]: *** [libvirt-gobject-1.0.vapi] Error 1 make[2]: *** Waiting for unfinished jobs.... Generation succeeded - 0 warning(s) make[2]: Leaving directory `/var/tmp/portage/app-emulation/libvirt-glib-0.1.8/work/libvirt-glib-0.1.8/vapi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-emulation/libvirt-glib-0.1.8/work/libvirt-glib-0.1.8' make: *** [all] Error 2 Full build.log attached