Package: r-cran-bh
Version: 1.74.0-2
Severity: important

Hi,

it feels like r-cran-bh on Debian/bookworm seems to be broken hard?
At least it's always failing hard for me, with:

| Error in stan_model(model_code = stancode, verbose = TRUE) :
|   Boost not found; call install.packages('BH')

Minimal steps to reproduce:

% cat > demo.r << EOF
example(stan_model, package = "rstan", run.dontrun = TRUE, verbose = TRUE)
EOF
% podman run --pull=always --rm -i -t -v $(pwd)/:/code:rw debian:bookworm bash

Inside the podman container (or on any Debian/bookworm system of course):

  apt update
  apt install -y dpkg-dev  # dpkg-architecture is needed
  apt install -y r-cran-rstan --no-install-recommends

Executing `r /code/demo.r` then triggers the failure mentioned above.

FTR: There's no change, if one drops the `--no-install-recommends`
from the package installation of `r-cran-rstan` above, but disabling
recommends reduces the package installation from ~2GB to ~450MB.

FYI: r-cran-rstan v2.32.7-1 with r-cran-bh v1.84.0-1 on current
Debian/testing AKA trixie seems to work fine and doesn't behave like
that.

Thanks for maintaining r-cran in Debian!

regards
-mika-

Reply via email to