Skip to content
Prev 62888 / 63421 Next

R-devel (87913) compilation fails at "make vignettes"; R-4-4 completes and fails "make check"

Thank you very much, Sebastian. Your suggestion about checking the
FAIL solved the problem. It reminded me that GCC 12+ has a bug
regarding AVX2 alignments on Windows, which manifests when calling
`agrep` or `adist`, the latter being precisely the point of failure in
the FAIL file. See this thread [1] and this post in particular [2] for
more detail. Restoring passing "-Wa,-muse-unaligned-vector-move" to
EOPTS and Makevars solved the problem and check-devel passes. Tomas is
going to be rightfully annoyed with me for forgetting!

Thank you again!!

Avi

[1] https://stat.ethz.ch/pipermail/r-sig-windows/2024q1/000106.html
[2] https://stat.ethz.ch/pipermail/r-sig-windows/2024q1/000113.html
On Sun, Mar 9, 2025 at 1:55?PM Sebastian Meyer <seb.meyer at fau.de> wrote: