Advertisement
Guest User

Untitled

a guest
May 4th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.83 KB | None | 0 0
  1. $ nix-build -E 'with (import <nixpkgs> {}).pkgsCross.armv7l-hf-multiplatform; hello.override { stdenv = overrideCC stdenv gcc48; }'
  2. ... builds OK for a while, then ...
  3.  
  4. libtool: compile: armv7l-unknown-linux-gnueabihf-g++ -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -I/build/gcc-4.8.5/libstdc++-v3/../libgcc -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/armv7l-unknown-linux-gnueabihf -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include -I/build/gcc-4.8.5/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=class_type_info.lo -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -c ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/class_type_info.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o class_type_info.o
  5. libtool: compile: armv7l-unknown-linux-gnueabihf-g++ -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -I/build/gcc-4.8.5/libstdc++-v3/../libgcc -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/armv7l-unknown-linux-gnueabihf -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include -I/build/gcc-4.8.5/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -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/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -c ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/bad_cast.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_cast.o
  6. libtool: compile: armv7l-unknown-linux-gnueabihf-g++ -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -I/build/gcc-4.8.5/libstdc++-v3/../libgcc -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/armv7l-unknown-linux-gnueabihf -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include -I/build/gcc-4.8.5/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=atexit_thread.lo -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -std=gnu++0x -c ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o atexit_thread.o
  7. libtool: compile: armv7l-unknown-linux-gnueabihf-g++ -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -I/build/gcc-4.8.5/libstdc++-v3/../libgcc -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/armv7l-unknown-linux-gnueabihf -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include -I/build/gcc-4.8.5/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=del_op.lo -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -c ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/del_op.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o del_op.o
  8. libtool: compile: armv7l-unknown-linux-gnueabihf-g++ -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -I/build/gcc-4.8.5/libstdc++-v3/../libgcc -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/armv7l-unknown-linux-gnueabihf -I/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include -I/build/gcc-4.8.5/libstdc++-v3/libsupc++ -D_GLIBCXX_SHARED -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=bad_typeid.lo -O2 -g -I/nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -B/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib/ -idirafter /nix/store/hxgh22bs28awbnsl7g4ci7gccj3kwk3i-glibc-2.27-armv7l-unknown-linux-gnueabihf-dev/include -idirafter /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/lib/gcc/armv7l-unknown-linux-gnueabihf/7.4.0/include-fixed -Wl,-rpath,/nix/store/kbdwrbi2p0d45sx81i9xpqki7362qzlv-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf-lib/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-rpath -Wl,/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -Wl,-L/nix/store/v5c6hbcz1cnchf2vyl1ns5im2i50jf27-glibc-2.27-armv7l-unknown-linux-gnueabihf/lib -c ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/bad_typeid.cc -fPIC -DPIC -D_GLIBCXX_SHARED -o bad_typeid.o
  9. In file included from /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:72:0,
  10. from ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/del_op.cc:38:
  11. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:38:12: error: 'std::abort' has not been declared
  12. using std::abort;
  13. ^~~~~
  14. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:39:12: error: 'std::atexit' has not been declared
  15. using std::atexit;
  16. ^~~~~~
  17. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:40:12: error: 'std::exit' has not been declared
  18. using std::exit;
  19. ^~~~
  20. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:43:14: error: 'std::at_quick_exit' has not been declared
  21. using std::at_quick_exit;
  22. ^~~~~~~~~~~~~
  23. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:46:14: error: 'std::quick_exit' has not been declared
  24. using std::quick_exit;
  25. ^~~~~~~~~~
  26. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:51:12: error: 'std::div_t' has not been declared
  27. using std::div_t;
  28. ^~~~~
  29. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:52:12: error: 'std::ldiv_t' has not been declared
  30. using std::ldiv_t;
  31. ^~~~~~
  32. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:54:12: error: 'std::abs' has not been declared
  33. using std::abs;
  34. ^~~
  35. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:55:12: error: 'std::atof' has not been declared
  36. using std::atof;
  37. ^~~~
  38. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:56:12: error: 'std::atoi' has not been declared
  39. using std::atoi;
  40. ^~~~
  41. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:57:12: error: 'std::atol' has not been declared
  42. using std::atol;
  43. ^~~~
  44. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:58:12: error: 'std::bsearch' has not been declared
  45. using std::bsearch;
  46. ^~~~~~~
  47. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:59:12: error: 'std::calloc' has not been declared
  48. using std::calloc;
  49. ^~~~~~
  50. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:60:12: error: 'std::div' has not been declared
  51. using std::div;
  52. ^~~
  53. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:61:12: error: 'std::free' has not been declared
  54. using std::free;
  55. ^~~~
  56. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:62:12: error: 'std::getenv' has not been declared
  57. using std::getenv;
  58. ^~~~~~
  59. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:63:12: error: 'std::labs' has not been declared
  60. using std::labs;
  61. ^~~~
  62. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:64:12: error: 'std::ldiv' has not been declared
  63. using std::ldiv;
  64. ^~~~
  65. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:65:12: error: 'std::malloc' has not been declared
  66. using std::malloc;
  67. ^~~~~~
  68. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:67:12: error: 'std::mblen' has not been declared
  69. using std::mblen;
  70. ^~~~~
  71. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:68:12: error: 'std::mbstowcs' has not been declared
  72. using std::mbstowcs;
  73. ^~~~~~~~
  74. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:69:12: error: 'std::mbtowc' has not been declared
  75. using std::mbtowc;
  76. ^~~~~~
  77. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:71:12: error: 'std::qsort' has not been declared
  78. using std::qsort;
  79. ^~~~~
  80. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:72:12: error: 'std::rand' has not been declared
  81. using std::rand;
  82. ^~~~
  83. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:73:12: error: 'std::realloc' has not been declared
  84. using std::realloc;
  85. ^~~~~~~
  86. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:74:12: error: 'std::srand' has not been declared
  87. using std::srand;
  88. ^~~~~
  89. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:75:12: error: 'std::strtod' has not been declared
  90. using std::strtod;
  91. ^~~~~~
  92. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:76:12: error: 'std::strtol' has not been declared
  93. using std::strtol;
  94. ^~~~~~
  95. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:77:12: error: 'std::strtoul' has not been declared
  96. using std::strtoul;
  97. ^~~~~~~
  98. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:78:12: error: 'std::system' has not been declared
  99. using std::system;
  100. ^~~~~~
  101. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:80:12: error: 'std::wcstombs' has not been declared
  102. using std::wcstombs;
  103. ^~~~~~~~
  104. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:81:12: error: 'std::wctomb' has not been declared
  105. using std::wctomb;
  106. ^~~~~~
  107. In file included from ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/del_op.cc:38:0:
  108. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:118:11: error: '::div_t' has not been declared
  109. using ::div_t;
  110. ^~~~~
  111. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:119:11: error: '::ldiv_t' has not been declared
  112. using ::ldiv_t;
  113. ^~~~~~
  114. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:121:11: error: '::abort' has not been declared
  115. using ::abort;
  116. ^~~~~
  117. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:122:11: error: '::abs' has not been declared
  118. using ::abs;
  119. ^~~
  120. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:123:11: error: '::atexit' has not been declared
  121. using ::atexit;
  122. ^~~~~~
  123. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:126:11: error: '::at_quick_exit' has not been declared
  124. using ::at_quick_exit;
  125. ^~~~~~~~~~~~~
  126. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:129:11: error: '::atof' has not been declared
  127. using ::atof;
  128. ^~~~
  129. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:130:11: error: '::atoi' has not been declared
  130. using ::atoi;
  131. ^~~~
  132. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:131:11: error: '::atol' has not been declared
  133. using ::atol;
  134. ^~~~
  135. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:132:11: error: '::bsearch' has not been declared
  136. using ::bsearch;
  137. ^~~~~~~
  138. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:133:11: error: '::calloc' has not been declared
  139. using ::calloc;
  140. ^~~~~~
  141. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:134:11: error: '::div' has not been declared
  142. using ::div;
  143. ^~~
  144. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:135:11: error: '::exit' has not been declared
  145. using ::exit;
  146. ^~~~
  147. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:136:11: error: '::free' has not been declared
  148. using ::free;
  149. ^~~~
  150. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:137:11: error: '::getenv' has not been declared
  151. using ::getenv;
  152. ^~~~~~
  153. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:138:11: error: '::labs' has not been declared
  154. using ::labs;
  155. ^~~~
  156. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:139:11: error: '::ldiv' has not been declared
  157. using ::ldiv;
  158. ^~~~
  159. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:140:11: error: '::malloc' has not been declared
  160. using ::malloc;
  161. ^~~~~~
  162. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:142:11: error: '::mblen' has not been declared
  163. using ::mblen;
  164. ^~~~~
  165. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:143:11: error: '::mbstowcs' has not been declared
  166. using ::mbstowcs;
  167. ^~~~~~~~
  168. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:144:11: error: '::mbtowc' has not been declared
  169. using ::mbtowc;
  170. ^~~~~~
  171. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:146:11: error: '::qsort' has not been declared
  172. using ::qsort;
  173. ^~~~~
  174. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:149:11: error: '::quick_exit' has not been declared
  175. using ::quick_exit;
  176. ^~~~~~~~~~
  177. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:152:11: error: '::rand' has not been declared
  178. using ::rand;
  179. ^~~~
  180. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:153:11: error: '::realloc' has not been declared
  181. using ::realloc;
  182. ^~~~~~~
  183. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:154:11: error: '::srand' has not been declared
  184. using ::srand;
  185. ^~~~~
  186. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:155:11: error: '::strtod' has not been declared
  187. using ::strtod;
  188. ^~~~~~
  189. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:156:11: error: '::strtol' has not been declared
  190. using ::strtol;
  191. ^~~~~~
  192. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:157:11: error: '::strtoul' has not been declared
  193. using ::strtoul;
  194. ^~~~~~~
  195. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:158:11: error: '::system' has not been declared
  196. using ::system;
  197. ^~~~~~
  198. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:160:11: error: '::wcstombs' has not been declared
  199. using ::wcstombs;
  200. ^~~~~~~~
  201. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:161:11: error: '::wctomb' has not been declared
  202. using ::wctomb;
  203. ^~~~~~
  204. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:168:10: error: 'ldiv_t' does not name a type
  205. inline ldiv_t
  206. ^~~~~~
  207. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:201:11: error: '::lldiv_t' has not been declared
  208. using ::lldiv_t;
  209. ^~~~~~~
  210. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:207:11: error: '::_Exit' has not been declared
  211. using ::_Exit;
  212. ^~~~~
  213. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:211:11: error: '::llabs' has not been declared
  214. using ::llabs;
  215. ^~~~~
  216. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:213:10: error: 'lldiv_t' does not name a type
  217. inline lldiv_t
  218. ^~~~~~~
  219. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:217:11: error: '::lldiv' has not been declared
  220. using ::lldiv;
  221. ^~~~~
  222. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:228:11: error: '::atoll' has not been declared
  223. using ::atoll;
  224. ^~~~~
  225. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:229:11: error: '::strtoll' has not been declared
  226. using ::strtoll;
  227. ^~~~~~~
  228. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:230:11: error: '::strtoull' has not been declared
  229. using ::strtoull;
  230. ^~~~~~~~
  231. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:232:11: error: '::strtof' has not been declared
  232. using ::strtof;
  233. ^~~~~~
  234. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:233:11: error: '::strtold' has not been declared
  235. using ::strtold;
  236. ^~~~~~~
  237. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:241:22: error: '__gnu_cxx::lldiv_t' has not been declared
  238. using ::__gnu_cxx::lldiv_t;
  239. ^~~~~~~
  240. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:243:22: error: '__gnu_cxx::_Exit' has not been declared
  241. using ::__gnu_cxx::_Exit;
  242. ^~~~~
  243. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:245:22: error: '__gnu_cxx::llabs' has not been declared
  244. using ::__gnu_cxx::llabs;
  245. ^~~~~
  246. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:246:22: error: '__gnu_cxx::div' has not been declared
  247. using ::__gnu_cxx::div;
  248. ^~~
  249. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:247:22: error: '__gnu_cxx::lldiv' has not been declared
  250. using ::__gnu_cxx::lldiv;
  251. ^~~~~
  252. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:249:22: error: '__gnu_cxx::atoll' has not been declared
  253. using ::__gnu_cxx::atoll;
  254. ^~~~~
  255. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:250:22: error: '__gnu_cxx::strtof' has not been declared
  256. using ::__gnu_cxx::strtof;
  257. ^~~~~~
  258. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:251:22: error: '__gnu_cxx::strtoll' has not been declared
  259. using ::__gnu_cxx::strtoll;
  260. ^~~~~~~
  261. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:252:22: error: '__gnu_cxx::strtoull' has not been declared
  262. using ::__gnu_cxx::strtoull;
  263. ^~~~~~~~
  264. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:253:22: error: '__gnu_cxx::strtold' has not been declared
  265. using ::__gnu_cxx::strtold;
  266. ^~~~~~~
  267. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/del_op.cc: In function 'void operator delete(void*)':
  268. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/del_op.cc:47:10: error: 'free' is not a member of 'std'
  269. std::free(ptr);
  270. ^~~~
  271. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/del_op.cc: At global scope:
  272. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/del_op.cc:44:1: warning: the program should also define 'void operator delete(void*, unsigned int)' [-Wsized-deallocation]
  273. operator delete(void* ptr) _GLIBCXX_USE_NOEXCEPT
  274. ^~~~~~~~
  275. make[4]: *** [Makefile:601: del_op.lo] Error 1
  276. make[4]: *** Waiting for unfinished jobs....
  277. In file included from /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:72:0,
  278. from ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc:25:
  279. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:38:12: error: 'std::abort' has not been declared
  280. using std::abort;
  281. ^~~~~
  282. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:39:12: error: 'std::atexit' has not been declared
  283. using std::atexit;
  284. ^~~~~~
  285. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:40:12: error: 'std::exit' has not been declared
  286. using std::exit;
  287. ^~~~
  288. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:43:14: error: 'std::at_quick_exit' has not been declared
  289. using std::at_quick_exit;
  290. ^~~~~~~~~~~~~
  291. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:46:14: error: 'std::quick_exit' has not been declared
  292. using std::quick_exit;
  293. ^~~~~~~~~~
  294. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:51:12: error: 'std::div_t' has not been declared
  295. using std::div_t;
  296. ^~~~~
  297. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:52:12: error: 'std::ldiv_t' has not been declared
  298. using std::ldiv_t;
  299. ^~~~~~
  300. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:54:12: error: 'std::abs' has not been declared
  301. using std::abs;
  302. ^~~
  303. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:55:12: error: 'std::atof' has not been declared
  304. using std::atof;
  305. ^~~~
  306. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:56:12: error: 'std::atoi' has not been declared
  307. using std::atoi;
  308. ^~~~
  309. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:57:12: error: 'std::atol' has not been declared
  310. using std::atol;
  311. ^~~~
  312. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:58:12: error: 'std::bsearch' has not been declared
  313. using std::bsearch;
  314. ^~~~~~~
  315. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:59:12: error: 'std::calloc' has not been declared
  316. using std::calloc;
  317. ^~~~~~
  318. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:60:12: error: 'std::div' has not been declared
  319. using std::div;
  320. ^~~
  321. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:61:12: error: 'std::free' has not been declared
  322. using std::free;
  323. ^~~~
  324. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:62:12: error: 'std::getenv' has not been declared
  325. using std::getenv;
  326. ^~~~~~
  327. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:63:12: error: 'std::labs' has not been declared
  328. using std::labs;
  329. ^~~~
  330. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:64:12: error: 'std::ldiv' has not been declared
  331. using std::ldiv;
  332. ^~~~
  333. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:65:12: error: 'std::malloc' has not been declared
  334. using std::malloc;
  335. ^~~~~~
  336. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:67:12: error: 'std::mblen' has not been declared
  337. using std::mblen;
  338. ^~~~~
  339. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:68:12: error: 'std::mbstowcs' has not been declared
  340. using std::mbstowcs;
  341. ^~~~~~~~
  342. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:69:12: error: 'std::mbtowc' has not been declared
  343. using std::mbtowc;
  344. ^~~~~~
  345. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:71:12: error: 'std::qsort' has not been declared
  346. using std::qsort;
  347. ^~~~~
  348. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:72:12: error: 'std::rand' has not been declared
  349. using std::rand;
  350. ^~~~
  351. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:73:12: error: 'std::realloc' has not been declared
  352. using std::realloc;
  353. ^~~~~~~
  354. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:74:12: error: 'std::srand' has not been declared
  355. using std::srand;
  356. ^~~~~
  357. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:75:12: error: 'std::strtod' has not been declared
  358. using std::strtod;
  359. ^~~~~~
  360. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:76:12: error: 'std::strtol' has not been declared
  361. using std::strtol;
  362. ^~~~~~
  363. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:77:12: error: 'std::strtoul' has not been declared
  364. using std::strtoul;
  365. ^~~~~~~
  366. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:78:12: error: 'std::system' has not been declared
  367. using std::system;
  368. ^~~~~~
  369. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:80:12: error: 'std::wcstombs' has not been declared
  370. using std::wcstombs;
  371. ^~~~~~~~
  372. /nix/store/qn1f04zgblrlda617rxrfxfmrlpz7jvf-armv7l-unknown-linux-gnueabihf-stage-final-gcc-debug-7.4.0/armv7l-unknown-linux-gnueabihf/include/c++/7.4.0/stdlib.h:81:12: error: 'std::wctomb' has not been declared
  373. using std::wctomb;
  374. ^~~~~~
  375. In file included from ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc:25:0:
  376. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:118:11: error: '::div_t' has not been declared
  377. using ::div_t;
  378. ^~~~~
  379. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:119:11: error: '::ldiv_t' has not been declared
  380. using ::ldiv_t;
  381. ^~~~~~
  382. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:121:11: error: '::abort' has not been declared
  383. using ::abort;
  384. ^~~~~
  385. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:122:11: error: '::abs' has not been declared
  386. using ::abs;
  387. ^~~
  388. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:123:11: error: '::atexit' has not been declared
  389. using ::atexit;
  390. ^~~~~~
  391. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:126:11: error: '::at_quick_exit' has not been declared
  392. using ::at_quick_exit;
  393. ^~~~~~~~~~~~~
  394. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:129:11: error: '::atof' has not been declared
  395. using ::atof;
  396. ^~~~
  397. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:130:11: error: '::atoi' has not been declared
  398. using ::atoi;
  399. ^~~~
  400. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:131:11: error: '::atol' has not been declared
  401. using ::atol;
  402. ^~~~
  403. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:132:11: error: '::bsearch' has not been declared
  404. using ::bsearch;
  405. ^~~~~~~
  406. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:133:11: error: '::calloc' has not been declared
  407. using ::calloc;
  408. ^~~~~~
  409. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:134:11: error: '::div' has not been declared
  410. using ::div;
  411. ^~~
  412. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:135:11: error: '::exit' has not been declared
  413. using ::exit;
  414. ^~~~
  415. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:136:11: error: '::free' has not been declared
  416. using ::free;
  417. ^~~~
  418. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:137:11: error: '::getenv' has not been declared
  419. using ::getenv;
  420. ^~~~~~
  421. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:138:11: error: '::labs' has not been declared
  422. using ::labs;
  423. ^~~~
  424. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:139:11: error: '::ldiv' has not been declared
  425. using ::ldiv;
  426. ^~~~
  427. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:140:11: error: '::malloc' has not been declared
  428. using ::malloc;
  429. ^~~~~~
  430. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:142:11: error: '::mblen' has not been declared
  431. using ::mblen;
  432. ^~~~~
  433. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:143:11: error: '::mbstowcs' has not been declared
  434. using ::mbstowcs;
  435. ^~~~~~~~
  436. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:144:11: error: '::mbtowc' has not been declared
  437. using ::mbtowc;
  438. ^~~~~~
  439. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:146:11: error: '::qsort' has not been declared
  440. using ::qsort;
  441. ^~~~~
  442. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:149:11: error: '::quick_exit' has not been declared
  443. using ::quick_exit;
  444. ^~~~~~~~~~
  445. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:152:11: error: '::rand' has not been declared
  446. using ::rand;
  447. ^~~~
  448. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:153:11: error: '::realloc' has not been declared
  449. using ::realloc;
  450. ^~~~~~~
  451. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:154:11: error: '::srand' has not been declared
  452. using ::srand;
  453. ^~~~~
  454. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:155:11: error: '::strtod' has not been declared
  455. using ::strtod;
  456. ^~~~~~
  457. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:156:11: error: '::strtol' has not been declared
  458. using ::strtol;
  459. ^~~~~~
  460. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:157:11: error: '::strtoul' has not been declared
  461. using ::strtoul;
  462. ^~~~~~~
  463. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:158:11: error: '::system' has not been declared
  464. using ::system;
  465. ^~~~~~
  466. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:160:11: error: '::wcstombs' has not been declared
  467. using ::wcstombs;
  468. ^~~~~~~~
  469. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:161:11: error: '::wctomb' has not been declared
  470. using ::wctomb;
  471. ^~~~~~
  472. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:168:10: error: 'ldiv_t' does not name a type
  473. inline ldiv_t
  474. ^~~~~~
  475. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:201:11: error: '::lldiv_t' has not been declared
  476. using ::lldiv_t;
  477. ^~~~~~~
  478. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:207:11: error: '::_Exit' has not been declared
  479. using ::_Exit;
  480. ^~~~~
  481. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:211:11: error: '::llabs' has not been declared
  482. using ::llabs;
  483. ^~~~~
  484. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:213:10: error: 'lldiv_t' does not name a type
  485. inline lldiv_t
  486. ^~~~~~~
  487. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:217:11: error: '::lldiv' has not been declared
  488. using ::lldiv;
  489. ^~~~~
  490. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:228:11: error: '::atoll' has not been declared
  491. using ::atoll;
  492. ^~~~~
  493. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:229:11: error: '::strtoll' has not been declared
  494. using ::strtoll;
  495. ^~~~~~~
  496. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:230:11: error: '::strtoull' has not been declared
  497. using ::strtoull;
  498. ^~~~~~~~
  499. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:232:11: error: '::strtof' has not been declared
  500. using ::strtof;
  501. ^~~~~~
  502. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:233:11: error: '::strtold' has not been declared
  503. using ::strtold;
  504. ^~~~~~~
  505. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:241:22: error: '__gnu_cxx::lldiv_t' has not been declared
  506. using ::__gnu_cxx::lldiv_t;
  507. ^~~~~~~
  508. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:243:22: error: '__gnu_cxx::_Exit' has not been declared
  509. using ::__gnu_cxx::_Exit;
  510. ^~~~~
  511. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:245:22: error: '__gnu_cxx::llabs' has not been declared
  512. using ::__gnu_cxx::llabs;
  513. ^~~~~
  514. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:246:22: error: '__gnu_cxx::div' has not been declared
  515. using ::__gnu_cxx::div;
  516. ^~~
  517. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:247:22: error: '__gnu_cxx::lldiv' has not been declared
  518. using ::__gnu_cxx::lldiv;
  519. ^~~~~
  520. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:249:22: error: '__gnu_cxx::atoll' has not been declared
  521. using ::__gnu_cxx::atoll;
  522. ^~~~~
  523. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:250:22: error: '__gnu_cxx::strtof' has not been declared
  524. using ::__gnu_cxx::strtof;
  525. ^~~~~~
  526. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:251:22: error: '__gnu_cxx::strtoll' has not been declared
  527. using ::__gnu_cxx::strtoll;
  528. ^~~~~~~
  529. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:252:22: error: '__gnu_cxx::strtoull' has not been declared
  530. using ::__gnu_cxx::strtoull;
  531. ^~~~~~~~
  532. /build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/include/cstdlib:253:22: error: '__gnu_cxx::strtold' has not been declared
  533. using ::__gnu_cxx::strtold;
  534. ^~~~~~~
  535. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc: In function 'void {anonymous}::key_init()':
  536. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc:98:10: error: 'atexit' is not a member of 'std'
  537. std::atexit (run);
  538. ^~~~~~
  539. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc: In function 'int __cxxabiv1::__cxa_thread_atexit(void (*)(void*), void*, void*)':
  540. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc:120:9: error: 'atexit' is not a member of 'std'
  541. std::atexit (run);
  542. ^~~~~~
  543. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc: At global scope:
  544. ../../../../gcc-4.8.5/libstdc++-v3/libsupc++/atexit_thread.cc:71:8: warning: 'void {anonymous}::run()' defined but not used [-Wunused-function]
  545. void run ()
  546. ^~~
  547. make[4]: *** [Makefile:807: atexit_thread.lo] Error 1
  548. make[4]: Leaving directory '/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3/libsupc++'
  549. make[3]: *** [Makefile:480: all-recursive] Error 1
  550. make[3]: Leaving directory '/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3'
  551. make[2]: *** [Makefile:386: all] Error 2
  552. make[2]: Leaving directory '/build/build/armv7l-unknown-linux-gnueabihf/libstdc++-v3'
  553. make[1]: *** [Makefile:9227: all-target-libstdc++-v3] Error 2
  554. make[1]: Leaving directory '/build/build'
  555. make: *** [Makefile:856: all] Error 2
  556. builder for '/nix/store/1l4559a2d7rd85c8k2kdvk382vkwxwac-gcc-debug-4.8.5-armv7l-unknown-linux-gnueabihf.drv' failed with exit code 2
  557. cannot build derivation '/nix/store/apn0q4byq6i015qq72kby64zg6rgf768-gcc-debug-wrapper-4.8.5-armv7l-unknown-linux-gnueabihf.drv': 1 dependencies couldn't be built
  558. cannot build derivation '/nix/store/vdznahzhsxx1mq1y6q5x84rc2dxxgygz-stdenv-linux.drv': 1 dependencies couldn't be built
  559. cannot build derivation '/nix/store/9xnywjsysh91zbifhhhl50hnhc7083ad-hello-2.10-armv7l-unknown-linux-gnueabihf.drv': 1 dependencies couldn't be built
  560. error: build of '/nix/store/9xnywjsysh91zbifhhhl50hnhc7083ad-hello-2.10-armv7l-unknown-linux-gnueabihf.drv' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement