Re: [Rd] R-devel (87913) compilation fails at "make vignettes"; R-4-4 completes and fails "make check"

2025-03-09 Thread Avraham Adler
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

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

2025-03-09 Thread Avraham Adler
Hello. I recently built a new computer and I am now using Windows 11. When building a distribution of R-devel from source using the most recent Rtools44, the build consistently fails at the point it is supposed to build the vignettes from base with the message below. R-4-4-branch (also 87913) comp