Bug 1093631 - libvirt-glib-0.1.8 fails to build due parallel make issue with vala support enabled
Summary: libvirt-glib-0.1.8 fails to build due parallel make issue with vala support e...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libvirt-glib
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Libvirt Maintainers
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-02 09:00 UTC by Pacho Ramos
Modified: 2016-03-23 19:59 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-03-23 19:59:11 UTC
Embargoed:


Attachments (Terms of Use)
build.log (451.32 KB, text/x-log)
2014-05-02 09:00 UTC, Pacho Ramos
no flags Details

Description Pacho Ramos 2014-05-02 09:00:29 UTC
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

Comment 1 Cole Robinson 2016-03-23 19:59:11 UTC
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


Note You need to log in before you can comment on or make changes to this bug.