Skip to content

Debian/Ubuntu packages for adbc-driver-*-devel are not published #2478

@ewindisch

Description

@ewindisch

What happened?

The documentation indicates that there are adbc packages available for Debian and Ubuntu. Checking, these do appear to be published as RPM pacakges, but not available as .deb packages in the Debian package pool.

Following these instructions: https://arrow.apache.org/adbc/current/driver/installation.html

Package pool example: https://apache.jfrog.io/ui/native/arrow/ubuntu/pool/noble/main/a/apache-arrow/

Stack Trace

No response

How can we reproduce the bug?

sudo apt update
sudo apt install -y -V ca-certificates lsb-release wget
sudo wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
rm ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt update
    sudo apt install libadbc-driver-flightsql-dev
    sudo apt install libadbc-driver-postgresql-dev
    sudo apt install libadbc-driver-sqlite-dev
    sudo apt install libadbc-driver-snowflake-dev

Packages are not found.

Environment/Setup

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions