Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
multiple perl slot conflicts
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
imesg
Guru
Guru


Joined: 12 Jul 2002
Posts: 450

PostPosted: Wed Aug 28, 2024 3:53 pm    Post subject: multiple perl slot conflicts Reply with quote

Every update show this:

Code:

dev-lang/perl:0

  (dev-lang/perl-5.40.0:0/5.40::gentoo, ebuild scheduled for merge) USE="gdbm -berkdb -doc -minimal" PERL_FEATURES="ithreads (-debug) -quadmath" conflicts with
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/HTTP-Date-6.60.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/YAML-Tiny-1.740.0:0/0::gentoo, installed) USE="-minimal -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/JSON-4.100.0:0/0::gentoo, installed) USE="xs -examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Tie-IxHash-1.230.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                 
...



Forum search got this post:

[url]
https://forums.gentoo.org/viewtopic-t-1170408-start-0-postdays-0-postorder-asc-highlight-perl.html
[/url]

There is a mention of stable and unstable use flags in the refered post.

My emerge --info returns this:

Code:

ACCEPT_KEYWORDS="amd64 ~amd64"


My profile is a custom profile made by following this:

[url]
https://wiki.gentoo.org/wiki/Profile_(Portage)#Creating_custom_profiles
[/url]

example #1

The custom profile is composed thusly:

Code:

gentoo:default/linux/amd64/23.0/no-multilib/systemd
gentoo:targets/desktop/gnome


make.conf:
Code:

ACCEPT_KEYWORDS="~amd64"


Is my problem a result of the
Quote:
stable/unstable
keywords?

Thanks

Gene
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31175
Location: here

PostPosted: Wed Aug 28, 2024 4:24 pm    Post subject: Reply with quote

Can you post full emerge output?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
freke
Veteran
Veteran


Joined: 23 Jan 2003
Posts: 1020
Location: Somewhere in Denmark

PostPosted: Wed Aug 28, 2024 5:22 pm    Post subject: Reply with quote

Full output would be nice - and emerge --info.

Trying to mix ithreads and -ithreads?

Code:
2024-05-07-perl-features-use-expand
  Title                     dev-lang/perl useflags become a PERL_FEATURES use-expand
  Author                    Andreas K. Huettel <dilfridge@gentoo.org>
  Posted                    2024-05-07
  Revision                  2

Starting with dev-lang/perl-5.38.2-r3, the three use flags "debug",
"ithreads", and "quadmath" of Perl are renamed into a common
use-expand variable, PERL_FEATURES, which should be set *globally*
in make.conf.

If you do *not* want to change the settings of your Perl, make
sure that the new variable PERL_FEATURES contains the same settings
that were applied to your Perl all along.

I.e., if you have dev-lang/perl[ithreads] installed, make sure
to now set in make.conf
  PERL_FEATURES="ithreads"

If you *want* to change the settings of your Perl, you may have to
run perl-cleaner after rebuilding dev-lang/perl:
  perl-cleaner --modules ; perl-cleaner --force --libperl

In either case, a full world update
  emerge -uDNav world
is recommended and should also bring your system into a consistent
state.

Background: This change in the structure of the useflags is
intended to solve bug 930123. The three useflags influence not only
how Perl itself is installed, but also all Perl modules...
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31175
Location: here

PostPosted: Wed Aug 28, 2024 5:41 pm    Post subject: Reply with quote

freke wrote:
Trying to mix ithreads and -ithreads?

It seems to be the problem now that I changed the tag from quote to code in the OP message.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
finoderi
n00b
n00b


Joined: 29 Oct 2021
Posts: 52

PostPosted: Thu Aug 29, 2024 3:10 am    Post subject: Reply with quote

5.40 version is considered stable now, but half of perl packages still depend on 5.38. Someone did really great job.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3367
Location: Canada

PostPosted: Thu Aug 29, 2024 3:46 am    Post subject: Reply with quote

Not working for me either, spent last 15 minutes trying different options from the news item for one of the previous updates. I am 100% stable
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31175
Location: here

PostPosted: Thu Aug 29, 2024 4:41 am    Post subject: Reply with quote

dmpogo wrote:
Not working for me either, spent last 15 minutes trying different options from the news item for one of the previous updates. I am 100% stable

Yes I noticed, it seems that some packages have not been stabilized to work with perl-5.40.
In my case unmasking =virtual/perl-Getopt-Long-2.570.0-r1 fix the problem.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
eeckwrk99
Apprentice
Apprentice


Joined: 14 Mar 2021
Posts: 205
Location: Gentoo forums

PostPosted: Thu Aug 29, 2024 5:56 am    Post subject: Reply with quote

Same here, looks like it should be fixed soon:
Bug 938660 - =virtual/perl-Getopt-Long-2.570.0-r1 and =virtual/perl-Encode-3.210.0-r1 needs stabilization for perl-5.40

Edit: fixed now
Back to top
View user's profile Send private message
imesg
Guru
Guru


Joined: 12 Jul 2002
Posts: 450

PostPosted: Thu Aug 29, 2024 1:47 pm    Post subject: Reply with quote

Code:

Calculating dependencies... done!
Dependency resolution took 18.64 s (backtrack: 0/20).

[ebuild     U  ] dev-libs/libpipeline-1.5.8::gentoo [1.5.7::gentoo] USE="-test" 1046 KiB
[ebuild     U  ] net-libs/libtirpc-1.3.5:0/3::gentoo [1.3.4-r3:0/3::gentoo] USE="-kerberos -static-libs" 552 KiB
[ebuild     U  ] dev-ruby/net-imap-0.4.15:0.4::gentoo [0.4.14:0.4::gentoo] USE="-doc -test" RUBY_TARGETS="ruby31 ruby32 -ruby33" 246 KiB
[ebuild     U  ] sys-libs/cracklib-2.10.2::gentoo [2.9.11::gentoo] USE="nls zlib -debug -python (-split-usr) -static-libs -test" PYTHON_TARGETS="python3_12 -python3_10 -python3_11 -python3_13%" 455 KiB
[ebuild     U  ] dev-libs/userspace-rcu-0.14.1:0/8::gentoo [0.14.0:0/8::gentoo] USE="-static-libs -test" 655 KiB
[ebuild     U  ] net-fs/nfs-utils-2.7.1::gentoo [2.6.4-r12::gentoo] USE="caps libmount nfsv3 nfsv4 uuid -junction -kerberos -ldap -sasl (-selinux) -tcpd" 978 KiB
[ebuild     U  ] dev-python/contourpy-1.3.0::gentoo [1.2.1::gentoo] USE="-debug -test" PYTHON_TARGETS="python3_12 -pypy3 -python3_10 -python3_11 -python3_13" 13131 KiB
[ebuild     U  ] dev-libs/capstone-5.0.3:0/5::gentoo [5.0.1:0/5::gentoo] USE="-debug -python -static-libs -test" PYTHON_TARGETS="python3_12 -python3_10 -python3_11 -python3_13%" 7472 KiB
[ebuild     U  ] dev-python/pefile-2024.8.26::gentoo [2023.2.7::gentoo] PYTHON_TARGETS="python3_12 -python3_10 -python3_11 -python3_13%" 75 KiB
[ebuild     U  ] dev-python/pbr-6.1.0::gentoo [6.0.0::gentoo] USE="-test" PYTHON_TARGETS="python3_12 -pypy3 -python3_10 -python3_11 -python3_13" 122 KiB
[ebuild     U  ] app-text/mupdf-1.24.8:0/1.24.8::gentoo [1.24.1:0/1.24.1::gentoo] USE="X javascript opengl ssl -archive" 52774 KiB
[ebuild     U  ] media-libs/libsdl2-2.30.6::gentoo [2.30.3::gentoo] USE="X alsa dbus gles2 haptic joystick opengl pulseaudio sound threads udev video vulkan wayland (-aqua) (-custom-cflags) -doc -fcitx4 -gles1 -ibus -jack -kms -libsamplerate -nas -oss -pipewire -sndio -static-libs -test -xscreensaver" CPU_FLAGS_X86="mmx sse sse2 sse3 -3dnow" 7349 KiB
[ebuild     U  ] media-video/ffmpeg-6.1.2:0/58.60.60::gentoo [6.1.1-r8:0/58.60.60::gentoo] USE="X alsa bluray bzip2 dav1d encode gnutls gpl iconv lcms mp3 network opengl opus pic postproc pulseaudio sdl svg threads truetype vorbis vpx vulkan x264 xvid zlib -amf -amr -amrenc (-appkit) -bs2b -cdio -chromaprint -chromium -codec2 -cpudetection -cuda -debug -doc -fdk -flite -fontconfig -frei0r -fribidi -gcrypt -glslang -gme -gmp -gsm -hardcoded-tables -iec61883 -ieee1394 -jack -jpeg2k -jpegxl -kvazaar -ladspa -libaom -libaribb24 -libass -libcaca -libdrm -libilbc -libplacebo -librtmp -libsoxr -libtesseract -libv4l -libxml2 -lv2 -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu) -modplug -nvenc -openal -opencl -openh264 -openssl -oss -qsv -rav1e -rubberband -samba -shaderc -snappy -sndio -soc -speex -srt -ssh -static-libs -svt-av1 -test -theora -twolame -v4l -vaapi -vdpau -verify-sig -vidstab -vmaf -webp -x265 -zeromq -zimg -zvbi" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext sse sse2 sse3 sse4_1 sse4_2 ssse3 -3dnow -3dnowext -fma4 -xop" FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart sidxindex trasher" 10221 KiB
[ebuild     U  ] gnome-extra/gnome-boxes-46.1::gentoo [45.0::gentoo] 0 KiB

Total: 14 packages (14 upgrades), Size of downloads: 95070 KiB

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

dev-lang/perl:0

  (dev-lang/perl-5.40.0:0/5.40::gentoo, ebuild scheduled for merge) USE="gdbm -berkdb -doc -minimal" PERL_FEATURES="ithreads (-debug) -quadmath" conflicts with
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Digest-SHA1-2.130.0-r3:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/List-MoreUtils-XS-0.430.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/TermReadKey-2.380.0-r1:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/HTML-Parser-3.820.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/File-ShareDir-Install-0.140.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/WWW-RobotRules-6.20.0-r2:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/libwww-perl-6.770.0:0/0::gentoo, installed) USE="ssl -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/MailTools-2.210.0:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/TimeDate-2.330.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Config-AutoConf-0.320.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Canary-Stability-2013.0.0:0/0::gentoo, installed) USE="" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Pod-Parser-1.660.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/XML-Parser-2.470.0:0/0::gentoo, installed) USE="" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (perl-core/File-Temp-0.231.100-r1:0/0::gentoo, installed) USE="" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Exporter-Tiny-1.6.2:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Capture-Tiny-0.480.0-r1:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/X11-Protocol-0.560.0-r2:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Error-0.170.290:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/IO-Socket-INET6-2.730.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/common-sense-3.750.0:0/0::gentoo, installed) USE="" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Net-HTTP-6.230.0:0/0::gentoo, installed) USE="-minimal -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/JSON-XS-4.30.0:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/File-MimeInfo-0.330.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/HTTP-Date-6.60.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Text-CharWidth-0.40.0-r2:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/File-Slurper-0.14.0:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/XML-Twig-3.520.0-r1:0/0::gentoo, installed) USE="nls -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/IPC-System-Simple-1.300.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/LWP-Protocol-https-6.140.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/IO-HTML-1.4.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/File-Slurp-9999.320.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Try-Tiny-0.310.0:0/0::gentoo, installed) USE="-minimal -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/XS-Parse-Keyword-0.430.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/HTTP-Negotiate-6.10.0-r2:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/SGMLSpm-1.1-r2:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/File-DesktopEntry-0.220.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/File-ShareDir-1.118.0:0/0::gentoo, installed) USE="-minimal -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/MIME-Charset-1.13.1:0/0::gentoo, installed) USE="-test" L10N="-ja -zh" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/HTML-Tagset-3.240.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Authen-SASL-2.170.0:0/0::gentoo, installed) USE="-kerberos -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Text-CSV_XS-1.550.0:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/File-BaseDir-0.90.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/HTTP-Message-6.460.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Types-Serialiser-1.10.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Socket6-0.290.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Locale-gettext-1.70.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/PerlIO-utf8_strict-0.10.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Module-Build-0.423.400:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Class-Inspector-1.360.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Unicode-LineBreak-2019.1.0:0/0::gentoo, installed) USE="" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/IO-Socket-SSL-2.88.0:0/0::gentoo, installed) USE="-examples -idn -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/JSON-4.100.0:0/0::gentoo, installed) USE="xs -examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/URI-5.280.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Sub-Name-0.270.0:0/0::gentoo, installed) USE="-suggested -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Net-SSLeay-1.940.0:0/0::gentoo, installed) USE="-examples -minimal -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Text-WrapI18N-0.60.0-r2:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Devel-CheckLib-1.160.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (media-libs/exiftool-12.76:0/0::gentoo, installed) USE="-doc -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/ExtUtils-CChecker-0.120.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Parse-Yapp-1.210.0-r1:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Digest-HMAC-1.40.0:0/0::gentoo, installed) USE="" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Encode-Locale-1.50.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/YAML-Tiny-1.740.0:0/0::gentoo, installed) USE="-minimal -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Clone-0.460.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (app-text/po4a-0.73:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/File-Listing-6.160.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/HTTP-Cookies-6.110.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Tie-IxHash-1.230.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Params-Util-1.102.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Syntax-Keyword-Try-0.290.0-r1:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Text-Iconv-1.700.0-r3:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/LWP-MediaTypes-6.40.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Net-DBus-1.2.0:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/XML-XPath-1.480.0:0/0::gentoo, installed) USE="-examples -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Regexp-IPv6-0.30.0-r2:0/0::gentoo, installed) USE="-test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/Text-CSV-2.40.0:0/0::gentoo, installed) USE="xs -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         
    >=dev-lang/perl-5.38.2-r3[-perl_features_debug,-perl_features_ithreads,-perl_features_quadmath] required by (dev-perl/List-MoreUtils-0.430.0:0/0::gentoo, installed) USE="xs -test" PERL_FEATURES="(-debug) -ithreads -quadmath"
                                                   ^^^^^^^^^^^^^^^^^^^^^^^                         

dev-libs/boost:0

  (dev-libs/boost-1.85.0-r1:0/1.85.0.1::gentoo, ebuild scheduled for merge) USE="bzip2 context icu nls python stacktrace zlib -debug -doc -lzma -mpi -numpy -tools -zstd" PYTHON_TARGETS="python3_12 -python3_10 -python3_11" conflicts with
    dev-libs/boost:0/1.84.0=[zlib(+)] required by (dev-libs/liborcus-0.19.2:0/0.18::gentoo, installed) USE="spreadsheet-model -python -test -tools" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
                  ^^^^^^^^^^         
    dev-libs/boost:0/1.84.0= required by (dev-util/mdds-2.1.1:1/2.1::gentoo, installed) USE="openmp -doc -test"
                  ^^^^^^^^^^
    dev-libs/boost:0/1.84.0= required by (dev-cpp/libcmis-0.6.2:0/0.6::gentoo, installed) USE="-man -test -tools"
                  ^^^^^^^^^^
    dev-libs/boost:0/1.84.0= required by (dev-libs/libixion-0.19.0:0/0.18::gentoo, installed) USE="-debug -python" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
                  ^^^^^^^^^^
    dev-libs/boost:0/1.84.0= required by (net-wireless/linssid-3.6-r2:0/0::gentoo, installed) USE=""
                  ^^^^^^^^^^
    dev-libs/boost:0/1.84.0=[nls] required by (app-office/libreoffice-bin-7.6.4.1:0/0::gentoo, installed) USE="gnome -java -kde" CPU_FLAGS_X86="sse2" PYTHON_SINGLE_TARGET="python3_11"
                  ^^^^^^^^^^     
    dev-libs/boost:0/1.84.0= required by (media-gfx/hugin-2023.0.0-r1:0/0::gentoo, installed) USE="-debug -lapack -python -raw -sift" L10N="-ca -ca-valencia -cs -da -de -en-GB -es -eu -fi -fr -hu -it -ja -nl -pl -pt-BR -ro -ru -sk -sv -zh-CN -zh-TW" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
                  ^^^^^^^^^^
    dev-libs/boost:0/1.84.0=[stacktrace(-)] required by (media-gfx/inkscape-1.3.2-r2:0/0::gentoo, installed) USE="X cdr dia exif graphicsmagick imagemagick jpeg openmp readline sourceview spell svg2 -inkjar -postscript -test -visio -wpg" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
                  ^^^^^^^^^^               
    dev-libs/boost:0/1.84.0= required by (media-gfx/luminance-hdr-2.6.1.1-r1:0/0::gentoo, installed) USE="fits openmp -test" CPU_FLAGS_X86="sse2"
                  ^^^^^^^^^^
    dev-libs/boost:0/1.84.0 required by (app-office/libreoffice-bin-7.6.4.1:0/0::gentoo, installed) USE="gnome -java -kde" CPU_FLAGS_X86="sse2" PYTHON_SINGLE_TARGET="python3_11"
                  ^^^^^^^^^


Would you like to merge these packages? [Yes/No]



Code:

go2 /var/lib/portage # emerge --info
Portage 3.0.65 (python 3.12.5-final-0, default/linux/amd64/23.0/no-multilib/systemd, gcc-14, glibc-2.40, 6.10.6-gentoo x86_64)
=================================================================
System uname: Linux-6.10.6-gentoo-x86_64-13th_Gen_Intel-R-_Core-TM-_i7-1360P-with-glibc2.40
KiB Mem:    32481876 total,  16484960 free
KiB Swap:   33554428 total,  33554428 free
Timestamp of repository gentoo: Thu, 29 Aug 2024 13:30:00 +0000
Head commit of repository gentoo: 6ecdb145fa25286f352eb25d2634fab978a1a613
Head commit of repository brave-overlay: 7c04fbe31c435fe784c2e25a174bddc82f115025

sh bash 5.2_p32-r1
ld GNU ld (Gentoo 2.43 p2) 2.43.1
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p32-r1::gentoo
dev-build/autoconf:        2.13-r8::gentoo, 2.72-r1::gentoo
dev-build/automake:        1.17-r1::gentoo
dev-build/cmake:           3.30.2::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.5.1::gentoo
dev-lang/perl:             5.40.0::gentoo
dev-lang/python:           3.11.9_p2::gentoo, 3.12.5_p1::gentoo, 3.13.0_rc1_p3::gentoo
dev-lang/rust-bin:         1.80.1::gentoo
sys-apps/baselayout:       2.15::gentoo
sys-apps/sandbox:          2.39::gentoo
sys-apps/systemd:          256.5::gentoo
sys-devel/binutils:        2.43-r1::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/clang:           15.0.7-r3::gentoo, 18.1.8::gentoo
sys-devel/gcc:             14.2.1_p20240817::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/lld:             15.0.7::gentoo
sys-devel/llvm:            15.0.7-r6::gentoo, 18.1.8-r4::gentoo
sys-kernel/linux-headers:  6.10::gentoo (virtual/os-headers)
sys-libs/glibc:            2.40::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: False
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 3
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1

brave-overlay
    location: /var/db/repos/brave-overlay
    sync-type: git
    sync-uri: https://gitlab.com/jason.oliveira/brave-overlay.git
    masters: gentoo
    volatile: False

local
    location: /var/db/repos/local
    masters: gentoo
    volatile: False

Binary Repositories:

gentoobinhost
    priority: 1
    sync-uri: https://gentoo.osuosl.org/releases/amd64/binpackages/17.1/x86-64

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS=" --jobs=16 --load-average=16"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo/     http://mirror.clarkson.edu/gentoo/"
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X \ a52 aac acl acpi alisp alsa amd64 bluetooth bluray branding bzip2 cairo caps cdda cdr cet cleartype colord corefonts crypt cups dbus dri dts dvd dvdr eds encode evo exif ffmpeg fits flac fuse gdbm gif gimp gnome gnome-keyring gnome-online-accounts gnome-shell gphoto2 gpm gstreamer gtk gui iconv icu introspection ipv6 jpeg jumbo-build keyring kf6compat lcms libnotify libtirpc mad mng mp3 mp4 mpeg mtp nautilus ncurses networkmanager nfs nls ocr ogg opengl openmp opus pam pango pcre pdf png policykit ppds pulseaudio qt5 qt6 readline scanner sdl seccomp sound spell ssl startup-notification svg sysprof systemd test-rust tiff tracker truetype udev udisks unicode upower usb vorbis vulkan wayland wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gcc_12" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby31 ruby32" SANE_BACKENDS="hp epson epson2 net airscan" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Back to top
View user's profile Send private message
imesg
Guru
Guru


Joined: 12 Jul 2002
Posts: 450

PostPosted: Thu Aug 29, 2024 1:49 pm    Post subject: Reply with quote

freke wrote:
Full output would be nice - and emerge --info.

Trying to mix ithreads and -ithreads?

Code:
2024-05-07-perl-features-use-expand
  Title                     dev-lang/perl useflags become a PERL_FEATURES use-expand
  Author                    Andreas K. Huettel <dilfridge@gentoo.org>
  Posted                    2024-05-07
  Revision                  2

Starting with dev-lang/perl-5.38.2-r3, the three use flags "debug",
"ithreads", and "quadmath" of Perl are renamed into a common
use-expand variable, PERL_FEATURES, which should be set *globally*
in make.conf.

If you do *not* want to change the settings of your Perl, make
sure that the new variable PERL_FEATURES contains the same settings
that were applied to your Perl all along.

I.e., if you have dev-lang/perl[ithreads] installed, make sure
to now set in make.conf
  PERL_FEATURES="ithreads"

If you *want* to change the settings of your Perl, you may have to
run perl-cleaner after rebuilding dev-lang/perl:
  perl-cleaner --modules ; perl-cleaner --force --libperl

In either case, a full world update
  emerge -uDNav world
is recommended and should also bring your system into a consistent
state.

Background: This change in the structure of the useflags is
intended to solve bug 930123. The three useflags influence not only
how Perl itself is installed, but also all Perl modules...


This is not something by purpose. Don't know how it was done. How to fix it?

Thanks
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3367
Location: Canada

PostPosted: Thu Aug 29, 2024 3:18 pm    Post subject: Reply with quote

Yep, fixed
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