View previous topic :: View next topic |
Author |
Message |
almahdi n00b
Joined: 25 Sep 2020 Posts: 35
|
Posted: Sat Feb 20, 2021 2:42 am Post subject: Cannot install Perl 5.28 on category dev-lang |
|
|
This dev-lang/perl cannot install:
Code: | # emerge -auDN =perl-5.28
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy "=perl-5.28". |
This arose from previous requirement:
Code: | # emerge --exclude samba -auDN @world
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy "dev-lang/perl:0/5.28=".
(dependency required by "net-fs/samba-4.11.16::core-server-kit" [installed])
(dependency required by "gnome-base/gvfs-1.44.1::gnome-kit[samba]" [installed])
(dependency required by "gnome-extra/nemo-4.8.2::gnome-kit" [ebuild])
(dependency required by "gnome-extra/cinnamon-4.8.4::gnome-kit" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
|
How could this happen in my gentoo ? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22417
|
Posted: Sat Feb 20, 2021 5:24 am Post subject: |
|
|
It cannot happen in Gentoo, because Gentoo does not have net-fs/samba-4.11.16::core-server-kit. You are using one or more overlays, and an ebuild from one of the overlays is depending on an obsolete and removed version of Perl. You may have aggravated the situation by explicitly preventing the upgrade of Samba. Why are you doing that? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31194 Location: here
|
Posted: Sat Feb 20, 2021 6:31 am Post subject: |
|
|
All *-kit are funtoo related.
Probably the best place to get a solution are the funtoo forums. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|