-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 fail under opensuse #3580
Comments
Can you provide a bit more detail about what command you were running, and how this error occurs? Ideally in the form of repro instructions. |
I just resolved this question formatting to more recent version from opensuse. now errors are another one during building. How could i set verbosity compiling to put here ? |
What are you trying to build? The MSBuild repo, or a project of your own? Can you copy and paste the command line command you're using and its output? |
here the firstoutput : output_compiling.txt |
Possibly related to https://github.com/Microsoft/msbuild/pull/3528/files#diff-4d3fc7780500131817fceb95ddcea3fe. @cdmihai What causes |
what command could i try to solve this ? |
git command to back to that version please. |
|
Roger that. |
AFAIK it happens magically in the SDK: https://github.com/dotnet/sdk/blob/fd24f4b3df6d4839b03f0481677743ccf0d816b8/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.DefaultItems.props#L38-L46 |
Seems tests doesn't pass .... output_compiling.txt |
second one ... |
Can you share the
There should also be a |
right here Microsoft.Build.zip |
Some progress there ? Im curious . |
The error is
So it looks like your machine (or maybe just opensuse in general) has We'd happily take such a fix if you're interested in contributing it. |
But i need to set this path ? i wish to test here then. |
here in /etc/shells /bin/ash |
What's |
/sbin:/bin:/usr/sbin:/usr/bin root /usr/local/bin:/usr/bin:/bin: user |
That user path confirms my suspicion. The failing test does But with your As I mentioned, we'd gladly take a patch for that, or you can ignore this test failure for now. |
So if i ignore tests this will pass ..... good to know. Just more one question. To compile and execute msbuild projects under linux do you have a good wiki to suggest ? |
Are you interested in building this repo, or code of your own? Docs for our repo are at https://github.com/Microsoft/msbuild/blob/master/documentation/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild.md#unix For the more generic case, I would recommend the .NET Core docs at https://www.microsoft.com/net/learn/get-started-with-dotnet-tutorial. Or do you have a specific thing you're trying to do? |
I wish to compile this project to test: https://github.com/BigBitsYouTube/BitMEXAssistant/tree/master/BitMEXAssistant |
the problem to me is where is dotnet is built and msbuild ..... or dotnet have already msbuild on line command. ..... |
You don't generally need to build I took a quick look at that project, though, and I'm not sure it's .NET Core compatible. It may only build on Windows at the moment. |
The problem i have opensuse leap 15.0 ........ you still on 42.2 |
Oh, I see. https://github.com/dotnet/core-setup/issues/4413 may be related. You can download a tarball of the .NET Core SDK from https://www.microsoft.com/net/download/dotnet-core/2.1. |
@rainersigwald , sorry for not respond ... im busy here too. Well i see msbuild have a good potential . But i think people should use cmake with big structures to compile. I have been looking around and people make things too much hard to people today. Well i see good effort to make easy to build ... but the big question is what tool to build big things to do the hard work easy ? The dotnet2.1 fails to build the simple program because dependencies. Well i will keep watching guys your work. ;-) |
I did it but with ./build.sh -skipTests ... i build good. but i need know where msbuild stay and a simple example. |
Should be fixed by #6055. |
i was trying to compile using last openssl and get this ...
Cannot get required symbol EC_KEY_set_public_key_affine_coordinates from libssl
The text was updated successfully, but these errors were encountered: