dotnet icon indicating copy to clipboard operation
dotnet copied to clipboard

no ebuilds to satisfy ">=dev-dotnet/webkit-sharp-0.2-r1"

Open happysmash27 opened this issue 4 years ago • 1 comments

When trying to emerge monodevelop, I get the error:

emerge: there are no ebuilds to satisfy ">=dev-dotnet/webkit-sharp-0.2-r1".
(dependency required by "dev-util/mono-docbrowser-2.20130821-r2::dotnet[webkit]" [ebuild])
(dependency required by "dev-util/monodevelop-6.0.0.4761::dotnet[doc]" [ebuild])
(dependency required by "monodevelop" [argument])

happysmash27 avatar Apr 13 '21 04:04 happysmash27

Workaround: Copy the contents of all the deleted files in https://github.com/gentoo/gentoo/commit/7e3f94f3f0cb964243d2ad4e3b2b14aceecec00a#diff-51b908cd86ad05e3280c609ba7ff7c332d2b0f3a054775ab4157f2b56b370fc5 except for Manifest to files in /usr/local/portage under the same names. Get the original file from http://tinycorelinux.net/2.x/tcz/src/webkit-sharp/ (it matches the sha256sum and sha512sum and has the same name). Edit line 18 from ">=net-libs/webkit-gtk-1.4:2" to " >=net-libs/webkit-gtk-1.4" to deal with the newer ebuild for the package.

Actually... no, that just gets another error:

emerge: there are no ebuilds to satisfy "gnome-base/libgnomeui".
(dependency required by "dev-dotnet/gnome-sharp-2.24.4::dotnet" [ebuild])
(dependency required by "dev-util/monodevelop-6.0.0.4761::dotnet[gnome]" [ebuild])
(dependency required by "monodevelop" [argument])

And this package is already out of date by two major versions...

Maybe it might make more sense for me to make my own package of this based off of this one, as this is behind in just too many ways.

happysmash27 avatar Apr 13 '21 05:04 happysmash27