Hi, On Fri, Jan 31, 2020 at 2:03 PM Niels Thykier <ni...@thykier.net> wrote: > > tar: nexuiz-data-2.5.2/misc: Cannot mkdir: No space left on device
The foregoing may be a better title for the bug. Also, the bug may relate to lintian.d.o rather than Lintian proper. > Filehandle STDOUT reopened as $_[...] only for input at (eval 143) line 149. > print() on closed filehandle STDOUT at > /srv/lintian.debian.org/lintian/lib/Lintian/Output.pm line 354. The file handle may have been closed automatically for lack of memory. That would make the warning a consequence, and not a cause, of the out-of space error. Similar warnings sometimes occur due to an old Perl bug (https://github.com/Perl/perl5/issues/3905) but I think the warnings here are genuine. Kind regards Felix Lechner