On Wed, 2024-12-18 at 03:13 -0800, Luis Chamberlain wrote: > I get this failure when I run this test: > > awk: ...rescan.awk:2: warning: The time extension is obsolete. > Use the timex extension from gawkextlib > > I can't find this extension either, so just use systime() and > use system(sleep) for the sleep command. While I'm ok with Shinshiro's propsal for working around this issue, I wonder which gawk version you are using? In the history of gawk, I can see that the deprecation of the "time" extension (gawk 5.2.0) was taken back in gawk 5.2.2: c3c6419 ("Make the time extension deprecated.") 6e195e4 ("Undeprecate the time extension, add strptime, update tests and doc.") The NEWS file says "The time extension is no longer deprecated. The strptime() function from gawkextlib's timex extension has been added to it." Regards, Martin