Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dependency conflict
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
FilthyPitDog
Apprentice
Apprentice


Joined: 12 Jan 2021
Posts: 186
Location: South Pacific

PostPosted: Mon Nov 29, 2021 12:21 pm    Post subject: dependency conflict Reply with quote

I havent been using Gentoo for too long and have not seen this before. Im not too sure what to do here... Any advice would be much appreciated.

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

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 KiB

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

media-libs/harfbuzz:0

  (media-libs/harfbuzz-3.1.1:0/3.0.0::gentoo, ebuild scheduled for merge) USE="cairo glib graphite icu introspection truetype -debug -doc -experimental -test" ABI_X86="32 (64) (-x32)" conflicts with
    media-libs/harfbuzz:0/0.9.18= required by (dev-java/openjdk-16.0.2_p7:16/16::2xsaiko, installed) USE="alsa jbootstrap pch -cups -debug -doc -examples -gentoo-vm -headless-awt -javafx (-selinux) -source -systemtap" ABI_X86="(64)"
                       ^^^^^^^^^^

dev-libs/boost:0

  (dev-libs/boost-1.77.0-r3:0/1.77.0::gentoo, ebuild scheduled for merge) USE="bzip2 icu nls zlib -context -debug -doc -lzma -mpi -numpy -python -tools -zstd" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_9 (-python3_10) -python3_8" conflicts with
    dev-libs/boost:0/1.76.0 required by (app-office/libreoffice-bin-7.1.5.2:0/0::gentoo, installed) USE="kde -gnome -java" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9"
                  ^^^^^^^^^
    >=dev-libs/boost-1.72.0:0/1.76.0=[nls] required by (app-office/libreoffice-bin-7.1.5.2:0/0::gentoo, installed) USE="kde -gnome -java" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9"
                           ^^^^^^^^^^     


!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

app-office/libreoffice-bin:0

Nothing to merge; quitting.
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3878

PostPosted: Mon Nov 29, 2021 12:34 pm    Post subject: Reply with quote

Try
Code:

emerge --sync
layman -S
### or better eix-sync
emerge -1av =app-office/libreoffice-bin-7.1.7.2
emerge -1av openjdk

which requires dev-libs/boost:0/1.77.0
Also this will update your obsolete not even existent anymore version of openjdk.
Then try
Code:

emerge -uDNav @world

Ah ah I see you are using an overlay for openjdk.
Maybe better use the Gentoo repo,or find a new updated version of openjdk in your overlay.
EDIT
There is not anymore ANY openjdk in the overlay you are using so maybe you should ditch it and use Gentoo instead.
_________________
:)
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21586

PostPosted: Mon Nov 29, 2021 5:03 pm    Post subject: Re: dependency conflict Reply with quote

FilthyPitDog wrote:
Code:
  (media-libs/harfbuzz-3.1.1:0/3.0.0::gentoo, ebuild scheduled for merge) USE="cairo glib graphite icu introspection truetype -debug -doc -experimental -test" ABI_X86="32 (64) (-x32)" conflicts with
    media-libs/harfbuzz:0/0.9.18= required by (dev-java/openjdk-16.0.2_p7:16/16::2xsaiko, installed) USE="alsa jbootstrap pch -cups -debug -doc -examples -gentoo-vm -headless-awt -javafx (-selinux) -source -systemtap" ABI_X86="(64)"
                       ^^^^^^^^^^
Your installed openjdk prohibits upgrading harfbuzz to a newer subslot. You must upgrade openjdk to a version which tolerates that subslot, uninstall openjdk, or skip the harfbuzz upgrade. alamahant already suggested which approach to use.
FilthyPitDog wrote:
Code:

  (dev-libs/boost-1.77.0-r3:0/1.77.0::gentoo, ebuild scheduled for merge) USE="bzip2 icu nls zlib -context -debug -doc -lzma -mpi -numpy -python -tools -zstd" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python3_9 (-python3_10) -python3_8" conflicts with
    dev-libs/boost:0/1.76.0 required by (app-office/libreoffice-bin-7.1.5.2:0/0::gentoo, installed) USE="kde -gnome -java" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9"
Your installed libreoffice-bin needs an old boost. Upgrade both in the same step.
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