bug#57095: another "inappropriate ioctl" bug :)

2022-08-10 Thread Ludovic Courtès
Hi! Josselin Poiret skribis: > We also use a big wrapping `with-error-handling` to display errors > properly in the case when they are not caught. The difference is that > `with-error-handling` adds a non-unwinding handler, while catch is > unwinding. My first thought was that non-unwinding

bug#57095: another "inappropriate ioctl" bug :)

2022-08-10 Thread Josselin Poiret via Bug reports for GNU Guix
Hi! Csepp writes: > ``` > ./pre-inst-env guix import pypi -r linode-cli | tee -a > gnu/packages/python-xyz.scm > > ... > In guix/build/syscalls.scm: > 2284:35 1 (_) >2273:8 0 (terminal-window-size _) > > guix/build/syscalls.scm:2273:8: In procedure terminal-window-size: > In procedure

bug#57095: another "inappropriate ioctl" bug :)

2022-08-09 Thread Csepp
``` ./pre-inst-env guix import pypi -r linode-cli | tee -a gnu/packages/python-xyz.scm ... In guix/build/syscalls.scm: 2284:35 1 (_) 2273:8 0 (terminal-window-size _) guix/build/syscalls.scm:2273:8: In procedure terminal-window-size: In procedure terminal-window-size: Inappropriate