Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. ncdev:~/64$ ct-ng build
  2. [INFO ] Performing some trivial sanity checks
  3. [INFO ] Build started 20101111.143802
  4. [INFO ] Building environment variables
  5. [INFO ] =================================================================
  6. [INFO ] Retrieving needed toolchain components' tarballs
  7. [INFO ] Retrieving needed toolchain components' tarballs: done in 0.06s (at 00:03)
  8. [INFO ] =================================================================
  9. [INFO ] Extracting and patching toolchain components
  10. [INFO ] Extracting and patching toolchain components: done in 2.35s (at 00:05)
  11. [INFO ] =================================================================
  12. [INFO ] Checking C library configuration
  13. [INFO ] Checking C library configuration: done in 0.09s (at 00:05)
  14. [INFO ] =================================================================
  15. [INFO ] Installing kernel headers
  16. [INFO ] Installing kernel headers: done in 6.94s (at 00:12)
  17. [INFO ] =================================================================
  18. [INFO ] Installing GMP
  19. [INFO ] Installing GMP: done in 37.34s (at 00:49)
  20. [INFO ] =================================================================
  21. [INFO ] Installing MPFR
  22. [INFO ] Installing MPFR: done in 16.24s (at 01:06)
  23. [INFO ] =================================================================
  24. [INFO ] Installing PPL
  25. [ERROR] configure: error: Cannot find GMP version 4.1.3 or higher.
  26. [ERROR] Build failed in step 'Installing PPL'
  27. [ERROR] Error happened in '/usr/lib/ct-ng-1.9.0/scripts/functions' in function 'CT_DoExecLog' (line unknown, sorry)
  28. [ERROR] called from '/usr/lib/ct-ng-1.9.0/scripts/build/companion_libs/ppl.sh' at line # 42 in function 'do_ppl'
  29. [ERROR] called from '/usr/lib/ct-ng-1.9.0/scripts/crosstool-NG.sh' at line # 597 in function 'main'
  30. [ERROR] Look at '/home/ncopa/x-tools/x86_64-alpine-linux-uclibc/build.log' for more info on this error.
  31. [ERROR] (elapsed: 1:15.98)
  32. [01:16] / make: *** [build] Error 1
  33. ncdev:~/64$ cat .build/x86_64-alpine-linux-uclibc/build/build-ppl/config.log
  34. ...
  35. configure:11059: result: /home/ncopa/64/.build/x86_64-alpine-linux-uclibc/build/static/lib/libgmpxx.a /home/ncopa/64/.build/x86_64-alpine-linux-uclibc/build/static/lib/libgmp.a
  36. configure:11105: checking for the GMP library version 4.1.3 or above
  37. configure:11194: i686-build_pc-linux-gnu-g++ -o conftest -O2 -frounding-math -fPIC -pipe -I/home/ncopa/64/.build/x86_64-alpine-linux-uclibc/build/static/include conftest.cpp /home/ncopa/64/.build/x86_64-alpine-linux-uclibc/build/static/lib/libgmpxx.a /home/ncopa/64/.build/x86_64-alpine-linux-uclibc/build/static/lib/libgmp.a >&5
  38. configure:11194: $? = 0
  39. configure:11194: ./conftest
  40. Can't modify application's text section; use the GCC option -fPIE for position-independent executables.
  41. configure:11194: $? = 1
  42. configure: program exited with status 1
  43. configure: failed program was:
  44. | /* confdefs.h */
  45. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement