Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Error: circular dependencies: ???
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Mrmanitech
n00b
n00b


Joined: 30 Jun 2017
Posts: 12

PostPosted: Sat Jul 01, 2017 5:59 am    Post subject: [SOLVED] Error: circular dependencies: ??? Reply with quote

Code:
(sys-libs/gpm-1.20.7-r2:0/0::gentoo, ebuild scheduled for merge) depends on
 (sys-libs/ncurses-6.0-r1:0/6::gentoo, ebuild scheduled for merge) (buildtime_slot_op)
  (sys-libs/gpm-1.20.7-r2:0/0::gentoo, ebuild scheduled for merge) (buildtime)

It might be possible to break this cycle
by applying the following change:
- sys-libs/ncurses-6.0-r1 (Change USE: -gpm)

Note that this change can be reverted, once the package has been installed.


How do i go about appying that chance and then reverting it? should i revert in the first place?. Thanks for your time.

[Moderator edit: added [code] tags to preserve output layout. -Hu]


Last edited by Mrmanitech on Sat Jul 01, 2017 1:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
nemectic
Apprentice
Apprentice


Joined: 20 Aug 2004
Posts: 182

PostPosted: Sat Jul 01, 2017 7:13 am    Post subject: Reply with quote

Code:
echo "sys-libs/ncurses -gpm" >> /etc/portage/package.use
emerge -av1 sys-libs/ncurses


Try that, then continue with the emerge you were doing previously.

If that's successful you can try removing the line added to /etc/portage/package.use & rebuilding ncurses with gpm enabled.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54234
Location: 56N 3W

PostPosted: Sat Jul 01, 2017 9:43 am    Post subject: Reply with quote

Mrmanitech,

Something that will drop out naturally ..
Code:
USE=-gpm emerge -av1 sys-libs/ncurses


Normally, command line USE flays are a very bad thing as portage will not remember them for future emerges but in this case, its exactly what you want.
Now you can do your original emerge which should include rebuilding ncurses with USE=gpm.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Mrmanitech
n00b
n00b


Joined: 30 Jun 2017
Posts: 12

PostPosted: Sat Jul 01, 2017 1:17 pm    Post subject: Reply with quote

NeddySeagoon wrote:
Mrmanitech,

Something that will drop out naturally ..
Code:
USE=-gpm emerge -av1 sys-libs/ncurses


Normally, command line USE flays are a very bad thing as portage will not remember them for future emerges but in this case, its exactly what you want.
Now you can do your original emerge which should include rebuilding ncurses with USE=gpm.


Thanks this did the trick.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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