Page MenuHomePhabricator

Build XHPAST earlier in the stack
ClosedPublic

Authored by joshuaspence on Feb 2 2015, 8:53 PM.
Tags
None
Referenced Files
F18906580: D11627.id27981.diff
Sat, Nov 8, 7:10 PM
F18906371: D11627.diff
Sat, Nov 8, 6:05 PM
F18902936: D11627.id.diff
Sat, Nov 8, 3:23 AM
F18780418: D11627.id27982.diff
Sun, Oct 12, 12:50 PM
F18735906: D11627.id.diff
Oct 1 2025, 3:58 AM
F18652915: D11627.diff
Sep 21 2025, 10:11 AM
F18629049: D11627.id.diff
Sep 16 2025, 7:53 AM
F18597987: D11627.diff
Sep 13 2025, 4:06 AM
Subscribers

Details

Summary

Currently, the PhutilLibraryMapBuilder will fail in an obscure way if the XHPAST binary is not built. The issue is that phutil_symbols.php will attempt to build the XHPAST binary, and this will happen eight times concurrently. Ultimately, this will fail with:

<libphutil>/scripts/build_xhpast.sh: line 24: ./xhpast: Text file busy
Test Plan

See D11528.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Build XHPAST earlier in the stack.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Feb 2 2015, 8:54 PM
This revision was automatically updated to reflect the committed changes.