Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 04:57:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242871] editors/vscode: add pkg-message for build Error: EMFILE: too many open files
Message-ID:  <bug-242871-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242871

            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@FreeBSD.org
          Reporter: woodsb02@freebsd.org
                CC: tagattie@yandex.com
             Flags: maintainer-feedback?(tagattie@yandex.com)
                CC: tagattie@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/workbenc=
h/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=3D4096

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242871-7788>