Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

dotnetbot sample fails to compile on Ubuntu #436

Closed
jkotas opened this issue Nov 30, 2015 · 4 comments
Closed

dotnetbot sample fails to compile on Ubuntu #436

jkotas opened this issue Nov 30, 2015 · 4 comments
Assignees
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Nov 30, 2015

From @silentnull:

HI, I downloaded samples dotnetbot code and during compile with latest coreclr in native mode I have follow error: Compiling> [System.Private.CoreLib]System.Runtime.InteropServices.InteropExtensions.MightBeBlittable

@jkotas
Copy link
Member Author

jkotas commented Nov 30, 2015

@jkotas
Copy link
Member Author

jkotas commented Dec 4, 2015

@schellap Could you please take a look at this? People are who are just trying to native compile hello world are running into this. Do we just need to push updated corert bits somewhere?

@schellap
Copy link

schellap commented Dec 4, 2015

Taking a look, surprising because the DotNet/CLI also has Ubuntu CI compiling with these exact bits.

@schellap schellap self-assigned this Dec 4, 2015
@schellap
Copy link

schellap commented Dec 4, 2015

/Cc @brthor

This is the last method compiled successfully in "Hello World" sample app as the toolchain is supposed to.

Compiling> [System.Private.CoreLib]System.Runtime.InteropServices.InteropExtensions.MightBeBlittable

The post compilation linking steps done by CLI fails trying to find the pre-requisite tools/libraries. We need better error messages than "No such file or directory" and bail out early if pre-requisites are not found. I'll keep this issue to track adding support to CLI.

@gkhanna79 gkhanna79 added this to the December milestone Dec 11, 2015
@jkotas jkotas modified the milestones: January, December Jan 9, 2016
@gkhanna79 gkhanna79 assigned gkhanna79 and unassigned schellap Jan 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants