Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.43 KB | None | 0 0
  1. $ nix-build -I nixpkgs=~/nixpkgs -E 'let t1 = import <nixpkgs> {}; in let pkgs = import <nixpkgs> { crossSystem = t1.lib.s\
  2.       ystems.examples.raspberryPi // { system = "armv6l-linux"; }; }; in pkgs.cyrus_sasl'
  3.   9948 these derivations will be built:
  4.   9949   /nix/store/lbvizl12gl6vglgaqmkkz9qkjq906p3s-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf.drv
  5.   9950 building '/nix/store/lbvizl12gl6vglgaqmkkz9qkjq906p3s-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf.drv'...
  6.   9951 unpacking sources
  7.   9952 unpacking source archive /nix/store/3xfzqpybl544nfrahq1xzp77nd1hfk5p-cyrus-sasl-2.1.27.tar.gz
  8.   9953 source root is cyrus-sasl-2.1.27
  9.   9954 setting SOURCE_DATE_EPOCH to timestamp 1541700275 of file cyrus-sasl-2.1.27/man/sasl_verifyfile_t.3
  10.   9955 patching sources
  11.   9956 applying patch /nix/store/s88ghhri7aq8g4r2p955n71zsiwfmm8h-missing-size_t.patch
  12.   9957 patching file include/sasl.h
  13.   9958 Hunk #1 succeeded at 123 with fuzz 2 (offset 2 lines).
  14.   9959 updateAutotoolsGnuConfigScriptsPhase
  15.   9960 Updating Autotools / GNU config script to a newer upstream version: ./config/config.sub
  16.   9961 Updating Autotools / GNU config script to a newer upstream version: ./config/config.guess
  17.   9962 configuring
  18.   9963 fixing libtool script ./config/ltmain.sh
  19.   9964 configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/a1q72z4w261frxhqpii694mqrnrg909l-cyrus-sasl-2.1.27-armv6\
  20.        l-unknown-linux-gnueabihf --bindir=/nix/store/f5a2bnbi8523r3k2i89n2zfixs39xs51-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf-bin/bin --sb\
  21.        indir=/nix/store/f5a2bnbi8523r3k2i89n2zfixs39xs51-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf-bin/sbin --includedir=/nix/store/dcfy8vs2\
  22.        h05ilg7cfrmqhq89vjjs3xbq-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf-dev/include --oldincludedir=/nix/store/dcfy8vs2h05ilg7cfrmqhq89vjj\
  23.        s3xbq-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf-dev/include --mandir=/nix/store/0cparb0n9syyj4q7drmhh0r0mx8nsn3c-cyrus-sasl-2.1.27-ar\
  24.        mv6l-unknown-linux-gnueabihf-man/share/man --infodir=/nix/store/f5a2bnbi8523r3k2i89n2zfixs39xs51-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnue\
  25.        abihf-bin/share/info --docdir=/nix/store/a1q72z4w261frxhqpii694mqrnrg909l-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf/share/doc/cyrus-s\
  26.        asl --libdir=/nix/store/a1q72z4w261frxhqpii694mqrnrg909l-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf/lib --libexecdir=/nix/store/a1q72z\
  27.        4w261frxhqpii694mqrnrg909l-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf/libexec --localedir=/nix/store/a1q72z4w261frxhqpii694mqrnrg909l-\
  28.        cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf/share/locale --with-openssl=/nix/store/m55x5c3hgk9x2rsv7bvkaz7r6rz3df1j-openssl-1.0.2p-armv\
  29.        6l-unknown-linux-gnueabihf-dev --with-plugindir=/nix/store/a1q72z4w261frxhqpii694mqrnrg909l-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf\
  30.        /lib/sasl2 --with-saslauthd=/run/saslauthd --enable-login --enable-shared --build=x86_64-unknown-linux-gnu --host=armv6l-unknown-linux-gnuea\
  31.        bihf
  32.   9965 configure: creating cache ./config.cache
  33.   9966 checking build system type... x86_64-unknown-linux-gnu
  34.   9967 checking host system type... armv6l-unknown-linux-gnueabihf
  35.   9968 checking target system type... armv6l-unknown-linux-gnueabihf
  36.   9969 checking for a BSD-compatible install... /nix/store/dzvbhkzfgwkq97ljkcvi4gs7vmflh6a0-coreutils-8.30/bin/install -c
  37.   9970 checking whether build environment is sane... yes
  38.   9971 checking for armv6l-unknown-linux-gnueabihf-strip... armv6l-unknown-linux-gnueabihf-strip
  39.   9972 checking for a thread-safe mkdir -p... /nix/store/dzvbhkzfgwkq97ljkcvi4gs7vmflh6a0-coreutils-8.30/bin/mkdir -p
  40.   9973 checking for gawk... gawk
  41.   9974 checking whether make sets $(MAKE)... yes
  42.   9975 checking whether make supports nested variables... yes
  43.   9976 checking whether UID '1000' is supported by ustar format... yes
  44.   9977 checking whether GID '100' is supported by ustar format... yes
  45.   9978 checking how to create a ustar tar archive... gnutar
  46.   9979 checking for armv6l-unknown-linux-gnueabihf-gcc... armv6l-unknown-linux-gnueabihf-gcc
  47.   9980 checking whether the C compiler works... yes
  48.   9981 checking for C compiler default output file name... a.out
  49.   9982 checking for suffix of executables...
  50.   9983 checking whether we are cross compiling... yes
  51.   9984 checking for suffix of object files... o
  52.   9985 checking whether we are using the GNU C compiler... yes
  53.   9986 checking whether armv6l-unknown-linux-gnueabihf-gcc accepts -g... yes
  54.   9987 checking for armv6l-unknown-linux-gnueabihf-gcc option to accept ISO C89... none needed
  55.   9988 checking whether armv6l-unknown-linux-gnueabihf-gcc understands -c and -o together... yes
  56.   9989 checking for style of include used by make... GNU
  57.   9990 checking dependency style of armv6l-unknown-linux-gnueabihf-gcc... none
  58.   9991 checking how to run the C preprocessor... armv6l-unknown-linux-gnueabihf-gcc -E
  59.   9992 checking for gcc... no
  60.   9993 checking for cc... no
  61.   9994 checking for cl.exe... no
  62.   9995 configure: error: in `/build/cyrus-sasl-2.1.27':
  63.  9996 configure: error: no acceptable C compiler found in $PATH
  64.  9997 See `config.log' for more details
  65.   9998 builder for '/nix/store/lbvizl12gl6vglgaqmkkz9qkjq906p3s-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf.drv' failed with exit code 1
  66.   9999 error: build of '/nix/store/lbvizl12gl6vglgaqmkkz9qkjq906p3s-cyrus-sasl-2.1.27-armv6l-unknown-linux-gnueabihf.drv' failed
  67.  10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement