-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not mask mono-4 #62
Comments
|
When masking a higher version always go with regexp or wildcards: Give the following a try: alternatively you could add the overlay: not sure if that works though. If you only need newer versions of mono instead of all the other dotnet libraries, consider copying those over to your local overlay (e.g. /usr/local/portage) and keep them there, then removing the dotnet-overlay Are you perhaps overriding things in /etc/portage/package.unmask (file or folder) and /etc/portage/package.keywords (file or folder) ? |
|
All you advised was tried earlier and did not work. Such masks are overruled by: cat package.unmask dev-dotnet/gtk-sharp This successfully permits any mask of this packages from dotnet overlay and I think it is outright wrong. If not for clue from funtoo forum I would never guessed that such thing could happen. Could you please take a look on dotnet/profile/package.unmask and just check whether it needs to be in such way? best regards, edit: |
|
Thank you for report, resolved in previous commit, I should also check for other unmasked packages. I'm using 9999 and it works fine and I had not tested the mask. Check if it will install last 3.x |
|
@kayvax this repository is mirror, I will push it to layman some later. for now you can just pull from it |
|
thank you. |
Hi,
for some time I have problems with mono-4 from dotnet overlay. I can not mask it in any way and it breaks packages as mono-4 has removed lower targets.
I have tried asking for help at Funtoo forums and #funtoo @freenode but maintainers could not find way to mask it.
Whole topic:
http://forums.funtoo.org/topic/491-mask-problems/
Should you need more info I will try to provide it.
best regards,
kayvax
The text was updated successfully, but these errors were encountered: