LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo
User Name
Password
Gentoo This forum is for the discussion of Gentoo Linux.

Notices


Reply
  Search this Thread
Old 12-17-2017, 09:40 AM   #1
cerber
LQ Newbie
 
Registered: Dec 2017
Posts: 21

Rep: Reputation: Disabled
Dependency conflict while doing upgrade


I've got following error when I tried upgrade Gentoo:

Code:
tux ~ # emerge -DNupv @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ~] net-analyzer/nmap-7.60::gentoo [7.40::gentoo] USE="ipv6 nls nse ssl -libressl -libssh2% -ncat -ndiff -nmap-update -nping (-system-lua) -zenmap" LINGUAS="-de -fr -hi -hr -it -ja -pl -pt_BR -ru -zh" PYTHON_TARGETS="python2_7" 10,152 KiB
[ebuild     U ~] net-analyzer/hydra-8.5::gentoo [8.1::gentoo] USE="gtk idn pcre ssl -firebird -libressl% -mysql -ncp -oracle -postgres -subversion" 1,166 KiB

Total: 2 packages (2 upgrades), Size of downloads: 11,318 KiB

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-scheme/guile:12

  (dev-scheme/guile-2.2.3:12/12::dantrell-gnome, ebuild scheduled for merge) conflicts with
    >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] required by (www-client/elinks-0.12_pre6-r1:0/0::gentoo, installed)
                                           ^^^^^^^^^^^ 

dev-libs/libsodium:0

  (dev-libs/libsodium-1.0.15:0/23::gentoo, ebuild scheduled for merge) conflicts with
    dev-libs/libsodium:0/18 required by (dev-python/pynacl-1.1.2:0/0::gentoo, installed)
                      ^^^^^
    >=dev-libs/libsodium-0.6.1:0/18=[asm,urandom] required by (net-libs/tox-0.1.10:0/0.1::gentoo, installed)
                              ^^^^^^             


 * IMPORTANT: 16 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Can anyone help me?
 
Old 12-17-2017, 11:55 PM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally Posted by cerber View Post
I've got following error when I tried upgrade Gentoo:

Code:
tux ~ # emerge -DNupv @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ~] net-analyzer/nmap-7.60::gentoo [7.40::gentoo] USE="ipv6 nls nse ssl -libressl -libssh2% -ncat -ndiff -nmap-update -nping (-system-lua) -zenmap" LINGUAS="-de -fr -hi -hr -it -ja -pl -pt_BR -ru -zh" PYTHON_TARGETS="python2_7" 10,152 KiB
[ebuild     U ~] net-analyzer/hydra-8.5::gentoo [8.1::gentoo] USE="gtk idn pcre ssl -firebird -libressl% -mysql -ncp -oracle -postgres -subversion" 1,166 KiB

Total: 2 packages (2 upgrades), Size of downloads: 11,318 KiB

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-scheme/guile:12

  (dev-scheme/guile-2.2.3:12/12::dantrell-gnome, ebuild scheduled for merge) conflicts with
    >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] required by (www-client/elinks-0.12_pre6-r1:0/0::gentoo, installed)
                                           ^^^^^^^^^^^ 

dev-libs/libsodium:0

  (dev-libs/libsodium-1.0.15:0/23::gentoo, ebuild scheduled for merge) conflicts with
    dev-libs/libsodium:0/18 required by (dev-python/pynacl-1.1.2:0/0::gentoo, installed)
                      ^^^^^
    >=dev-libs/libsodium-0.6.1:0/18=[asm,urandom] required by (net-libs/tox-0.1.10:0/0.1::gentoo, installed)
                              ^^^^^^             


 * IMPORTANT: 16 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Can anyone help me?
If www-client/elinks-0.12_pre6-r1 has the guile USE flag, then it requires dev-scheme/guile-1.6.4-r1 or greater (>=)
with the deprecated and discouraged USE flags. The dev-scheme/guile-2.2.3 package in portage does not have the
discouraged USE flag. Apparently the one in Dantrell's overlay does not, either. So this is telling you there is
not a guile package that you can update to because of no discouraged USE. One fix would be to drop the guile USE
flag from elinks, if you don't need it.

Another package is pulling in dev-libs/libsodium-1.0.15:0/23, but dev-python/pynacl-1.1.2 requires dev-libs/libsodium:0/18,
and that version is the ONLY one allowed by pynacl-1.1.2. net-libs/tox-0.1.10 requires >=dev-libs/libsodium-0.6.1:0/18
with the asm and urandom USE flags. One fix would be to find out what is pulling dev-libs/libsodium-1.0.15 and see if it
can use a lower version of libsodium.

These slot conflicts have multiple ways to satisfy them, but there is not enough information to go on.

Whenever you paste output, you should start with the command you run, and post all the way to the end of
the output, leaving nothing out, if possible.
 
Old 12-18-2017, 02:22 AM   #3
_roman_
Member
 
Registered: Dec 2017
Location: _Austro_Bavaria_
Distribution: gentoo / linux mint
Posts: 433

Rep: Reputation: 29
Is this some sort of live-cd or virtualbox image?

Not the first time someone asks to update only some special tools in a screwed up virtual box network intrusion image.

These are some two special network tools usually some certain guys use in a certain environment: net-analyzer/hydra - net-analyzer/nmap

When you can handle these tools. hydra is not that easy to utilize, you should be able also to sort out those conflicts.

---

Hint

Update the repository

Sort out your useflags

Do not mix stable with testing branch

Sort out your packages

Do not update screwed up virtual box images

check dependencies

Last edited by _roman_; 12-18-2017 at 02:38 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Yast dependency conflict when installing drivers. Skullosorus SUSE / openSUSE 4 03-08-2007 01:48 PM
mysql dependency/conflict problem... danscrima Linux - Newbie 4 10-30-2006 06:13 PM
Quantum GIS Dependency conflict on Suse 9.2 suse2166 Linux - Software 6 03-20-2005 02:53 PM
Dependency conflict Corrado Linux - Software 1 03-13-2005 11:54 PM
Gentoo 1.4 dependency conflict in emerge system Rounan Linux - Distributions 9 03-05-2004 11:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Gentoo

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration