Re: [R-pkg-devel] gcc14 checks on fedora

2024-05-27 Thread Brad Eck
Thanks Gábor and Dirk for the suggestions. This one seemed to need fedora to replicate the issue. Docker did make it easy: FROM fedora:40 USER root RUN dnf -y install R Brad On Fri 24 May 2024 at 20:28, Gábor Csárdi wrote: > Fedora 40 comes with gcc 14.1.x. But I would first try to use the

Re: [R-pkg-devel] gcc14 checks on fedora

2024-05-24 Thread Dirk Eddelbuettel
On 24 May 2024 at 20:01, Brad Eck wrote: | I received a note that my package -- epanet2toolkit -- was showing a | warning in the fedora-gcc results on CRAN. | https://www.stats.ox.ac.uk/pub/bdr/gcc12/epanet2toolkit.out | | I'd like to reproduce the warning and fix it. Usually I'd do that with |

Re: [R-pkg-devel] gcc14 checks on fedora

2024-05-24 Thread Gábor Csárdi
Fedora 40 comes with gcc 14.1.x. But I would first try to use the `-Wformat-truncation=` flag with the compiler you have, it is possible that you don't need gcc 14.1. If you do, then the `fedora:40` container should be good. Gabor On Fri, May 24, 2024 at 9:02 PM Brad Eck wrote: > > Dear List - >

[R-pkg-devel] gcc14 checks on fedora

2024-05-24 Thread Brad Eck
Dear List - I received a note that my package -- epanet2toolkit -- was showing a warning in the fedora-gcc results on CRAN. https://www.stats.ox.ac.uk/pub/bdr/gcc12/epanet2toolkit.out I'd like to reproduce the warning and fix it. Usually I'd do that with Docker. Is anyone aware of a docker imag