Skip to content

Instantly share code, notes, and snippets.

@dhess
Created January 13, 2018 04:08
Show Gist options
  • Select an option

  • Save dhess/826c8abe4594d62f5b254be9b0af6edb to your computer and use it in GitHub Desktop.

Select an option

Save dhess/826c8abe4594d62f5b254be9b0af6edb to your computer and use it in GitHub Desktop.
( test -e Makefile.ANGLE.DerivedSources || /nix/store/49pnn4caaxqh2z140s49isf4szrjanps-qtbase-5.9.3-dev/bin/qmake -o Makefile.ANGLE.DerivedSources /private/tmp/nix-build-qtwebkit-5.9.1.drv-1/qtwebkit-opensource-src-5.9.1/Source/ThirdParty/ANGLE/DerivedSources.pri PREFIX=/nix/store/jnyqim10jlv9il3z755m2pmyhpkhmzyx-qtwebkit-5.9.1 NIX_OUTPUT_OUT=/nix/store/jnyqim10jlv9il3z755m2pmyhpkhmzyx-qtwebkit-5.9.1 NIX_OUTPUT_DEV=/nix/store/47jrk0nhpnxy2fk07khjhmgc501bmd2n-qtwebkit-5.9.1-dev NIX_OUTPUT_BIN=/nix/store/jnyqim10jlv9il3z755m2pmyhpkhmzyx-qtwebkit-5.9.1 NIX_OUTPUT_DOC=/nix/store/47jrk0nhpnxy2fk07khjhmgc501bmd2n-qtwebkit-5.9.1-dev/share/doc/qt-5.9 NIX_OUTPUT_QML=/nix/store/jnyqim10jlv9il3z755m2pmyhpkhmzyx-qtwebkit-5.9.1/lib/qt-5.9/qml NIX_OUTPUT_PLUGIN=/nix/store/jnyqim10jlv9il3z755m2pmyhpkhmzyx-qtwebkit-5.9.1/lib/qt-5.9/plugins ) && make -f Makefile.ANGLE.DerivedSources
make[2]: Entering directory '/private/tmp/nix-build-qtwebkit-5.9.1.drv-1/qtwebkit-opensource-src-5.9.1/Source/ThirdParty/ANGLE'
flex --noline --nounistd --outfile=generated/glslang_lex.cpp src/compiler/glslang.l
flex --noline --nounistd --outfile=generated/Tokenizer_lex.cpp src/compiler/preprocessor/Tokenizer.l
bison --no-lines --skeleton=yacc.c --defines=generated/glslang_tab.h --output=generated/glslang_tab.cpp src/compiler/glslang.y
bison --no-lines --skeleton=yacc.c --defines=generated/ExpressionParser_tab.h --output=generated/ExpressionParser_tab.cpp src/compiler/preprocessor/ExpressionParser.y
make[2]: *** [Makefile.ANGLE.DerivedSources:417: generated/glslang_tab.h] Illegal instruction: 4
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile.ANGLE.DerivedSources:424: generated/ExpressionParser_tab.h] Illegal instruction: 4
make[2]: Leaving directory '/private/tmp/nix-build-qtwebkit-5.9.1.drv-1/qtwebkit-opensource-src-5.9.1/Source/ThirdParty/ANGLE'
make[1]: *** [Makefile.ANGLE:42: sub-DerivedSources-pri-make_first-ordered] Error 2
make[1]: Leaving directory '/private/tmp/nix-build-qtwebkit-5.9.1.drv-1/qtwebkit-opensource-src-5.9.1/Source/ThirdParty/ANGLE'
make: *** [Makefile:139: sub-Source-ThirdParty-ANGLE-ANGLE-pro-make_first-ordered] Error 2
builder for ‘/nix/store/1ldm63h2ms2iynwy22hsiz4q1img3z22-qtwebkit-5.9.1.drv’ failed with exit code 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment