Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] dev-qt/qtgui:5 (Missing IUSE: xcb)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Fri Jun 19, 2020 7:43 pm    Post subject: [solved] dev-qt/qtgui:5 (Missing IUSE: xcb) Reply with quote

Ich bin am Updaten meines Notebooks Lenovo ThinkPad T520, jedoch gibt "emerge --update --deep --newuse -av --backtrack=1000 @world" einen Fehler aus:
Code:
These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "dev-qt/qtgui:5[gif,jpeg,png,xcb]".
!!! One of the following packages is required to complete your request:
- dev-qt/qtgui-5.14.2::gentoo (Missing IUSE: xcb)
(dependency required by "net-im/qtox-1.16.3::gentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])


Ich verstehe das mit den iuse nicht ganz, google findet nur einen ähnlichen Thread hier im Forum aber wegen media-libs/mesa. Ich stehe auf dem Schlauch, soll ich mal eine andere qtgui Version verwenden, wenn ja welche?

EDIT: Was IUSE's sind weiss ich, habee in der make.conf die USE Variable schon gesetzt, ohne Erfolg.


Last edited by Gladdle on Fri Jun 19, 2020 8:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tyrus
Guru
Guru


Joined: 03 Feb 2018
Posts: 300

PostPosted: Fri Jun 19, 2020 8:01 pm    Post subject: Reply with quote

Kannst du mal ein
Code:

emerge --update --deep --newuse -av net-im/qtox world


versuchen?

Laut Ebuild gibt es da für net-im/qtox-1.16.3-r1 zwei Möglichkeiten welche Useflags dev-qt/qtgui haben muss. Allerdings musst du damit portage das mitprüft das Rebuild mit anstossen.
Also im Ebuild von net-im/qtox-1.16.3-r1 steht:
Code:

RDEPEND="
[...]
        || (
                dev-qt/qtgui:5[gif,jpeg,png,X(-)]
                dev-qt/qtgui:5[gif,jpeg,png,xcb(-)]
        )
[...]



Es geht also auch mit Useflag X. Und das hat die Version 5.14.2 von dev-qt/qtgui dann.
Back to top
View user's profile Send private message
Gladdle
Guru
Guru


Joined: 27 Jul 2008
Posts: 313
Location: Cleebronn, Germany

PostPosted: Fri Jun 19, 2020 8:41 pm    Post subject: Reply with quote

Wow, so einfach geht das? Hat Funktioniert, vielen Dank! Kommen zwar andere dependencie errors, aber mit denen werde ich fertig!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum