Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660832 - =app-emulation/xen-tools-4.9.2-r1 can coexist with net-libs/libiscsi
Summary: =app-emulation/xen-tools-4.9.2-r1 can coexist with net-libs/libiscsi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-10 06:16 UTC by Michal Privoznik
Modified: 2018-07-17 12:49 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Privoznik 2018-07-10 06:16:29 UTC
Currently, if hvm USE flag is enabled it causes a conflict with net-libs/libiscsi. I suspect this is just an old artefact because it is copied over and over from older ebuilds. There's nothing in xen-tools code base that would indicate the limitation. In fact, it's quite the opposite. The following docker file installs libiscsi (although it runs under ubuntu):

tools/qemu-xen/tests/docker/dockerfiles/ubuntu.docker-ENV PACKAGES flex bison \
tools/qemu-xen/tests/docker/dockerfiles/ubuntu.docker:    libusb-1.0-0-dev libiscsi-dev librados-dev libncurses5-dev \
tools/qemu-xen/tests/docker/dockerfiles/ubuntu.docker-    libseccomp-dev libgnutls-dev libssh2-1-dev  libspice-server-dev \


We should reconsider this ebuild rule.
Comment 1 Tomáš Mózes 2018-07-11 10:57:42 UTC
Just tested xen 4.11 with hvm (along with libiscsi having installed) and it compiles fine, so probably it's really a relic from the past.
Comment 2 Larry the Git Cow gentoo-dev 2018-07-17 11:07:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c445a546e4ea5b124e303bb76b624afad6de21ab

commit c445a546e4ea5b124e303bb76b624afad6de21ab
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2018-07-13 16:53:36 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2018-07-17 11:06:56 +0000

    app-emulation/xen-tools: bump to 4.11.0
    
    Closes: https://bugs.gentoo.org/660832
    Package-Manager: Portage-2.3.42, Repoman-2.3.9

 app-emulation/xen-tools/Manifest                |   1 +
 app-emulation/xen-tools/xen-tools-4.11.0.ebuild | 458 ++++++++++++++++++++++++
 2 files changed, 459 insertions(+)
Comment 3 Tomáš Mózes 2018-07-17 12:49:37 UTC
Included into testing 4.11 as it would be good to stabilize 4.10. Please report back if anything is wrong, thank you.