question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[source-build] Bootstrapping the F# compiler fails with a "no entrypoint" warning

See original GitHub issue

In the complete source-built SDK, our Linux partners will follow this procedure:

  1. Source-build the SDK using the Microsoft-built SDK, producing the “stage 1 SDK”.
  2. Source-build the SDK again using the stage 1 SDK, producing the “stage 2 SDK”, which is completely free of prebuilts and was not built using any prebuilt binaries.

In this process, we are seeing an issue in F#. The stage 1 SDK is produced as normal, but when attempting to compile the stage 2 SDK, the F# Proto build fails with warning: no entrypoint specified in executable binary. This warning was removed temporarily in https://github.com/dotnet/installer/pull/14564 and https://github.com/dotnet/installer/pull/14565.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
vzarytovskiicommented, Sep 28, 2022

Is https://github.com/dotnet/fsharp/pull/13963 going to flow into .NET 7.0?

Yes, iirc, it is a part of https://github.com/dotnet/sdk/pull/28137 insertion and should be a part of rc2.

0reactions
MichaelSimonscommented, Sep 28, 2022

Is https://github.com/dotnet/fsharp/pull/13963 going to flow into .NET 7.0?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[boost] boost/1.71: bootstrap fails on ubuntu #193
CXX is not set when it executes the code in build.sh . It is set in my conan profile: conan profile update env.CXX=clang++-9...
Read more >
Compiler Warning (level 1) C4747
To correct this error. Do not compile the module with /clr. Mark the entry point function with #pragma unmanaged .
Read more >
CMake 3.15.5 bootstrap fail with g++ 9.3.0
compiler supports C++ make_unique failed with the following output: Change Dir: /home/max/Lavori/nova/srcs/repo/dep-startup/buildroot-output/ ...
Read more >
[11/12/13/14 Regression] can't compile on hp-ux v3 ia64
I am trying to compile GCC 4.9.2 on HP-UX 11.31 and am precisely getting the same LD error. Do we have any update...
Read more >
How To Compile Qt with Visual Studio
This post is a step-by-step guide on how to compile Qt 4.x.x with MSVC 2010. Although we use Qt 4.7.1 as an example...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found