Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 791250 - app-emulation/spice-0.15.0 should depend on >=app-emulation/spice-protocol-0.14.3
Summary: app-emulation/spice-0.15.0 should depend on >=app-emulation/spice-protocol-0....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-20 21:39 UTC by Malcolm Lashley
Modified: 2021-12-27 17:09 UTC (History)
1 user (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 Malcolm Lashley 2021-05-20 21:39:29 UTC
Build Error:

$ grep protocol /usr/log/portage/logdir/app-emulation:spice-0.15.0:20210520-212912.log
checking for spice-protocol >= 0.14.3... no
configure: error: Package requirements (spice-protocol >= 0.14.3) were not met:
Requested 'spice-protocol >= 0.14.3' but version of spice-protocol is 0.14.1

Reason:

$ grep -A3 -B3  protocol spice-0.15.0.ebuild 
                media-libs/gst-plugins-base:1.0
        )"
DEPEND="${RDEPEND}
        >=app-emulation/spice-protocol-0.14.0
        smartcard? ( app-emulation/qemu[smartcard] )
        test? ( net-libs/glib-networking )"
BDEPEND="${PYTHON_DEPS}

Fix: Bump DEPEND to >=app-emulation/spice-protocol-0.14.3

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-12-27 17:09:23 UTC
The bug has been closed via the following commit(s):

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

commit 6d3eaf9ce07c6191d402f663de73f653b365563b
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2021-12-27 16:59:01 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2021-12-27 17:06:20 +0000

    app-emulation/spice: minimum dep fixes
    
    Closes: https://bugs.gentoo.org/791250
    Package-Manager: Portage-3.0.20, Repoman-3.0.2
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 app-emulation/spice/spice-0.14.3-r1.ebuild | 4 ++--
 app-emulation/spice/spice-0.15.0.ebuild    | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)