[Bug 242871] editors/vscode: add pkg-message for build Error: EMFILE: too many open files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 25 04:57:10 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242871

            Bug ID: 242871
           Summary: editors/vscode: add pkg-message for build Error:
                    EMFILE: too many open files
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: woodsb02 at freebsd.org
                CC: tagattie at yandex.com
             Flags: maintainer-feedback?(tagattie at yandex.com)
                CC: tagattie at yandex.com

editors/vscode: add pkg-message for build Error: EMFILE: too many open files

When building vscode with poudriere, the build was failing with:
[04:20:50] Error: EMFILE: too many open files, open
'/wrkdirs/usr/ports/editors/vscode/work/vscode-1.41.0/out-build/vs/workbench/common/editor/textDiffEditorModel.js.map'

This is because poudriere imposes a limit on the maximum files allowed open in
the jail to 1024. This can be fixed by adding the following line to
poudriere.conf:
MAX_FILES_vscode=4096

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list