Skip to content

Build fails on latest alpine linux (3.19.1)  #11254

@homme

Description

@homme

What happens?

Building duckdb under alpine linux 3.19.1 fails. This is after following the duckdb build instructions for Alpine. It appears the issue is due to undeclared symbols.

To Reproduce

git clone https://github.com/duckdb/duckdb.git && \
docker run -i --rm -v $(pwd)/duckdb:/duckdb --workdir /duckdb alpine:latest <<< "apk add g++ git make cmake ninja && GEN=ninja make" 2>&1 | tee build.log

build.log

OS:

Alpine Linux x86_64 Linux

DuckDB Version:

commit e245e29 (HEAD)

DuckDB Client:

cli build

Full Name:

Homme Zwaagstra

Affiliation:

Strava

Have you tried this on the latest nightly build?

I have tested with a nightly build

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • Yes, I have

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions