Skip to content

Build instructions are out of date #491

Closed
@JanEbbing

Description

@JanEbbing

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions