Re: cran.mk strange do-test

2025-02-13 Thread Zsolt Udvari
On Thu, Feb 13, 2025 at 06:58:33PM +, Nuno Teixeira wrote: > (...) > > MAKE_ENV+= LC_ALL=C.UTF-8 > OK > MAKE_ENV+= LC_ALL=C > FAIL Yes, right. Here is the explanation: https://github.com/r-lib/sessioninfo/issues/111#issuecomment-2657532054 Thanks, Zsolt

Re: cran.mk strange do-test

2025-02-13 Thread Nuno Teixeira
(...) MAKE_ENV+= LC_ALL=C.UTF-8 OK MAKE_ENV+= LC_ALL=C FAIL Nuno Teixeira escreveu (quinta, 13/02/2025 à(s) 18:50): > Hello, > > Just tested OK: > > +MAKE_ENV+= LC_ALL=C.UTF-8 > > As you are suspecting that LC_ALL is affecting tests, you can now test > with other values. > If you can "pro

Re: cran.mk strange do-test

2025-02-13 Thread Nuno Teixeira
Hello, Just tested OK: +MAKE_ENV+= LC_ALL=C.UTF-8 As you are suspecting that LC_ALL is affecting tests, you can now test with other values. If you can "prove" that it fails on a certain vallue, then upstream should fix tests to work on all values or force it to specific one. Cheers Zsolt

Re: cran.mk strange do-test

2025-02-13 Thread Zsolt Udvari
Found the difference: in the clean poudriere jail the LC_ALL variable is empty but in the ports 'make test' the LC_ALL is C. If I set the LC_ALL to C the 'R CMD check' fails too. Could you please check it who use R? Any ideas? Cheers, Zsolt On Sun, Feb 09, 2025 at 08:20:50PM +0100, Zsolt Udva

Re: cran.mk strange do-test

2025-02-09 Thread Zsolt Udvari
Hello, On Sun, Feb 09, 2025 at 10:57:50PM +, Nuno Teixeira wrote: > Can you do a quick test and change SETENV to SETENVI in > https://cgit.freebsd.org/ports/tree/Mk/Uses/cran.mk#n39 ? It fails :( Cheers, Zsolt

Re: cran.mk strange do-test

2025-02-09 Thread Nuno Teixeira
Hello, Can you do a quick test and change SETENV to SETENVI in https://cgit.freebsd.org/ports/tree/Mk/Uses/cran.mk#n39 ? Cheers, Zsolt Udvari escreveu (domingo, 9/02/2025 à(s) 19:21): > Hi all, > > I run a strange issue in Mk/Uses/cran.mk, and I don't understand. > > I updated devel/R-cran/ses