Re: /etc/localtime symlink in poudriere jails

2025-02-25 Thread Nuno Teixeira
Hello Des, I have a good candidate to test failure with /etc/localtime absence: devel/R-cran-data.table Current version 1.17.0 has: # Tests needs /etc/locatime symlink defined to succeed (# and C.UTF-8 env set: MAKE_ENV= LC_ALL=C.UTF-8) I still don't know the best way to demonstrate this t

Re: /etc/localtime symlink in poudriere jails

2025-01-03 Thread Nuno Teixeira
Dag-Erling Smørgrav escreveu (quarta, 11/12/2024 à(s) 09:37): > Nuno Teixeira writes: > > I'm trying to find why there is no /etc/localtime in poudriere jails > > and I need to create manually a symlink for some R-cran tests inside > > interactive jail. > > This shouldn't matter. The correct be

Re: /etc/localtime symlink in poudriere jails

2024-12-14 Thread Nuno Teixeira
> > This shouldn't matter. The correct behavior if /etc/localtime is > missing is to assume UTC; if the tests don't do that then they are > broken and need to be fixed. Can you provide logs, or a step-by-step > procedure to reproduce the problem? > > DES > I will search "my" r-cran ports for a g

Re: /etc/localtime symlink in poudriere jails

2024-12-11 Thread Christopher Hall
Hello Nuno, On Wed, 11 Dec 2024 08:28:09 +, Nuno Teixeira wrote: > Hello, > > I'm trying to find why there is no /etc/localtime in poudriere jails > and I need to create manually a symlink for some R-cran tests inside > interactive jail. > > Any hints on how to automatize this task? If yo

Re: /etc/localtime symlink in poudriere jails

2024-12-11 Thread Tatsuki Makino
Hello. On 2024/12/11 17:28, Nuno Teixeira wrote: I'm trying to find why there is no /etc/localtime in poudriere jails and I need to create manually a symlink for some R-cran tests inside interactive jail. Any hints on how to automatize this task? Hook is considered to be the most suitable for

Re: /etc/localtime symlink in poudriere jails

2024-12-11 Thread Dag-Erling Smørgrav
Nuno Teixeira writes: > I'm trying to find why there is no /etc/localtime in poudriere jails > and I need to create manually a symlink for some R-cran tests inside > interactive jail. This shouldn't matter. The correct behavior if /etc/localtime is missing is to assume UTC; if the tests don't do