Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630594 - app-emulation/spice-0.13.90 explicitly requires >=app-emulation/spice-protocol-0.12.13
Summary: app-emulation/spice-0.13.90 explicitly requires >=app-emulation/spice-protoco...
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: 2017-09-10 15:33 UTC by Francesco Ferro
Modified: 2018-02-12 01:48 UTC (History)
1 user (show)

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


Attachments
spice-configuration-issue (file_630594.txt,1.70 KB, text/plain)
2017-09-10 15:33 UTC, Francesco Ferro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Ferro 2017-09-10 15:33:24 UTC
Created attachment 493742 [details]
spice-configuration-issue

While compiling gnome-boxes I noticed that if you compile spice with the following useflags:
app-emulation/spice-0.13.90::gentoo USE="smartcard* -gstreamer -libressl -lz4 -sasl -static-libs"

the ebuild config phase will fail because spice 0.13.90 requires >=app-emulation/spice-protocol-0.12.13 (as you can see from the attachment).
Comment 1 Larry the Git Cow gentoo-dev 2018-02-12 01:48:44 UTC
The bug has been closed via the following commit(s):

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

commit 8ca3368317e4ce0fc7f559b041cc3adef96911d2
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-02-12 01:41:19 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-02-12 01:48:29 +0000

    app-emulation/spice: version bump to 0.14.0
    
     - Update dependency on spice-protocol
    
     - Remove celt dependencu and only use opus...
    
     - Remove --disable-gui (spice does not have a GUI any more)
    
     - fix libressl support (Thanks to Michelangelo Scopelliti)
    
     - fix openssl1.1 support (Thanks to Mark Wright)
    
     - cannot reproduce static assert bug #634484 with gcc 7.3.0
    
    Bug:    https://bugs.gentoo.org/634484
    Closes: https://bugs.gentoo.org/630142
    Closes: https://bugs.gentoo.org/630594
    Closes: https://bugs.gentoo.org/630942
    Closes: https://bugs.gentoo.org/634696
    Closes: https://bugs.gentoo.org/635864
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/spice/Manifest                       |   1 +
 .../spice/files/spice-0.14.0-libressl_fix.patch    |  13 +++
 .../spice/files/spice-0.14.0-openssl1.1_fix.patch  |  26 ++++++
 app-emulation/spice/spice-0.14.0.ebuild            | 100 +++++++++++++++++++++
 4 files changed, 140 insertions(+)