Skip to content

Instantly share code, notes, and snippets.

@donpdonp
Created May 28, 2019 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donpdonp/a9c43181eeaea79dffddc6d5eb47d2de to your computer and use it in GitHub Desktop.
Save donpdonp/a9c43181eeaea79dffddc6d5eb47d2de to your computer and use it in GitHub Desktop.
donp@jewel zig $ zig build
Assertion failed. This is a bug in the Zig compiler.
???:?:?: 0x55925413f769 in ??? (???)
???:?:?: 0x559254108e5c in ??? (???)
???:?:?: 0x5592540759e7 in ??? (???)
???:?:?: 0x559254093021 in ??? (???)
???:?:?: 0x5592540b1387 in ??? (???)
???:?:?: 0x5592540cbf6f in ??? (???)
???:?:?: 0x5592540ccb66 in ??? (???)
???:?:?: 0x5592540cce58 in ??? (???)
???:?:?: 0x559254114f0f in ??? (???)
???:?:?: 0x559254115366 in ??? (???)
???:?:?: 0x559254114e08 in ??? (???)
???:?:?: 0x5592540c3f89 in ??? (???)
???:?:?: 0x5592540cc5e7 in ??? (???)
???:?:?: 0x5592540ccb66 in ??? (???)
???:?:?: 0x5592540cce58 in ??? (???)
???:?:?: 0x559254114f0f in ??? (???)
???:?:?: 0x559254115366 in ??? (???)
???:?:?: 0x559254114e08 in ??? (???)
???:?:?: 0x5592540c3f89 in ??? (???)
???:?:?: 0x5592540cc5e7 in ??? (???)
???:?:?: 0x5592540ccb66 in ??? (???)
???:?:?: 0x5592540cce58 in ??? (???)
???:?:?: 0x559254114f0f in ??? (???)
???:?:?: 0x559254115366 in ??? (???)
???:?:?: 0x559254114e08 in ??? (???)
???:?:?: 0x5592540c3f89 in ??? (???)
???:?:?: 0x5592540cc5e7 in ??? (???)
???:?:?: 0x5592540ccb66 in ??? (???)
???:?:?: 0x5592540cce58 in ??? (???)
???:?:?: 0x559254114f0f in ??? (???)
???:?:?: 0x559254115366 in ??? (???)
???:?:?: 0x5592541161c8 in ??? (???)
???:?:?: 0x55925406cd1a in ??? (???)
???:?:?: 0x55925407053f in ??? (???)
???:?:?: 0x559254048cb6 in ??? (???)
???:?:?: 0x7fa39130fb96 in ??? (???)
???:?:?: 0x7e9e258d4c544154 in ??? (???)
The following command terminated unexpectedly:
/opt/zig/2019-05-20/bin/zig build-exe /home/donp/code/tootdeck/zig/src/main.zig --library c --library gdk-3 --library gtk-3 --library gobject-2.0 --library gmodule-2.0 --library dl --library X11 --library pthread --library glfw3 --library curl --library nng --library lmdb --cache-dir /home/donp/code/tootdeck/zig/zig-cache --name zootdeck -isystem /usr/include/gtk-3.0 -isystem /usr/include/glib-2.0 -isystem /usr/include/atk-1.0 -isystem /usr/include/pango-1.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/cairo -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /home/donp/code/tootdeck/glfw/include -isystem /home/donp/code/tootdeck/glfw/deps -isystem /home/donp/code/tootdeck/nng/include --library-path ../glfw/build/src --library-path ../nng/build -isystem /usr/local/include -isystem /usr/include/x86_64-linux-gnu -isystem /usr/include --library-path /usr/local/lib --library-path /usr/lib/x86_64-linux-gnu --library-path /usr/lib --library-path /lib/x86_64-linux-gnu --output-dir .
Build failed. The following command failed:
/home/donp/code/tootdeck/zig/zig-cache/o/648ZsTY8mabgtIVaSnwJoy9mBpBKEZJHAyFE0MIahOYsXWz_aWggldl5F5pH3gIS/build /opt/zig/2019-05-20/bin/zig /home/donp/code/tootdeck/zig /home/donp/code/tootdeck/zig/zig-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment