[email protected] wrote:
Yo, I have an X86_64 Pure 64 Build. building 6.6. CLooG-PPL-0.15.7 on the current dev book and get.1. c...@livecd /mnt/clfs/source/cloog-ppl-0.15.7 $ CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 2. > --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \ 3. > --enable-shared --with-gmp=/tools --with-ppl=/tools 4. checking for a BSD-compatible install... /usr/bin/install -c 5. checking whether build environment is sane... yes 6. checking for gawk... gawk 7. checking whether make sets $(MAKE)... yes 8. checking for x86_64-unknown-linux-gnu-strip... x86_64-unknown-linux-gnu-strip 9. checking for x86_64-unknown-linux-gnu-gcc... x86_64-unknown-linux-gnu-gcc -m64 10. checking for C compiler default output file name... a.out 11. checking whether the C compiler works... yes 12. checking whether we are cross compiling... yes 13. checking for suffix of executables... 14. checking for suffix of object files... o 15. checking whether we are using the GNU C compiler... yes 16. checking whether x86_64-unknown-linux-gnu-gcc -m64 accepts -g... yes 17. checking for x86_64-unknown-linux-gnu-gcc -m64 option to accept ISO C89... none needed 18. checking for style of include used by make... GNU 19. checking dependency style of x86_64-unknown-linux-gnu-gcc -m64... gcc3 20. checking whether ln -s works... yes 21. checking whether make sets $(MAKE)... (cached) yes 22. checking for cd... no 23. checking for a BSD-compatible install... /usr/bin/install -c 24. checking build system type... x86_64-cross-linux-gnu 25. checking host system type... x86_64-unknown-linux-gnu 26. checking for a sed that does not truncate output... /bin/sed 27. checking for grep that handles long lines and -e... /bin/grep 28. checking for egrep... /bin/grep -E 29. checking for fgrep... /bin/grep -F 30. checking for ld used by x86_64-unknown-linux-gnu-gcc -m64... x86_64-unknown-linux-gnu-ld 31. checking if the linker (x86_64-unknown-linux-gnu-ld) is GNU ld... yes 32. checking for BSD- or MS-compatible name lister (nm)... /cross-tools/bin/x86_64-unknown-linux-gnu-nm -B 33. checking the name lister (/cross-tools/bin/x86_64-unknown-linux-gnu-nm -B) interface... BSD nm 34. checking the maximum length of command line arguments... 98304 35. checking whether the shell understands some XSI constructs... yes 36. checking whether the shell understands "+="... yes 37. checking for x86_64-unknown-linux-gnu-ld option to reload object files... -r 38. checking for x86_64-unknown-linux-gnu-objdump... x86_64-unknown-linux-gnu-objdump 39. checking how to recognize dependent libraries... pass_all 40. checking for x86_64-unknown-linux-gnu-ar... x86_64-unknown-linux-gnu-ar 41. checking for x86_64-unknown-linux-gnu-strip... (cached) x86_64-unknown-linux-gnu-strip 42. checking for x86_64-unknown-linux-gnu-ranlib... x86_64-unknown-linux-gnu-ranlib 43. checking command to parse /cross-tools/bin/x86_64-unknown-linux-gnu-nm -B output from x86_64-unknown-linux-gnu-gcc -m64 object... ok 44. checking how to run the C preprocessor... x86_64-unknown-linux-gnu-gcc -m64 -E 45. checking for ANSI C header files... yes 46. checking for sys/types.h... yes 47. checking for sys/stat.h... yes 48. checking for stdlib.h... yes 49. checking for string.h... yes 50. checking for memory.h... yes 51. checking for strings.h... yes 52. checking for inttypes.h... yes 53. checking for stdint.h... yes 54. checking for unistd.h... yes 55. checking for dlfcn.h... yes 56. checking for objdir... .libs 57. checking if x86_64-unknown-linux-gnu-gcc -m64 supports -fno-rtti -fno-exceptions... no 58. checking for x86_64-unknown-linux-gnu-gcc -m64 option to produce PIC... -fPIC -DPIC 59. checking if x86_64-unknown-linux-gnu-gcc -m64 PIC flag -fPIC -DPIC works... yes 60. checking if x86_64-unknown-linux-gnu-gcc -m64 static flag -static works... yes 61. checking if x86_64-unknown-linux-gnu-gcc -m64 supports -c -o file.o... yes 62. checking if x86_64-unknown-linux-gnu-gcc -m64 supports -c -o file.o... (cached) yes 63. checking whether the x86_64-unknown-linux-gnu-gcc -m64 linker (x86_64-unknown-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes 64. checking whether -lc should be explicitly linked in... no 65. checking dynamic linker characteristics... GNU/Linux ld.so 66. checking how to hardcode library paths into programs... immediate 67. checking whether stripping libraries is possible... yes 68. checking if libtool supports shared libraries... yes 69. checking whether to build shared libraries... yes 70. checking whether to build static libraries... yes 71. checking for an ANSI C-conforming const... yes 72. checking for size_t... yes 73. checking for ANSI C header files... (cached) yes 74. checking for strtol... yes 75. checking sys/resource.h usability... yes 76. checking sys/resource.h presence... yes 77. checking for sys/resource.h... yes 78. polylibgmp 79. Package gmp : /tools 80. checking whether gmp works... (GMP path has been set by user) 81. checking gmp.h usability... yes 82. checking gmp.h presence... yes 83. checking for gmp.h... yes 84. checking for __gmpz_init in -lgmp... yes 85. yes 86. checking for location of PolyLib... installed in standard location 87. checking for PolyhedronTSort in -lpolylibgmp... no 88. Can't find PolyLib. 89. checking for Parma Polyhedral Library (PPL)... installed in /tools 90. checking ppl_c.h usability... ./configure: line 12915: 8993 Segmentation fault cat > conftest.$ac_ext <<_ACEOF 91. /* confdefs.h. */ 92. _ACEOF 93. 94. ./configure: line 12915: 8994 Segmentation fault cat confdefs.h >> conftest.$ac_ext 95. ./configure: line 12915: 8995 Segmentation fault cat >> conftest.$ac_ext <<_ACEOF 96. /* end confdefs.h. */ 97. $ac_includes_default 98. #include <ppl_c.h> 99. _ACEOF 100. 101. ./configure: line 12915: 8996 Segmentation fault rm -f conftest.$ac_objext 102. ./configure: line 12915: 9000 Segmentation fault grep -v '^ *+' conftest.er1 > conftest.err 103. ./configure: line 12915: 9001 Segmentation fault rm -f conftest.er1 104. ./configure: line 12915: 9002 Segmentation fault cat conftest.err 1>&5 105. ./configure: line 12915: 9004 Segmentation fault sed 's/^/| /' conftest.$ac_ext 1>&5 106. ./configure: line 12915: 9005 Segmentation fault rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 107. no 108. checking ppl_c.h presence... ./configure: line 12915: 9006 Segmentation fault cat > conftest.$ac_ext <<_ACEOF 109. /* confdefs.h. */ 110. _ACEOF 111. 112. ./configure: line 12915: 9007 Segmentation fault cat confdefs.h >> conftest.$ac_ext 113. ./configure: line 12915: 9008 Segmentation fault cat >> conftest.$ac_ext <<_ACEOF 114. /* end confdefs.h. */ 115. #include <ppl_c.h> 116. _ACEOF 117. 118. ./configure: line 12915: 9012 Segmentation fault grep -v '^ *+' conftest.er1 > conftest.err 119. ./configure: line 12915: 9013 Segmentation fault rm -f conftest.er1 120. ./configure: line 12915: 9014 Segmentation fault cat conftest.err 1>&5 121. ./configure: line 12915: 9016 Segmentation fault sed 's/^/| /' conftest.$ac_ext 1>&5 122. ./configure: line 12915: 9017 Segmentation fault rm -f conftest.err conftest.$ac_ext 123. no 124. checking for ppl_c.h... no 125. configure: error: Can't find PPL headers. 126. ./configure: line 12938: 9019 Segmentation fault exit 1 127. ./configure: line 12877: 9029 Segmentation fault exit 1 128. ./configure: line 12938: 9024 Done ( set ) 2>&1 129. 9025 Done(139) | case $as_nl`(ac_space=' '; set) 2>&1` in 130. *${as_nl}ac_space=\ *) 131. sed -n "s/'/'\\\\''/g; 132. s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 133. ;; 134. *) 135. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 136. ;; 137. esac 138. 9028 Segmentation fault | exit 1 139. ./configure: line 12938: 9030 Segmentation fault exit 1 140. ./configure: line 12938: 9031 Done for ac_var in $ac_subst_vars; 141. do 142. eval ac_val=\$$ac_var; case $ac_val in 143. *\'*) 144. ac_val=`$as_echo "$ac_val" | sed "s/'/'\\\\\\\\''/g"` 145. ;; 146. esac; $as_echo "$ac_var='$ac_val'"; 147. done 148. 9032 Segmentation fault | exit 1 149. ./configure: line 12938: 9033 Segmentation fault exit 1 150. ./configure: line 12938: 9034 Segmentation fault exit 1 151. ./configure: line 12941: 9035 Segmentation fault exit 1 Anything? I have recreated the problem two or the times now. Anything? _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
Oppiz, I saw this error numerous times when I was using the 2.6.30.x kernels. Let me guess your using 2.6.30.x with one of the ext file systems, am I right??
_______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
