Package Details: timescaledb-toolkit 1.22.0-1

Git Clone URL: https://aur.archlinux.org/timescaledb-toolkit.git (read-only, click to copy)
Package Base: timescaledb-toolkit
Description: PostgreSQL extension for TimescaleDB analytics
Upstream URL: https://github.com/timescale/timescaledb-toolkit
Licenses: custom:Timescale
Submitter: grawlinson
Maintainer: nycex
Last Packager: nycex
Votes: 0
Popularity: 0.000000
First Submitted: 2021-09-22 04:27 (UTC)
Last Updated: 2026-05-16 17:25 (UTC)

Latest Comments

nycex commented on 2026-05-16 13:51 (UTC)

I couldn't get the 1.22.0 to build, but the latest master (https://github.com/timescale/timescaledb-toolkit/commit/b888ca2e9aebc91e45e6bf22f840e0ebb6dd0ca7) seems to work. So I just now made the AUR version use this commit (It does appear to only have minimal changes from 1.22.0 besides this).

T2000 commented on 2026-05-05 16:32 (UTC)

Looks like this package is outdated as I get the same error :(

@pohl7589 Did you find a way to install the timescaledb-toolkit on your arch linux system meanwhile? if so, how? I.e. what's the "package compatible" way, i.e. building your own package and not throwing some binaries into the system without a package manager?

pohl7589 commented on 2025-06-07 18:59 (UTC) (edited on 2025-06-07 19:00 (UTC) by pohl7589)

Package does not build on recent up-to-date Arch with postgresql 17.4-4:

==> Making package: timescaledb-toolkit 1.16.0-2 (Sat 07 Jun 2025 08:58:18 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found timescaledb-toolkit-1.16.0.tar.gz
  -> Found LICENSE-TIMESCALE-490e9405874d284735e27e3f9f63a2f6dd31a08f
==> Validating source files with sha512sums...
    timescaledb-toolkit-1.16.0.tar.gz ... Passed
    LICENSE-TIMESCALE-490e9405874d284735e27e3f9f63a2f6dd31a08f ... Passed
==> Validating source files with b2sums...
    timescaledb-toolkit-1.16.0.tar.gz ... Passed
    LICENSE-TIMESCALE-490e9405874d284735e27e3f9f63a2f6dd31a08f ... Passed
==> Extracting sources...
  -> Extracting timescaledb-toolkit-1.16.0.tar.gz with bsdtar
==> Starting prepare()...
warning: `/home/alarm/aur/timescaledb-toolkit/src/timescaledb-toolkit-1.16.0/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
==> Starting build()...
warning: `/home/alarm/aur/timescaledb-toolkit/src/timescaledb-toolkit-1.16.0/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
    Updating crates.io index
  Installing cargo-pgx v0.7.1
    Updating crates.io index
error: failed to compile `cargo-pgx v0.7.1`, intermediate artifacts can be found at `/tmp/cargo-installq3ceed`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Caused by:
  failed to select a version for the requirement `cargo_toml = "^0.11.8"`
    version 0.11.8 is yanked
  location searched: crates.io index
  required by package `cargo-pgx v0.7.1`
==> ERROR: A failure occurred in build().
    Aborting...