On Fri, 21 Feb 2025 12:53:13 +0100 Michal Privoznik <mprivozn(a)redhat.com> wrote:When printing list of allowed syscalls the width of terminal is obtained for nicer output (see commit below). The width is obtained by running 'stty'. While this works when building from a console, it doesn't work during rpmbuild/emerge/.. as stdout is usually not a console but a logfile and stdin is usually /dev/null or something. This results in stty reporting errors like this: stty: 'standard input': Inappropriate ioctl for device Redirect stty's stderr to /dev/null to silence it. Fixes: 712ca3235329b049bf9a4e481ba38a4c64768e8b Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>Applied, thanks!--- I've noticed the error when running emerge on my local system, but then also found it on a recent koji build: https://kojipkgs.fedoraproject.org//packages/passt/0%5E20250217.ga1e48a0/2.…Funny, I'm not sure what's the magic involved, but for some reason it doesn't happen on Debian builds: https://buildd.debian.org/status/fetch.php?pkg=passt&arch=mips64el&… -- Stefano