rstudio / r-builds

an opinionated environment for compiling R
GNU General Public License v3.0
100 stars 19 forks source link

Some builds are missing for Debian 12 #178

Closed gaborcsardi closed 1 year ago

gaborcsardi commented 1 year ago

Namely: 3.3.2, 3.3.1, 3.3.0. On the arm64 builds I see this:

debian-12_1     | checking for zlib.h... yes
debian-12_1     | checking if zlib version >= 1.2.5... no
debian-12_1     | checking whether zlib support suffices... configure: error: zlib library and headers are required
builder_debian-12_1 exited with code 1
gaborcsardi commented 1 year ago

Actually, they are also missing for the other OSes.

gaborcsardi commented 1 year ago

I think we need this patch: https://github.com/wch/r-source/commit/a0fe05ce9d0937ad2334bb370785cb22c71e592b Except that we need to apply it directly to configure to avoid having to rebuild configure from configure.ac.