xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Xen staging: libxendevicemodel.so.1 [...] not found
@ 2017-03-02  9:19 Razvan Cojocaru
  2017-03-02  9:23 ` Paul Durrant
  2017-03-02  9:43 ` Wei Liu
  0 siblings, 2 replies; 5+ messages in thread
From: Razvan Cojocaru @ 2017-03-02  9:19 UTC (permalink / raw)
  To: Xen-devel

Hello,

Just pulled the latest staging and I get:

qemu successfuly configured for Xen qemu-dm build
=== PCI passthrough capability has been enabled ===
make[2]: Entering directory
`~/work/xen.git/tools/qemu-xen-traditional-dir-remote'
=== PCI passthrough capability has been enabled ===
=== PCI passthrough capability has been enabled ===
make[3]: Entering directory
`~/work/xen.git/tools/qemu-xen-traditional-dir-remote/i386-dm'
  LINK  i386-dm/qemu-dm
/usr/bin/ld: warning: libxendevicemodel.so.1, needed by
~/work/xen.git/tools/../tools/libxc/libxenctrl.so, not found (try using
-rpath or -rpath-link)
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_map_pcidev_to_ioreq_server@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_get_ioreq_server_info@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_open@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_unmap_io_range_from_ioreq_server@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_modified_memory@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_set_ioreq_server_state@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_track_dirty_vram@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_close@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_set_mem_type@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_destroy_ioreq_server@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_set_pci_intx_level@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_create_ioreq_server@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_unmap_pcidev_from_ioreq_server@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_inject_event@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_set_pci_link_route@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_inject_msi@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_set_isa_irq_level@VERS_1.0'
~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
to `xendevicemodel_map_io_range_to_ioreq_server@VERS_1.0'
collect2: error: ld returned 1 exit status
make[3]: *** [qemu-dm] Error 1

Just thought somebody'd like to know.


Thanks,
Razvan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xen staging: libxendevicemodel.so.1 [...] not found
  2017-03-02  9:19 Xen staging: libxendevicemodel.so.1 [...] not found Razvan Cojocaru
@ 2017-03-02  9:23 ` Paul Durrant
  2017-03-02  9:27   ` Razvan Cojocaru
  2017-03-02  9:43 ` Wei Liu
  1 sibling, 1 reply; 5+ messages in thread
From: Paul Durrant @ 2017-03-02  9:23 UTC (permalink / raw)
  To: 'Razvan Cojocaru', Xen-devel

> -----Original Message-----
> From: Xen-devel [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of
> Razvan Cojocaru
> Sent: 02 March 2017 09:19
> To: Xen-devel <xen-devel@lists.xen.org>
> Subject: [Xen-devel] Xen staging: libxendevicemodel.so.1 [...] not found
> 
> Hello,
> 
> Just pulled the latest staging and I get:
> 
> qemu successfuly configured for Xen qemu-dm build
> === PCI passthrough capability has been enabled ===
> make[2]: Entering directory
> `~/work/xen.git/tools/qemu-xen-traditional-dir-remote'
> === PCI passthrough capability has been enabled ===
> === PCI passthrough capability has been enabled ===
> make[3]: Entering directory
> `~/work/xen.git/tools/qemu-xen-traditional-dir-remote/i386-dm'
>   LINK  i386-dm/qemu-dm
> /usr/bin/ld: warning: libxendevicemodel.so.1, needed by
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so, not found (try using
> -rpath or -rpath-link)
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_map_pcidev_to_ioreq_server@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_get_ioreq_server_info@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_open@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_unmap_io_range_from_ioreq_server@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_modified_memory@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_set_ioreq_server_state@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_track_dirty_vram@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_close@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_set_mem_type@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_destroy_ioreq_server@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_set_pci_intx_level@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_create_ioreq_server@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_unmap_pcidev_from_ioreq_server@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_inject_event@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_set_pci_link_route@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_inject_msi@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_set_isa_irq_level@VERS_1.0'
> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> to `xendevicemodel_map_io_range_to_ioreq_server@VERS_1.0'
> collect2: error: ld returned 1 exit status
> make[3]: *** [qemu-dm] Error 1
> 
> Just thought somebody'd like to know.
> 

Are you using a custom qemu-trad? You need to make sure it has the following patches applied:

http://xenbits.xen.org/gitweb/?p=qemu-xen-traditional.git;a=commit;h=58b9047bf2da88d2976bd1b7ba50dfdcc68b503d
http://xenbits.xen.org/gitweb/?p=qemu-xen-traditional.git;a=commit;h=8b4834ee1202852ed83a9fc61268c65fb6961ea7

  Paul

> 
> Thanks,
> Razvan
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xen staging: libxendevicemodel.so.1 [...] not found
  2017-03-02  9:23 ` Paul Durrant
@ 2017-03-02  9:27   ` Razvan Cojocaru
  2017-03-02  9:28     ` Paul Durrant
  0 siblings, 1 reply; 5+ messages in thread
From: Razvan Cojocaru @ 2017-03-02  9:27 UTC (permalink / raw)
  To: Paul Durrant, Xen-devel

On 03/02/2017 11:23 AM, Paul Durrant wrote:
>> -----Original Message-----
>> From: Xen-devel [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of
>> Razvan Cojocaru
>> Sent: 02 March 2017 09:19
>> To: Xen-devel <xen-devel@lists.xen.org>
>> Subject: [Xen-devel] Xen staging: libxendevicemodel.so.1 [...] not found
>>
>> Hello,
>>
>> Just pulled the latest staging and I get:
>>
>> qemu successfuly configured for Xen qemu-dm build
>> === PCI passthrough capability has been enabled ===
>> make[2]: Entering directory
>> `~/work/xen.git/tools/qemu-xen-traditional-dir-remote'
>> === PCI passthrough capability has been enabled ===
>> === PCI passthrough capability has been enabled ===
>> make[3]: Entering directory
>> `~/work/xen.git/tools/qemu-xen-traditional-dir-remote/i386-dm'
>>   LINK  i386-dm/qemu-dm
>> /usr/bin/ld: warning: libxendevicemodel.so.1, needed by
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so, not found (try using
>> -rpath or -rpath-link)
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_map_pcidev_to_ioreq_server@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_get_ioreq_server_info@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_open@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_unmap_io_range_from_ioreq_server@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_modified_memory@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_set_ioreq_server_state@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_track_dirty_vram@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_close@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_set_mem_type@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_destroy_ioreq_server@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_set_pci_intx_level@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_create_ioreq_server@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_unmap_pcidev_from_ioreq_server@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_inject_event@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_set_pci_link_route@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_inject_msi@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_set_isa_irq_level@VERS_1.0'
>> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
>> to `xendevicemodel_map_io_range_to_ioreq_server@VERS_1.0'
>> collect2: error: ld returned 1 exit status
>> make[3]: *** [qemu-dm] Error 1
>>
>> Just thought somebody'd like to know.
>>
> 
> Are you using a custom qemu-trad? You need to make sure it has the following patches applied:
> 
> http://xenbits.xen.org/gitweb/?p=qemu-xen-traditional.git;a=commit;h=58b9047bf2da88d2976bd1b7ba50dfdcc68b503d
> http://xenbits.xen.org/gitweb/?p=qemu-xen-traditional.git;a=commit;h=8b4834ee1202852ed83a9fc61268c65fb6961ea7

No, just did ./configure --disable-systemd --prefix=/usr and a make
dist. Those patches have not made it into staging yet apparently - git
log doesn't show them. I'll apply them manually.


Thanks,
Razvan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xen staging: libxendevicemodel.so.1 [...] not found
  2017-03-02  9:27   ` Razvan Cojocaru
@ 2017-03-02  9:28     ` Paul Durrant
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Durrant @ 2017-03-02  9:28 UTC (permalink / raw)
  To: 'Razvan Cojocaru', Xen-devel

> -----Original Message-----
> From: Razvan Cojocaru [mailto:rcojocaru@bitdefender.com]
> Sent: 02 March 2017 09:27
> To: Paul Durrant <Paul.Durrant@citrix.com>; Xen-devel <xen-
> devel@lists.xen.org>
> Subject: Re: [Xen-devel] Xen staging: libxendevicemodel.so.1 [...] not found
> 
> On 03/02/2017 11:23 AM, Paul Durrant wrote:
> >> -----Original Message-----
> >> From: Xen-devel [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of
> >> Razvan Cojocaru
> >> Sent: 02 March 2017 09:19
> >> To: Xen-devel <xen-devel@lists.xen.org>
> >> Subject: [Xen-devel] Xen staging: libxendevicemodel.so.1 [...] not found
> >>
> >> Hello,
> >>
> >> Just pulled the latest staging and I get:
> >>
> >> qemu successfuly configured for Xen qemu-dm build
> >> === PCI passthrough capability has been enabled ===
> >> make[2]: Entering directory
> >> `~/work/xen.git/tools/qemu-xen-traditional-dir-remote'
> >> === PCI passthrough capability has been enabled ===
> >> === PCI passthrough capability has been enabled ===
> >> make[3]: Entering directory
> >> `~/work/xen.git/tools/qemu-xen-traditional-dir-remote/i386-dm'
> >>   LINK  i386-dm/qemu-dm
> >> /usr/bin/ld: warning: libxendevicemodel.so.1, needed by
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so, not found (try using
> >> -rpath or -rpath-link)
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_map_pcidev_to_ioreq_server@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_get_ioreq_server_info@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_open@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_unmap_io_range_from_ioreq_server@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_modified_memory@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_set_ioreq_server_state@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_track_dirty_vram@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_close@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_set_mem_type@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_destroy_ioreq_server@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_set_pci_intx_level@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_create_ioreq_server@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_unmap_pcidev_from_ioreq_server@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_inject_event@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_set_pci_link_route@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_inject_msi@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_set_isa_irq_level@VERS_1.0'
> >> ~/work/xen.git/tools/../tools/libxc/libxenctrl.so: undefined reference
> >> to `xendevicemodel_map_io_range_to_ioreq_server@VERS_1.0'
> >> collect2: error: ld returned 1 exit status
> >> make[3]: *** [qemu-dm] Error 1
> >>
> >> Just thought somebody'd like to know.
> >>
> >
> > Are you using a custom qemu-trad? You need to make sure it has the
> following patches applied:
> >
> > http://xenbits.xen.org/gitweb/?p=qemu-xen-
> traditional.git;a=commit;h=58b9047bf2da88d2976bd1b7ba50dfdcc68b503d
> > http://xenbits.xen.org/gitweb/?p=qemu-xen-
> traditional.git;a=commit;h=8b4834ee1202852ed83a9fc61268c65fb6961ea7
> 
> No, just did ./configure --disable-systemd --prefix=/usr and a make
> dist. Those patches have not made it into staging yet apparently - git
> log doesn't show them. I'll apply them manually.

The tag in staging has been updated. If you do a 'make mrproper' or just blow away your qemu-trad repo then 'make tools' should updated it for you.

  Paul

> 
> 
> Thanks,
> Razvan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xen staging: libxendevicemodel.so.1 [...] not found
  2017-03-02  9:19 Xen staging: libxendevicemodel.so.1 [...] not found Razvan Cojocaru
  2017-03-02  9:23 ` Paul Durrant
@ 2017-03-02  9:43 ` Wei Liu
  1 sibling, 0 replies; 5+ messages in thread
From: Wei Liu @ 2017-03-02  9:43 UTC (permalink / raw)
  To: Razvan Cojocaru; +Cc: Wei Liu, Xen-devel

On Thu, Mar 02, 2017 at 11:19:23AM +0200, Razvan Cojocaru wrote:
> Hello,
> 
> Just pulled the latest staging and I get:
> 

Just nuke the working tree with git clean -fffffdddddxxxx and rebuild.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-02  9:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-02  9:19 Xen staging: libxendevicemodel.so.1 [...] not found Razvan Cojocaru
2017-03-02  9:23 ` Paul Durrant
2017-03-02  9:27   ` Razvan Cojocaru
2017-03-02  9:28     ` Paul Durrant
2017-03-02  9:43 ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).