Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created January 6, 2019 20:01
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 exarkun/5ee5ec270fac6ace1bb0577274a25a6d to your computer and use it in GitHub Desktop.
Save exarkun/5ee5ec270fac6ace1bb0577274a25a6d to your computer and use it in GitHub Desktop.
$ nix-build --expr 'let pkgs = (import <nixpkgs> { }).pkgsCross.raspberryPi; in pkgs.cairo'
...
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Werror... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -errwarn... no
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wall... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wextra... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wmissing-declarations... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Werror-implicit-function-declaration... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wpointer-arith... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wwrite-strings... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wsign-compare... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wpacked... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wswitch-enum... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wmissing-format-attribute... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wvolatile-register-var... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wstrict-aliasing=2... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Winit-self... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wunsafe-loop-optimizations... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wno-missing-field-initializers... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wno-unused-parameter... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wno-attributes... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wno-long-long... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Winline... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -erroff=E_ENUM_TYPE_MISMATCH_ARG... no
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -erroff=E_ENUM_TYPE_MISMATCH_OP... no
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -fno-strict-aliasing... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -fno-common... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wp,-D_FORTIFY_SOURCE=2... yes
checking whether armv6l-unknown-linux-gnueabihf-gcc supports -Wunused-but-set-variable -Wno-unused-but-set-variable... yes
checking which warning flags were supported... -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 -Wno-unused-but-set-variable
checking how to enable unused result warnings... __attribute__((__warn_unused_result__))
checking how to allow undefined symbols in shared libraries used by test suite... -Wl,--allow-shlib-undefined
checking whether byte ordering is bigendian... no
checking whether float word ordering is bigendian... ./configure: line 19792: strings: command not found
./configure: line 19795: strings: command not found
unknown
configure: error:
Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.
builder for '/nix/store/1cjl76il0d4jw7c340zsmwbl5z9ckhl1-cairo-1.16.0-armv6l-unknown-linux-gnueabihf.drv' failed with exit code 1
error: build of '/nix/store/1cjl76il0d4jw7c340zsmwbl5z9ckhl1-cairo-1.16.0-armv6l-unknown-linux-gnueabihf.drv' failed
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment