Skip to content

CoreCLR build failure with ./src/coreclr/build-runtime.sh #34894

Description

@gbalykov

After #34697 clr.buildtools in build.sh subsets is required for native build, however, build-runtime.sh doesn't seem to be changed accordingly

  1. ok
./build.sh --clang9 --arch x64 --configuration Release --subset clr.runtime+clr.corelib+clr.nativecorelib+clr.tools+clr.buildtools
  1. error
./src/coreclr/build-runtime.sh -x64 -Release -clang9
Could not execute because the specified command or file was not found.
Possible reasons for this include:
  * You misspelled a built-in dotnet command.
  * You intended to execute a .NET Core program, but dotnet-/home/z/Dev/runtime/artifacts/bin/coreclr/Linux.x64.Release/GetModuleIndex/GetModuleIndex.dll does not exist.
  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
src/dlls/mscordac/CMakeFiles/dac_module_index_header.dir/build.make:60: recipe for target 'src/inc/dacmoduleindex.h' failed
make[2]: *** [src/inc/dacmoduleindex.h] Error 1

cc @alpencolt

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-Infrastructure-coreclrOnly use for closed issuesuntriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions