In article <1943061623074...@mail.yandex.ru>, Dmitrii Postolov <dposto...@yandex.ru> wrote: >Hi! Sorry for my bad English... > >NetBSD 9.99.83 GENERIC Sun Jun 6 2021 > >After install NetBSD 9.99.83 and download and unpack pkgsrc-current, I >try to build some apps >from pkgsrc, for example 'editors/nano'. Afrer 'make install clean' the >app begin to build but >after some time the screen is blank and build stop. There is no this problem in >NetBSD 9.2_STABLE and pkgsrc-current. > >How can I resolve this problem in NetBSD 9.99.x?
Looks like your build is probably sending some escape char to the console that makes it blank. Can you redirect stdout and stderr to a file? christos