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 <csardi.ga...@gmail.com> wrote:

> 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 <bradleyj...@gmail.com> wrote:
> >
> > 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 image or dockerfile with this setup?
> >
> > Thanks,
> >
> > Brad
> >
> >         [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > R-package-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to