tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: python37 issues on NetBSD



On Fri, Mar 22, 2019 at 02:51:56AM +0000, John Klos wrote:
> /usr/local/bin/python3.7  setup.py  build )
> Fatal Python error: init_sys_streams: can't initialize sys standard streams
> OSError: [Errno 9] Bad file descriptor

There is an open PR and an upstream bug report about this (but I don't
have number handy).

This is caused by closing stdin and letting the pkgs build in the background,
like:

	make 2>&2 > /tmp/log &
	exit

If you keep them on a tty the build will work.

Martin


Home | Main Index | Thread Index | Old Index