Re: [R-sig-Debian] Error building and installing with GCC ASAN in a Docker container

2024-02-15 Thread Joshua Ulrich
Hi Brent, In case you aren't aware, Winston Chang has some Docker images that build R with ASAN and UBSAN, using gcc and clang: https://github.com/wch/r-debug This doesn't directly address your question, but I hope it might be helpful. Best, Josh On Thu, Feb 15, 2024 at 12:15 PM Brent G Ewing

Re: [R-sig-Debian] Error building and installing with GCC ASAN in a Docker container

2024-02-15 Thread Dirk Eddelbuettel
Hi Brent, On 15 February 2024 at 10:14, Brent G Ewing wrote: | Hi, | | I want to build a Docker container with R and various R packages built and | installed with the gcc address sanitizer enabled. I am working on a Debian | Bookworm system running on an x86_64 architecture. | | I start with

[R-sig-Debian] Error building and installing with GCC ASAN in a Docker container

2024-02-15 Thread Brent G Ewing
Hi, I want to build a Docker container with R and various R packages built and installed with the gcc address sanitizer enabled. I am working on a Debian Bookworm system running on an x86_64 architecture. I start with the Docker file at