Bug 800632

Summary: cannot build master - conn_test fails to build due to missing linkage on in tree libvirt-gconfig
Product: [Community] Virtualization Tools Reporter: Alban Browaeys <prahal>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: crobinso, eblake, xen-maint
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: 2012-03-26 09:47:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
link conn_test againt in tree libvirt-gconfig none

Description Alban Browaeys 2012-03-06 20:26:05 UTC
Created attachment 568058 [details]
link conn_test againt in tree libvirt-gconfig

Description of problem:
  CCLD   conn-test
../libvirt-gobject/.libs/libvirt-gobject-1.0.so: undefined reference to
`gvir_config_domain_interface_get_ifname.4'


Attach patch add ../libvirt-gconfig/libvirt-gconfig-1.0.la \ 
to the conn_test_LDADD to fix this issue.

Comment 1 Eric Blake 2012-03-06 20:44:55 UTC
This is a bug in libvirt-glib, not libvirt proper.  You might get better response if you send this bug report and patch upstream to libvir-list, with 'libvirt-glib' in the subject line.  Also, make a suggestion that the libvirt-glib project should include instructions in README about preferred bug submission procedures - I don't know if libvirt-glib plans on using the Red Hat bugzilla instance for tracking upstream bugs (in which case we need a new component added to the list), or if they prefer some other method of bug tracking.

Comment 2 Alban Browaeys 2012-03-26 09:47:32 UTC
I was supposed to send it to the libvir-list list at redhat. Sorry for the mistake. Sent to the mailing list so closing as wontfix as it is not the correct project to bug report against.