Page MenuHomePhabricator
Paste P1720

(An Untitled Masterwork)
ActivePublic

Authored by Mnkras on Feb 5 2015, 9:43 PM.
Tags
None
Referenced Files
F284170: file
Feb 5 2015, 9:43 PM
Subscribers
None
[2015-02-05 21:36:59] EXCEPTION: (CommandException) Command failed with error #2!
COMMAND
'make' -C '/home/phabricator/libphutil/support/xhpast' 'clean' 'all' 'install'
STDOUT
make: Entering directory `/home/phabricator/libphutil/support/xhpast'
rm xhpast parser.yacc.output libxhpast.a *.o 2>/dev/null
g++ -c -fPIC -g -Wall -O3 -minline-all-stringops -o astnode.o astnode.cpp
g++ -c -fPIC -g -Wall -O3 -minline-all-stringops -o scanner.lex.o scanner.lex.cpp
g++ -c -fPIC -g -Wall -O3 -minline-all-stringops -o parser.yacc.o parser.yacc.cpp
make: Leaving directory `/home/phabricator/libphutil/support/xhpast'
STDERR
make: [clean] Error 1 (ignored)
scanner.lex.cpp: In function ‘yy_state_type yy_try_NUL_trans(yy_state_type, yyscan_t)’:
scanner.lex.cpp:5227:23: warning: unused variable ‘yyg’ [-Wunused-variable]
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */
^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make: *** [parser.yacc.o] Error 4
at [<phutil>/src/future/exec/ExecFuture.php:397]
#0 ExecFuture::resolvex() called at [<phutil>/src/future/exec/execx.php:17]
#1 execx(string, string, string, array) called at [<phutil>/src/parser/xhpast/bin/PhutilXHPASTBinary.php:43]
#2 PhutilXHPASTBinary::build() called at [<phutil>/scripts/build_xhpast.sh:6]

Event Timeline

Mnkras updated the paste's language from autodetect to autodetect.