Skip to content
Prev 12054 / 12125 Next

[R-pkg-devel] gcc-san fail with s2 package

Let me try to clarify the issue. An earlier version has failed a memory
sanitize check. I was able to solve it. But, at the same time, some
dependency was added, which includes the 's2' package but is not a direct
dependency.

What seems to happen now is that the gcc-san special check is performed in
an environment where all the dependency is compiled, but it fails to
compile 's2', as far as I can see from
https://win-builder.r-project.org/incoming_pretest/graphpcor_0.1.19_20260131_125536/specialChecks/gcc-san/

My current approach is to do a workaround to remove such a dependency. I
had to do it also to another one recently because of a similar issue (
https://win-builder.r-project.org/incoming_pretest/graphpcor_0.1.17_20260126_215413/specialChecks/clang-san/
)

On Sat, 31 Jan 2026 at 22:21, Elias T. Krainski <eliaskrainski at gmail.com>
wrote: