On Tue, Oct 17, 2023 at 05:10:44PM -0700, Greg Steuck wrote:
> I just got myself a fresh snapshot with libncurses.so.15.0:
> OpenBSD 7.4-current (GENERIC.MP) #1409: Tue Oct 17 17:08:49 MDT 2023
> 
> I get some unhappiness now:
> # pkg_add -ui
> No progress meter: failed termcap loop
> quirks-6.161 signed on 2023-10-16T11:16:03Z
> 
> Fallout from the ncurses upgrade?

Seems likely.  I can reproduce with this code that's similar to
what OpenBSD::ProgressMeter::Term does:

$ perl -MPOSIX -MTerm::Cap -e 'Term::Cap->Tgetent({ OSPEED => 
POSIX::Termios->new->getospeed })' 
failed termcap loop at att610+cvis at -e line 1.

or even just:

$ perl -MTerm::Cap -e 'Term::Cap->Tgetent'                                      
                 
failed termcap loop at att610+cvis at -e line 1.

Wow though, the only hits google has for that "failed termcap loop" is
the file it is in so incredibly impressive.

l8rZ,
-- 
andrew

The programmer's national anthem is 'AAAAAAAARRRRGHHHHH!!'.

Reply via email to