gentoo / dotnet

[MIRROR] Newer mono, .NET languages, and libraries
https://gitweb.gentoo.org/repo/proj/dotnet.git
78 stars 56 forks source link

Monodevelop fails with USE_DOTNET="net45" #192

Closed PeeJay closed 8 years ago

PeeJay commented 8 years ago

Having the line USE_DOTNET="net45" in make.conf results in the following error:

cnd commented 8 years ago

@PeeJay I've got DOTNET_TARGETS="net45 net40" in make.conf however still maybe this behaviour should be corrected

PeeJay commented 8 years ago

Aah, I take it I should be using DOTNET_TARGETS rather than USE_DOTNET then? That fixes the problem. Is there any documentation on this anywhere? I couldn't find any.

cnd commented 8 years ago

@PeeJay no :( I didn't write any so far

cnd commented 8 years ago

cuurently just added to readme https://github.com/gentoo/dotnet/commit/225706f0a197fefad1f2ea1a606d1571234d4d18

genterminl commented 7 years ago

I have DOTNET_TARGETS="net45 net46 net52" but am still getting errors of "User did not set any netNN use-flags in make.conf or profile, .ebuild demands USE_DOTNET=net45" Any idea what I'm missing?

cnd commented 7 years ago

@genterminl I failed to build xdt which needs for nuget so first I need to resolve those problems, "User did not set any net..." is harmless message (should be), it's not error (and possibly on ebuild side) you can check there how eclass works there https://github.com/gentoo/dotnet/blob/master/eclass/dotnet.eclass

genterminl commented 7 years ago

@mpkh thanks. putting USE+="net45" before the emerge command silenced that warning. I'm still getting errors about installing a delayed signed target, but that's not for this issue. (and I'm not at my main PC right now to even check details.) and it's for several different ebuilds.

genterminl commented 7 years ago

@mpkh I got xdt-for-monodevelop to emerge. I'll post comment in issue 305.