6.43 Groff-1.21 Error

2011-07-09 Thread Timothy Powell
Has anyone seen this error, if so how did you correct it.

Thanks.
Timothy


/bin/sh ./config.charset 'i686-pc-linux-gnu'  t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' \
-e 's/@''PACKAGE''@/groff/g' ./ref-add.sin  t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' \
-e 's/@''PACKAGE''@/groff/g' ./ref-del.sin  t-ref-del.sed
mv t-ref-del.sed ref-del.sed
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  assert.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  change_lf.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  cmap.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  color.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  cset.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  device.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  errarg.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  error.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  fatal.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  filename.cpp
g++ -I. -I. -I/sources/groff-1.21/src/include
-I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
-O2  -c  font.cpp
font.cpp: In function 'int scale_round(int, int, int)':
font.cpp:250:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html for instructions.
make[2]: *** [font.o] Error 1
make[2]: Leaving directory `/sources/groff-1.21/src/libs/libgroff'
make[1]: *** [src/libs/libgroff] Error 2
make[1]: Leaving directory `/sources/groff-1.21'
make: *** [all] Error 2
root:/sources/groff-1.21#
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: 6.43 Groff-1.21 Error

2011-07-09 Thread Bruce Dubbs
Timothy Powell wrote:

 g++ -I. -I. -I/sources/groff-1.21/src/include
 -I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib -DHAVE_CONFIG_H -g
 -O2  -c  font.cpp

If you run this again, do you get the same error in the same place?

 font.cpp: In function 'int scale_round(int, int, int)':
 font.cpp:250:1: internal compiler error: Segmentation fault

In most cases, a segfault in gcc would be a memory (hardware) error. 
Try running memtest.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: 6.43 Groff-1.21 Error

2011-07-09 Thread Timothy Powell
Thank you for the help.

It's looking like a hardware issue.

Timothy



On Jul 9, 2011, at 8:43 PM, Bruce Dubbs wrote:

 Timothy Powell wrote:

 g++ -I. -I. -I/sources/groff-1.21/src/include
 -I/sources/groff-1.21/src/include -I/src/libs/gnulib/lib - 
 DHAVE_CONFIG_H -g
 -O2  -c  font.cpp

 If you run this again, do you get the same error in the same place?

 font.cpp: In function 'int scale_round(int, int, int)':
 font.cpp:250:1: internal compiler error: Segmentation fault

 In most cases, a segfault in gcc would be a memory (hardware) error.
 Try running memtest.

   -- Bruce
 -- 
 http://linuxfromscratch.org/mailman/listinfo/lfs-support
 FAQ: http://www.linuxfromscratch.org/lfs/faq.html
 Unsubscribe: See the above information page

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page