• [gentoo-user] a couple of problems doing my latest world update

    From covici@ccs.covici.com@21:1/5 to All on Wed Dec 11 14:00:01 2024
    Hi. I seem to be having a couple of problems in my latest world
    update and I can't figure them out.

    Here is the output of my script that runs the world update:

    Script started on 2024-12-11 07:16:43-05:00 [COMMAND="emerge --update --deep --changed-use --with-bdeps=y --keep-going world" TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="80" LINES="24"]
    0;emerge
    These are the packages that would be merged, in order:

    Calculating dependencies ..... done!
    Dependency resolution took 17.40 s (backtrack: 4/200).


    !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict:

    app-text/poppler:0

    (app-text/poppler-24.10.0:0/142::gentoo, ebuild scheduled for merge) USE="boost cairo cxx introspection jpeg jpeg2k lcms nss png qt5 qt6 tiff utils -cjk -curl -debug -doc -gpgme -test -verify-sig" ABI_X86="(64)" pulled in by
    (no parents that aren't satisfied by other packages in this slot)

    (app-text/poppler-24.09.0-1:0/141::gentoo, installed) USE="boost cairo cxx introspection jpeg jpeg2k lcms nss png qt5 qt6 tiff utils -cjk -curl -debug -doc -gpgme -test -verify-sig" ABI_X86="(64)" pulled in by
    >=app-text/poppler-0.16.0:0/141=[cairo] required by (app-misc/tracker-miners-3.6.2-5:3/3::gentoo, installed) USE="exif gif gstreamer iso jpeg networkmanager pdf playlist (seccomp) tiff upower xml -cue -ffmpeg -gsf -iptc -raw (-rss) -test -xmp -xps"
    ABI_X86="(64)"
    ^^^^^^^


    It may be possible to solve this problem by using package.mask to
    prevent one of those packages from being selected. However, it is also
    possible that conflicting dependencies exist such that they are
    impossible to satisfy simultaneously. If such a conflict exists in
    the dependencies of two different packages, then those packages can
    not be installed simultaneously.

    For more information, see MASKED PACKAGES section in the emerge man
    page or refer to the Gentoo Handbook.


    !!! The ebuild selected to satisfy "dev-php/pecl-imagick" has unmet requirements.
    - dev-php/pecl-imagick-3.7.0-r3::gentoo USE="-examples -test" ABI_X86="(64)" PHP_TARGETS="(-php8-1) -php8-2 -php8-3"

    The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( php_targets_php8-1 php_targets_php8-2 php_targets_php8-3 )

    (dependency required by "www-apps/nextcloud-27.1.7::gentoo" [installed]) (dependency required by "@selected" [set])
    (dependency required by "@world" [argument])
    0;root@:/usr/src
    Script done on 2024-12-11 07:17:01-05:00 [COMMAND_EXIT_CODE="1"]

    Now in my package.mask file I have the following line:

    app-text/poppler-24.10.0

    but that does not work -- I have tried other variations, but I still
    can't figure it out.

    The other problem is that I cannot get portage to see the line in my package.use which resolves
    dev-php/pecl-imagick php_targets_php8-1


    Portage is somehow not seeing that line, could it be in the wrong
    place or something?

    Thanks in advance for any suggestions.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From covici@ccs.covici.com@21:1/5 to Arve Barsnes on Wed Dec 11 18:00:01 2024
    On Wed, 11 Dec 2024 08:31:18 -0500,
    Arve Barsnes wrote:

    On Wed, 11 Dec 2024 at 13:56, <covici@ccs.covici.com> wrote:

    Hi. I seem to be having a couple of problems in my latest world
    update and I can't figure them out.

    Now in my package.mask file I have the following line:

    app-text/poppler-24.10.0

    but that does not work -- I have tried other variations, but I still
    can't figure it out.

    This is the version that it tries to install, you need to use '=' to
    include that version:
    =app-text/poppler-24.10.0

    The other problem is that I cannot get portage to see the line in my package.use which resolves
    dev-php/pecl-imagick php_targets_php8-1

    Portage is somehow not seeing that line, could it be in the wrong
    place or something?

    The php8-1 target is masked (the parantheses around that flag in your output). You either need to move to a newer php version, or unmask
    this flag for this package (using
    /etc/portage/profile/package.use.mask or equivalent).

    So here is what I get after the suggested change:

    Script started on 2024-12-11 11:40:45-05:00 [COMMAND="emerge --update --deep --changed-use --with-bdeps=y --keep-going world" TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="80" LINES="24"]
    0;emerge
    These are the packages that would be merged, in order:

    Calculating dependencies .... done!
    Dependency resolution took 18.03 s (backtrack: 4/200).


    !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict:

    app-text/poppler:0

    (app-text/poppler-24.11.0-r1:0/143::gentoo, ebuild scheduled for merge) USE="boost cairo cxx introspection jpeg jpeg2k lcms nss png qt5 qt6 tiff utils -cjk -curl -debug -doc -gpgme -test -verify-sig" ABI_X86="(64)" pulled in by
    (no parents that aren't satisfied by other packages in this slot)

    (app-text/poppler-24.09.0-1:0/141::gentoo, installed) USE="boost cairo cxx introspection jpeg jpeg2k lcms nss png qt5 qt6 tiff utils -cjk -curl -debug -doc -gpgme -test -verify-sig" ABI_X86="(64)" pulled in by
    >=app-text/poppler-0.16.0:0/141=[cairo] required by (app-misc/tracker-miners-3.6.2-5:3/3::gentoo, installed) USE="exif gif gstreamer iso jpeg networkmanager pdf playlist (seccomp) tiff upower xml -cue -ffmpeg -gsf -iptc -raw (-rss) -test -xmp -xps"
    ABI_X86="(64)"
    ^^^^^^^


    It may be possible to solve this problem by using package.mask to
    prevent one of those packages from being selected. However, it is also
    possible that conflicting dependencies exist such that they are
    impossible to satisfy simultaneously. If such a conflict exists in
    the dependencies of two different packages, then those packages can
    not be installed simultaneously.

    For more information, see MASKED PACKAGES section in the emerge man
    page or refer to the Gentoo Handbook.


    !!! The ebuild selected to satisfy "dev-php/pecl-imagick" has unmet requirements.
    - dev-php/pecl-imagick-3.7.0-r3::gentoo USE="-examples -test" ABI_X86="(64)" PHP_TARGETS="(-php8-1) -php8-2 -php8-3"

    The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( php_targets_php8-1 php_targets_php8-2 php_targets_php8-3 )

    (dependency required by "www-apps/nextcloud-27.1.7::gentoo" [installed]) (dependency required by "@selected" [set])
    (dependency required by "@world" [argument])
    0;root@:/usr/src
    Script done on 2024-12-11 11:41:04-05:00 [COMMAND_EXIT_CODE="1"]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)