View previous topic :: View next topic |
Author |
Message |
Majed17 Guru
Joined: 31 Aug 2011 Posts: 333 Location: Minsk, Belarus
|
Posted: Thu Aug 29, 2024 6:53 am Post subject: perl preventing world update [solved] |
|
|
Peace,
after installing rancid from source i am unable to update world
it presents a conflict between perl 5.4 and perl 5.38
after i masked 5.4 it nags as follows:
Code: | sudo emerge --ask --changed-use --deep --update @world
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 35.38 s (backtrack: 11/20).
!!! All ebuilds that could satisfy "=dev-lang/perl-5.40*" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-lang/perl-5.40.0::gentoo (masked by: package.mask)
(dependency required by "virtual/perl-File-Spec-3.900.0::gentoo" [ebuild])
(dependency required by "dev-perl/Pod-Parser-1.660.0::gentoo" [installed])
(dependency required by "app-text/po4a-0.69::gentoo" [installed])
(dependency required by "sys-apps/man-db-2.12.1::gentoo[nls]" [installed])
(dependency required by "virtual/man-0-r4::gentoo" [installed])
(dependency required by "@system" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
|
_________________ Seek and you shall find, Knock and it shall be opened, cry and you shall find comfort.
Last edited by Majed17 on Fri Aug 30, 2024 8:25 am; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
Posted: Thu Aug 29, 2024 6:58 am Post subject: |
|
|
Unmask perl 5.40 and look at this topic. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Majed17 Guru
Joined: 31 Aug 2011 Posts: 333 Location: Minsk, Belarus
|
Posted: Thu Aug 29, 2024 8:19 am Post subject: |
|
|
i unmasked perl 5.4 and install 5.38 again, and installed virtual/perl-Getopt-Long-2.540.0-r1
but the workaround has not worked,
Code: | sudo emerge --ask --changed-use --deep --update @world
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 162.52 s (backtrack: 13/20).
[ebuild U ] dev-lang/perl-5.40.0 [5.38.2-r3]
[ebuild U ] virtual/perl-Data-Dumper-2.189.0 [2.188.0]
[ebuild U ] virtual/perl-Test-Harness-3.480.0 [3.440.0-r1]
[ebuild N ] perl-core/Encode-3.190.0 PERL_FEATURES="(-debug) -ithreads -quadmath"
[ebuild U ] virtual/perl-Exporter-5.780.0 [5.770.0-r1]
[ebuild U ] virtual/perl-File-Spec-3.900.0 [3.880.0]
[ebuild U ] virtual/perl-ExtUtils-CBuilder-0.280.240 [0.280.238]
[ebuild U ] virtual/perl-IO-1.550.0 [1.520.0]
[ebuild U ] virtual/perl-Time-Local-1.350.0 [1.300.0-r2]
[ebuild U ] virtual/perl-Compress-Raw-Zlib-2.212.0-r1 [2.206.0]
[ebuild U ] virtual/perl-IO-Socket-IP-0.420.0 [0.410.100_rc]
[ebuild U ] virtual/perl-Compress-Raw-Bzip2-2.212.0 [2.204.1_rc]
[ebuild U ] virtual/perl-IO-Compress-2.212.0 [2.204.0]
[ebuild U ] virtual/perl-Socket-2.38.0 [2.36.0]
[ebuild U ] virtual/perl-podlators-5.10.200_rc [5.10.0]
[ebuild U ] virtual/perl-ExtUtils-Manifest-1.750.0 [1.730.0-r2]
[ebuild U ] virtual/perl-Module-Metadata-1.0.38 [1.0.37-r3]
[ebuild U ] virtual/perl-version-0.993.0 [0.992.900-r1]
[ebuild U ] virtual/perl-Math-BigInt-2.3.2 [1.999.842]
[uninstall ] perl-core/Math-BigInt-1.999.842
[blocks b ] <perl-core/Math-BigInt-2.3.2 ("<perl-core/Math-BigInt-2.3.2" is soft blocking virtual/perl-Math-BigInt-2.3.2)
[ebuild U ] sys-kernel/dracut-103-r3 [103-r2]
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-lang/perl:0
(dev-lang/perl-5.40.0:0/5.40::gentoo, ebuild scheduled for merge) USE="gdbm -berkdb -doc -minimal" ABI_X86="(64)" PERL_FEATURES="(-debug) -ithreads -quadmath" pulled in by
=dev-lang/perl-5.40* required by (virtual/perl-Text-ParseWords-3.310.0-r3:0/0::gentoo, installed) USE="" ABI_X86="(64)"
^ ^^^^^
(and 46 more with the same problem)
(dev-lang/perl-5.38.2-r3:0/5.38::gentoo, installed) USE="gdbm -berkdb -doc -minimal" ABI_X86="(64)" PERL_FEATURES="(-debug) -ithreads -quadmath" pulled in by
dev-lang/perl:0/5.38= required by (virtual/perl-Digest-1.200.0-r2:0/0::gentoo, installed) USE="" ABI_X86="(64)"
^^^^^^^^
=dev-lang/perl-5.38* required by (virtual/perl-Encode-3.190.0:0/0::gentoo, installed) USE="" ABI_X86="(64)"
^ ^^^^^
(and 134 more with the same problems)
NOTE: Use the '--verbose-conflicts' option to display parents omitted above
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. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.
For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
|
is there anything to do except wait? _________________ Seek and you shall find, Knock and it shall be opened, cry and you shall find comfort. |
|
Back to top |
|
|
eeckwrk99 Apprentice
Joined: 14 Mar 2021 Posts: 232 Location: Gentoo forums
|
Posted: Thu Aug 29, 2024 8:38 am Post subject: |
|
|
Majed17 wrote: | is there anything to do except wait? |
The problem is fixed now, you can revert your changes and sync Gentoo repository again. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31257 Location: here
|
Posted: Thu Aug 29, 2024 10:02 am Post subject: |
|
|
If your mirror is not yet up to date you can unmask the package =virtual/perl-Getopt-Long-2.540.0-r1 (in the link I had previously posted it was mentioned). _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Majed17 Guru
Joined: 31 Aug 2011 Posts: 333 Location: Minsk, Belarus
|
Posted: Fri Aug 30, 2024 8:25 am Post subject: |
|
|
yesterday it still wasn't working but today the problem is solved after an overnight sync. _________________ Seek and you shall find, Knock and it shall be opened, cry and you shall find comfort. |
|
Back to top |
|
|
|