From owner-freebsd-ports-bugs@freebsd.org Thu Sep 17 14:33:40 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C12D9CEC5A for ; Thu, 17 Sep 2015 14:33:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1094C1F17 for ; Thu, 17 Sep 2015 14:33:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t8HEXdsN075482 for ; Thu, 17 Sep 2015 14:33:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203174] devel/arcanist: missing dependency on textproc/php56-dom Date: Thu, 17 Sep 2015 14:33:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: martin@sugioarto.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2015 14:33:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203174 Bug ID: 203174 Summary: devel/arcanist: missing dependency on textproc/php56-dom Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: martin@sugioarto.com CC: ale@FreeBSD.org, grembo@FreeBSD.org CC: ale@FreeBSD.org, grembo@FreeBSD.org arcanist's linter module for cppcheck needs php56-dom package. This misleading exception appears which you can simply fix by installing the missing PHP package. [2015-09-17 14:20:14] EXCEPTION: (PhutilAggregateException) Some linters failed: - PhutilMissingSymbolException: Failed to load class or interface 'DOMDocument': the class or interface 'DOMDocument' is not defined in the library map for any loaded phutil library. If this symbol was recently added or moved, your lib rary map may be out of date. You can rebuild the map by running 'arc liberate'. For more information, see: http://www.phabricator.com/docs/phabricator/article/libphutil_Libraries_User_Guide.html at [/src/lint/engine/ArcanistLintE ngine.php:273] arcanist(), phutil() #0 <#2> __phutil_autoload(string) called at [/src/__phutil_library_init__.php:25] #1 <#2> spl_autoload_call(string) called at [/src/lint/linter/ArcanistCppcheckLinter.php:73] #2 <#2> ArcanistCppcheckLinter::parseLinterOutput(string, integer, string, string) called at [/src/lint/linter/ArcanistExternalLinter.php:355] #3 <#2> ArcanistExternalLinter::resolveFuture(string, ExecFuture) called at [/src/lint/linter/ArcanistFutureLinter.php:34] #4 <#2> ArcanistFutureLinter::didLintPaths(array) called at [/src/lint/engine/ArcanistLintEngine.php:600] #5 <#2> ArcanistLintEngine::executeDidLintOnPaths(ArcanistCppcheckLinter, array) called at [/src/lint/engine/ArcanistLintEngine.php:551] #6 <#2> ArcanistLintEngine::executeLintersOnChunk(array, array) called at [/src/lint/engine/ArcanistLintEngine.php:479] #7 <#2> ArcanistLintEngine::executeLinters(array) called at [/src/lint/engine/ArcanistLintEngine.php:217] #8 ArcanistLintEngine::run() called at [/src/workflow/ArcanistLintWorkflow.php:331] #9 ArcanistLintWorkflow::run() called at [/scripts/arcanist.php:382] -- Thanks Martin -- You are receiving this mail because: You are the assignee for the bug.