Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Cannot emerge globalprotect-openconnect::rion
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
cfgauss
l33t
l33t


Joined: 18 May 2005
Posts: 688
Location: USA

PostPosted: Sat Oct 28, 2023 12:12 am    Post subject: [SOLVED] Cannot emerge globalprotect-openconnect::rion Reply with quote

Here is emerge --info =net-vpn/globalprotect-openconnect-1.4.9::rion.
Code:
$ emerge -pqv '=net-vpn/globalprotect-openconnect-1.4.9::rion'
[ebuild  N    ] net-vpn/globalprotect-openconnect-1.4.9

Here is the build log.

Any debugging hints will be gratefully received.

[SOLVED] Thanks to grknight and fedeliallalinea for pointing out that the ebuild needs modification. With the suggested modification, it emerges correctly. [/SOLVED]


Last edited by cfgauss on Sat Oct 28, 2023 3:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1663

PostPosted: Sat Oct 28, 2023 1:38 am    Post subject: Reply with quote

Poorly written dependencies in ebuild. Needs slot 5 of Qt stuffs
Back to top
View user's profile Send private message
cfgauss
l33t
l33t


Joined: 18 May 2005
Posts: 688
Location: USA

PostPosted: Sat Oct 28, 2023 4:08 am    Post subject: Reply with quote

grknight wrote:
Poorly written dependencies in ebuild. Needs slot 5 of Qt stuffs

How do I create a list of packages that need to be emerged? Some emerged packages appear to be slot 5:
Code:
$ qlist -Iv qtcore
dev-qt/qtcore-5.15.11-r1
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30923
Location: here

PostPosted: Sat Oct 28, 2023 6:34 am    Post subject: Reply with quote

Try to change the ebuild dependencies in
Code:
DEPEND="
   dev-libs/plog
   dev-libs/qtkeychain
   dev-qt/qtcore:5
   dev-qt/qtdbus:5
   dev-qt/qtnetwork:5
   dev-qt/qtwebengine:5
   dev-qt/qtwebsockets:5
   dev-qt/qtwidgets:5
   net-vpn/openconnect
"

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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