Closed
Description
I'm following the build instructions for Ubuntu on the website:
docker run -it --name ubuntu ubuntu:24.10 bash
## in docker image shell:
# apt-get update
# apt-get install \
g++ \
cmake \
make \
ninja-build \
bison flex \
git curl \
rsync m4 \
libzstd-dev \
libboost-all-dev \
libevent-dev \
libdouble-conversion-dev \
libgoogle-glog-dev \
libgflags-dev \
libiberty-dev \
liblz4-dev \
liblzma-dev \
libsnappy-dev \
zlib1g-dev \
binutils-dev \
libjemalloc-dev \
libssl-dev \
pkg-config \
libunwind-dev \
libsodium-dev \
libpcre3-dev \
libfftw3-dev \
libxxhash-dev \
libgtest-dev \
libfmt-dev \
clang-12 \
llvm-12 \
libclang-12-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package clang-12 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'clang-12' has no installation candidate
The closest version available is clang-14
, which I am trying now. See ubuntu packages list
Metadata
Metadata
Assignees
Labels
No labels