I met the same problem even with the fresh install.
wen
发件人: pkgsrc-bugs-owner%NetBSD.org@localhost <pkgsrc-bugs-owner%NetBSD.org@localhost> 代表 Andreas Gustafsson <gson%gson.org@localhost>
发送时间: 2019年1月18日 1:05 收件人: pkg-manager%netbsd.org@localhost; gnats-admin%netbsd.org@localhost; pkgsrc-bugs%netbsd.org@localhost; Andreas Gustafsson 主题: Re: pkg/53887: "make replace" in math/py-numpy 1.16.0 hangs The following reply was made to PR pkg/53887; it has been noted by GNATS.
From: Andreas Gustafsson <gson%gson.org@localhost> To: gnats-bugs%NetBSD.org@localhost Cc: Subject: Re: pkg/53887: "make replace" in math/py-numpy 1.16.0 hangs Date: Thu, 17 Jan 2019 19:04:53 +0200 I now know where it hangs, but I don't know the right way to fix it. numpy-1.16.0/numpy/distutils/fcompiler/__init__.py calls f90 = shlex.split(self.command_vars.compiler_f90, posix=(os.name == 'posix')) where self.command_vars.compiler_f90 is None. https://docs.python.org/2/library/shlex.html says Note: Since the split() function instantiates a shlex instance, passing None for s will read the string to split from standard input. -- Andreas Gustafsson, gson%gson.org@localhost |