Skip to content

Build error "Not find BROTLIDEC" #4867

@SoftStoneDevelop

Description

@SoftStoneDevelop

Description

I try build dotnet/dotnet repo following instructions in:
https://github.com/dotnet/dotnet/blob/main/README.md#dev-instructions
but i get error.

Reproduction Steps

  1. Clone repo
    https://github.com/dotnet/dotnet/
    and switch to release/9.0.1xx branch

  2. Execute

./prep-source-build.sh
  1. On machine i install dependencies:
apt install -y cmake llvm lld clang build-essential \
  python-is-python3 curl git lldb libicu-dev liblttng-ust-dev \
  libssl-dev libkrb5-dev ninja-build pigz cpio
apt install -y build-essential gettext locales cmake llvm clang lld lldb liblldb-dev libunwind8-dev libicu-dev liblttng-ust-dev \
                libssl-dev libkrb5-dev zlib1g-dev pigz cpio
sudo apt install build-essential checkinstall zlib1g-dev libssl-dev -y

  1. Try to build
./build.sh -sb --clean-while-building

Expected behavior

Successfully build SDK

Actual behavior

Get Error

Image

Regression?

No response

Known Workarounds

No response

Configuration

OS is Debian 12

Other information

No response

Metadata

Metadata

Assignees

Labels

area-docDocumentation improvements

Type

No type

Projects

Status

Done

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions