Skip to content

Instantly share code, notes, and snippets.

@angerman
Created August 25, 2019 10:51
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 angerman/ba855b6fa208ddf4d7d2a4df263399ca to your computer and use it in GitHub Desktop.
Save angerman/ba855b6fa208ddf4d7d2a4df263399ca to your computer and use it in GitHub Desktop.
nix build '(with (import ../nixpkgs { crossSystem = { config = "armv6l-unknown-linux-gnueabihf"; }; }); haskell.compiler.ghc865)' --show-trace ~/Projects/iohk/haskell.nix
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
error: while evaluating the attribute 'buildInputs' of the derivation 'ghc-8.6.5-armv6l-unknown-linux-gnueabihf' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:196:11:
while evaluating the attribute 'configureFlags' of the derivation 'perl-5.28.1-armv6l-unknown-linux-gnueabihf' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:196:11:
while evaluating 'getOutput' at /Users/angerman/Projects/iohk/nixpkgs/lib/attrsets.nix:464:23, called from /Users/angerman/Projects/iohk/nixpkgs/pkgs/development/interpreters/perl/default.nix:22:13:
while evaluating the attribute 'cc.libc' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/stdenv/generic/default.nix:148:14:
while evaluating the attribute 'gcc' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/top-level/all-packages.nix:6857:3:
while evaluating 'addMetaAttrs' at /Users/angerman/Projects/iohk/nixpkgs/lib/meta.nix:15:28, called from /Users/angerman/Projects/iohk/nixpkgs/pkgs/top-level/all-packages.nix:6999:10:
while evaluating 'wrapCC' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/top-level/all-packages.nix:7776:12, called from /Users/angerman/Projects/iohk/nixpkgs/pkgs/top-level/all-packages.nix:6999:19:
while evaluating 'wrapCCWith' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/top-level/all-packages.nix:7755:5, called from /Users/angerman/Projects/iohk/nixpkgs/pkgs/top-level/all-packages.nix:7776:16:
while evaluating 'callPackageWith' at /Users/angerman/Projects/iohk/nixpkgs/lib/customisation.nix:108:35, called from /Users/angerman/Projects/iohk/nixpkgs/pkgs/top-level/all-packages.nix:7764:7:
while evaluating 'makeOverridable' at /Users/angerman/Projects/iohk/nixpkgs/lib/customisation.nix:67:24, called from /Users/angerman/Projects/iohk/nixpkgs/lib/customisation.nix:112:8:
while evaluating anonymous function at /Users/angerman/Projects/iohk/nixpkgs/pkgs/build-support/cc-wrapper/default.nix:8:1, called from /Users/angerman/Projects/iohk/nixpkgs/lib/customisation.nix:69:12:
while evaluating the attribute 'postInstall' of the derivation 'glibc-2.27-armv6l-unknown-linux-gnueabihf' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:196:11:
while evaluating the attribute 'buildInputs' of the derivation 'glibc-2.27' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/development/libraries/glibc/common.nix:154:3:
while evaluating the attribute 'ARCH' of the derivation 'linux-headers-4.19.16' at /Users/angerman/Projects/iohk/nixpkgs/pkgs/os-specific/linux/kernel-headers/default.nix:8:5:
while evaluating the attribute 'hostPlatform.platform.kernelArch' at /Users/angerman/Projects/iohk/nixpkgs/lib/systems/default.nix:26:7:
missing kernelArch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment