Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.36 KB | None | 0 0
  1. $ nix-shell -E 'let twice = import <nixpkgs> {}; in with import <nixpkgs> { crossSystem = twice.lib.systems.examples.muslpi; }; gcc8Stdenv.mkDerivation { name = "foo"; }'
  2.  
  3.  
  4. libtool: compile:  armv6l-unknown-linux-musleabihf-g++ -O2 -g -I/nix/store/ckvcs810fx963jkmb98c7427isf4503m-musl-1.1.20-armv6l-unknown-linux-musleabihf-dev/include -B/nix/store/8s964jlvildzi65fbj155djhr6nf4ggz-musl-1.1.20-armv6l-unknown-l\
  5. inux-musleabihf/lib/ -idirafter /nix/store/ckvcs810fx963jkmb98c7427isf4503m-musl-1.1.20-armv6l-unknown-linux-musleabihf-dev/include -idirafter /nix/store/rcgzcsqxl9fs0v3rfgrywpr73hyq07rw-armv6l-unknown-linux-musleabihf-stage-final-gcc-deb\
  6. ug-7.3.0/lib/gcc/armv6l-unknown-linux-musleabihf/7.3.0/include-fixed -Wl,-rpath,/nix/store/hbyc5vm8v5n9xx9z8dg5cys517dx37zv-gcc-debug-8.2.0-armv6l-unknown-linux-musleabihf-lib/lib -Wl,-L/nix/store/8s964jlvildzi65fbj155djhr6nf4ggz-musl-1.1\
  7. .20-armv6l-unknown-linux-musleabihf/lib -Wl,-rpath -Wl,/nix/store/8s964jlvildzi65fbj155djhr6nf4ggz-musl-1.1.20-armv6l-unknown-linux-musleabihf/lib -Wl,-L/nix/store/8s964jlvildzi65fbj155djhr6nf4ggz-musl-1.1.20-armv6l-unknown-linux-musleabi\
  8. hf/lib -I/build/gcc-8.2.0/libstdc++-v3/../libgcc -I/build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/armv6l-unknown-linux-musleabihf -I/build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include -I/build/gcc-8.2.0/li\
  9. bstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_cast.lo -O2 -g -I/nix/store/ckvcs810fx96\
  10. 3jkmb98c7427isf4503m-musl-1.1.20-armv6l-unknown-linux-musleabihf-dev/include -B/nix/store/8s964jlvildzi65fbj155djhr6nf4ggz-musl-1.1.20-armv6l-unknown-linux-musleabihf/lib/ -idirafter /nix/store/ckvcs810fx963jkmb98c7427isf4503m-musl-1.1.20\
  11. -armv6l-unknown-linux-musleabihf-dev/include -idirafter /nix/store/rcgzcsqxl9fs0v3rfgrywpr73hyq07rw-armv6l-unknown-linux-musleabihf-stage-final-gcc-debug-7.3.0/lib/gcc/armv6l-unknown-linux-musleabihf/7.3.0/include-fixed -Wl,-rpath,/nix/st\
  12. ore/hbyc5vm8v5n9xx9z8dg5cys517dx37zv-gcc-debug-8.2.0-armv6l-unknown-linux-musleabihf-lib/lib -Wl,-L/nix/store/8s964jlvildzi65fbj155djhr6nf4ggz-musl-1.1.20-armv6l-unknown-linux-musleabihf/lib -Wl,-rpath -Wl,/nix/store/8s964jlvildzi65fbj155\
  13. djhr6nf4ggz-musl-1.1.20-armv6l-unknown-linux-musleabihf/lib -Wl,-L/nix/store/8s964jlvildzi65fbj155djhr6nf4ggz-musl-1.1.20-armv6l-unknown-linux-musleabihf/lib -c ../../../../gcc-8.2.0/libstdc++-v3/libsupc++/bad_cast.cc  -fPIC -DPIC -D_GLIB\
  14. CXX_SHARED -o bad_cast.o
  15. In file included from /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/bits/move.h:55:0,
  16.                  from /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/bits/nested_exception.h:40,
  17.                  from /build/gcc-8.2.0/libstdc++-v3/libsupc++/exception:144,
  18.                  from /build/gcc-8.2.0/libstdc++-v3/libsupc++/new:40,
  19.                  from ../../../../gcc-8.2.0/libstdc++-v3/libsupc++/bad_array_new.cc:24:
  20. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:32: error: there are no arguments to '__is_constructible' that depend on a template parameter, so a declaration of '__is_constructible' must be available [-\
  21. fpermissive]
  22.        : public __bool_constant<__is_constructible(_Tp, _Args...)>
  23.                                 ^~~~~~~~~~~~~~~~~~
  24. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:32: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  25. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:65: error: template argument 1 is invalid
  26.        : public __bool_constant<__is_constructible(_Tp, _Args...)>
  27.                                                                  ^
  28. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:1049:32: error: there are no arguments to '__is_assignable' that depend on a template parameter, so a declaration of '__is_assignable' must be available [-fperm\
  29. issive]
  30.        : public __bool_constant<__is_assignable(_Tp, _Up)>
  31.                                 ^~~~~~~~~~~~~~~
  32. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:1049:57: error: template argument 1 is invalid
  33.        : public __bool_constant<__is_assignable(_Tp, _Up)>
  34.                                                          ^
  35. In file included from /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/bits/move.h:55:0,
  36.                  from /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/bits/nested_exception.h:40,
  37.                  from /build/gcc-8.2.0/libstdc++-v3/libsupc++/exception:144,
  38.                  from /build/gcc-8.2.0/libstdc++-v3/libsupc++/new:40,
  39.                  from ../../../../gcc-8.2.0/libstdc++-v3/libsupc++/bad_array_length.cc:24:
  40. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:32: error: there are no arguments to '__is_constructible' that depend on a template parameter, so a declaration of '__is_constructible' must be available [-\
  41. fpermissive]
  42.        : public __bool_constant<__is_constructible(_Tp, _Args...)>
  43.                                 ^~~~~~~~~~~~~~~~~~
  44. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:32: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  45. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:65: error: template argument 1 is invalid
  46.        : public __bool_constant<__is_constructible(_Tp, _Args...)>
  47.                                                                  ^
  48. In file included from /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/bits/move.h:55:0,
  49.                  from /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/bits/nested_exception.h:40,
  50.                  from /build/gcc-8.2.0/libstdc++-v3/libsupc++/exception:144,
  51.                  from /build/gcc-8.2.0/libstdc++-v3/libsupc++/new:40,
  52.                  from ../../../../gcc-8.2.0/libstdc++-v3/libsupc++/atexit_thread.cc:26:
  53. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:32: error: there are no arguments to '__is_constructible' that depend on a template parameter, so a declaration of '__is_constructible' must be available [-\
  54. fpermissive]
  55.        : public __bool_constant<__is_constructible(_Tp, _Args...)>
  56.                                 ^~~~~~~~~~~~~~~~~~
  57. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:32: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  58. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:65: error: template argument 1 is invalid
  59.        : public __bool_constant<__is_constructible(_Tp, _Args...)>
  60.                                                                  ^
  61. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:1049:32: error: there are no arguments to '__is_assignable' that depend on a template parameter, so a declaration of '__is_assignable' must be available [-fperm\
  62. issive]
  63.        : public __bool_constant<__is_assignable(_Tp, _Up)>
  64.                                 ^~~~~~~~~~~~~~~
  65. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:1049:57: error: template argument 1 is invalid
  66.        : public __bool_constant<__is_assignable(_Tp, _Up)>
  67.                                                          ^
  68. In file included from /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/bits/move.h:55:0,
  69.                  from /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/bits/nested_exception.h:40,
  70.                  from /build/gcc-8.2.0/libstdc++-v3/libsupc++/exception:144,
  71.                  from ../../../../gcc-8.2.0/libstdc++-v3/libsupc++/new:40,
  72.                  from ../../../../gcc-8.2.0/libstdc++-v3/libsupc++/bad_alloc.cc:26:
  73. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:32: error: there are no arguments to '__is_constructible' that depend on a template parameter, so a declaration of '__is_constructible' must be available [-\
  74. fpermissive]
  75.        : public __bool_constant<__is_constructible(_Tp, _Args...)>
  76.                                 ^~~~~~~~~~~~~~~~~~
  77. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:32: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  78. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:921:65: error: template argument 1 is invalid
  79.        : public __bool_constant<__is_constructible(_Tp, _Args...)>
  80.                                                                  ^
  81.                                                          ^
  82. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:1049:32: error: there are no arguments to '__is_assignable' that depend on a template parameter, so a declaration of '__is_assignable' must be available [-fperm\
  83. issive]
  84.        : public __bool_constant<__is_assignable(_Tp, _Up)>
  85.                                 ^~~~~~~~~~~~~~~
  86. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:1049:57: error: template argument 1 is invalid
  87.        : public __bool_constant<__is_assignable(_Tp, _Up)>
  88.                                                          ^
  89. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:1049:32: error: there are no arguments to '__is_assignable' that depend on a template parameter, so a declaration of '__is_assignable' must be available [-fperm\
  90. issive]
  91.        : public __bool_constant<__is_assignable(_Tp, _Up)>
  92.                                 ^~~~~~~~~~~~~~~
  93. /build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/include/type_traits:1049:57: error: template argument 1 is invalid
  94.        : public __bool_constant<__is_assignable(_Tp, _Up)>
  95.                                                          ^
  96. make[4]: *** [Makefile:669: bad_array_new.lo] Error 1
  97. make[4]: *** Waiting for unfinished jobs....
  98. make[4]: *** [Makefile:669: bad_alloc.lo] Error 1
  99. make[4]: *** [Makefile:669: bad_array_length.lo] Error 1
  100. make[4]: *** [Makefile:669: atexit_thread.lo] Error 1
  101. make[4]: Leaving directory '/build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3/libsupc++'
  102. make[3]: *** [Makefile:511: all-recursive] Error 1
  103. make[3]: Leaving directory '/build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3'
  104. make[2]: *** [Makefile:418: all] Error 2
  105. make[2]: Leaving directory '/build/build/armv6l-unknown-linux-musleabihf/libstdc++-v3'
  106. make[1]: *** [Makefile:10575: all-target-libstdc++-v3] Error 2
  107. make[1]: Leaving directory '/build/build'
  108. make: *** [Makefile:903: all] Error 2
  109. builder for '/nix/store/dah6fb2a7k2x3lhh60bqm4mgy26br5jf-gcc-debug-8.2.0-armv6l-unknown-linux-musleabihf.drv' failed with exit code 2
  110. cannot build derivation '/nix/store/9fqq1k2i00llj5ha32fwpi88aq26b09x-gcc-debug-wrapper-8.2.0-armv6l-unknown-linux-musleabihf-armv6l-unknown-linux-musleabihf.drv': 1 dependencies couldn't be built
  111. cannot build derivation '/nix/store/lc5yk3kzazaj3gv6lnvqdybysnsb40kc-stdenv-linux.drv': 1 dependencies couldn't be built
  112. error: build of '/nix/store/lc5yk3kzazaj3gv6lnvqdybysnsb40kc-stdenv-linux.drv' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement