-
Notifications
You must be signed in to change notification settings - Fork 56
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
msbuild incomplete / broken #415
Comments
cc: @ArsenShnurkov |
@ArsenShnurkov I have the output from enabling the "+debug" flag on my build of msbuild to the thread in the Gentoo forums. Hope that helps. If you need anything else that I can provide, let me know. |
please try https://github.com/ArsenShnurkov/shnurise/blob/master/dev-util/msbuild/msbuild-15.9.20.62856-r1.ebuild (it's for "latest stable" tag in msbuild repo) |
@ArsenShnurkov I have tried that ebuild, and get an error that src/MSBuild/mono-MSBuild.csproj: '>' is an unexpected token. The expected token is '='. Line 44, position 87. I think I fixed that by changing the end of that line from > to /> |
no, it's something else. I will recheck the ebuild itself (because mine compiles) |
build.log |
OK, I'm now feeling pretty stupid. I finally figured out I was sloppy downloading the two .csproj files, and had ended up with html, not the real csproj.eix msbuild. Fixed those, and the compile finished fine. The install failed because of a sandbox issue (I'll raise that later.) The final qmerge still fails due to a file conflict, but I suspect I need to get the eselect working first, so I have more to do before posting again. |
I wrote eselect-msbuild, but msbuild ebuild is not ready yet (i need to finish msbuild's configuration, to help it find default tasks) |
@ArsenShnurkov Is there any progress on this? |
@Ristovski - too many dependencies to repackage (for example #422), I need help from other gentoo developers |
msbuild should probably be removed or hard-masked in its current form. The ebuild is essentially non-functional and severely outdated as well. |
relates to:
issues experienced:
msbuild in Ubuntu seems to be in a correct state though. I'm not sure how to fix this, but the Ubuntu package might be a good place to look for differences.
Please let me know if there's some way I can help with this.
The text was updated successfully, but these errors were encountered: