venture37

lang/gcc49 v4.9.2 fails at configure stage on Darwin/PowerPC

Nov 21st, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. configure:3057: checking for powerpc-apple-darwin8-gcc
  2. configure:3084: result: /tmp/lang/gcc49/work/build/./gcc/xgcc -B/tmp/lang/gcc49/work/build/./gcc/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/bin/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/lib/ -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/include -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/sys-include
  3. configure:3353: checking for C compiler version
  4. configure:3362: /tmp/lang/gcc49/work/build/./gcc/xgcc -B/tmp/lang/gcc49/work/build/./gcc/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/bin/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/lib/ -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/include -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/sys-include --version >&5
  5. xgcc (GCC) 4.9.2
  6. Copyright (C) 2014 Free Software Foundation, Inc.
  7. This is free software; see the source for copying conditions. There is NO
  8. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9.  
  10. configure:3373: $? = 0
  11. configure:3362: /tmp/lang/gcc49/work/build/./gcc/xgcc -B/tmp/lang/gcc49/work/build/./gcc/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/bin/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/lib/ -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/include -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/sys-include -v >&5
  12. Reading specs from /tmp/lang/gcc49/work/build/./gcc/specs
  13. COLLECT_GCC=/tmp/lang/gcc49/work/build/./gcc/xgcc
  14. COLLECT_LTO_WRAPPER=/tmp/lang/gcc49/work/build/./gcc/lto-wrapper
  15. Target: powerpc-apple-darwin8
  16. Configured with: ../gcc-4.9.2/configure --enable-languages='c obj-c++ objc java fortran c++' --enable-shared --enable-long-long --with-local-prefix=/usr/pkg/gcc49 --enable-libssp --enable-threads=posix --with-boot-ldflags='-static-libstdc++ -static-libgcc -L/usr/pkg/lib ' STRIP_FOR_TARGET=/usr/bin/strip --with-dwarf2 --disable-libitm --disable-multilib --disable-nls --with-gmp=/usr/pkg --with-mpc=/usr/pkg --with-mpfr=/usr/pkg --with-ecj-jar=/mnt/distfiles/ecj-4.5.jar --enable-java-home --with-os-directory=darwin --with-arch-directory=powerpc --with-jvm-root-dir=/usr/pkg/java/gcc49 --with-java-home=/usr/pkg/java/gcc49 --with-system-zlib --enable-__cxa_atexit --with-gxx-include-dir=/usr/pkg/gcc49/include/c++/ --prefix=/usr/pkg/gcc49 --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --infodir=/usr/pkg/gcc49/info --mandir=/usr/pkg/gcc49/man
  17. Thread model: posix
  18. gcc version 4.9.2 (GCC)
  19. configure:3373: $? = 0
  20. configure:3362: /tmp/lang/gcc49/work/build/./gcc/xgcc -B/tmp/lang/gcc49/work/build/./gcc/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/bin/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/lib/ -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/include -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/sys-include -V >&5
  21. xgcc: error: unrecognized command line option '-V'
  22. xgcc: fatal error: no input files
  23. compilation terminated.
  24. configure:3373: $? = 1
  25. configure:3362: /tmp/lang/gcc49/work/build/./gcc/xgcc -B/tmp/lang/gcc49/work/build/./gcc/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/bin/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/lib/ -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/include -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/sys-include -qversion >&5
  26. xgcc: error: unrecognized command line option '-qversion'
  27. xgcc: fatal error: no input files
  28. compilation terminated.
  29. configure:3373: $? = 1
  30. configure:3389: /tmp/lang/gcc49/work/build/./gcc/xgcc -B/tmp/lang/gcc49/work/build/./gcc/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/bin/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/lib/ -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/include -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/sys-include -o conftest -g -pipe -O2 -I/usr/pkg/include -I/usr/include -L/usr/pkg/lib conftest.c >&5
  31. cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  32. Please submit a full bug report,
  33. with preprocessed source if appropriate.
  34. See <http://gcc.gnu.org/bugs.html> for instructions.
  35. configure:3392: $? = 1
  36. configure:3580: checking for suffix of object files
  37. configure:3602: /tmp/lang/gcc49/work/build/./gcc/xgcc -B/tmp/lang/gcc49/work/build/./gcc/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/bin/ -B/usr/pkg/gcc49/powerpc-apple-darwin8/lib/ -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/include -isystem /usr/pkg/gcc49/powerpc-apple-darwin8/sys-include -c -g -pipe -O2 -I/usr/pkg/include -I/usr/include conftest.c >&5
  38. cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  39. Please submit a full bug report,
  40. with preprocessed source if appropriate.
  41. See <http://gcc.gnu.org/bugs.html> for instructions.
  42. configure:3606: $? = 1
  43. configure: failed program was:
  44. | /* confdefs.h */
  45. | #define PACKAGE_NAME "GNU C Runtime Library"
  46. | #define PACKAGE_TARNAME "libgcc"
  47. | #define PACKAGE_VERSION "1.0"
  48. | #define PACKAGE_STRING "GNU C Runtime Library 1.0"
  49. | #define PACKAGE_BUGREPORT ""
  50. | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
  51. | /* end confdefs.h. */
  52. |
  53. | int
  54. | main ()
  55. | {
  56. |
  57. | ;
  58. | return 0;
  59. | }
  60. configure:3620: error: in `/tmp/lang/gcc49/work/build/powerpc-apple-darwin8/libgcc':
  61. configure:3623: error: cannot compute suffix of object files: cannot compile
  62. See `config.log' for more details.
Advertisement
Add Comment
Please, Sign In to add comment