MacPorts selfupdate错误:set_max_open_files:setrlimit failed:无效参数

时间:2018-02-16 10:39:13

标签: macports

我最近从High Sierra安装包中重新安装了MacPorts。例如,当运行port selfupdate(或任何其他命令)时,我收到以下错误:

set_max_open_files: setrlimit failed: invalid argument
    while executing
"set_max_open_files"
    (procedure "mportinit" line 41)
    invoked from within
"mportinit ui_options global_options global_variations"
Error: /opt/local/bin/port: Failed to initialize MacPorts, set_max_open_files: setrlimit failed: invalid argument

sudo中运行一切正常但如果我没记错,在重新安装之前没有必要这样做。我在OSX 10.13.3上。我之前没有发现这个问题,我想知道是否有人知道这个问题的原因?

1 个答案:

答案 0 :(得分:0)

请参阅此page,您可以将1.8.30更新到最新版本class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return Material( child: MaterialApp( title: 'Receipe App', home: MainScreen(), ), ); } }