GCC on RELENG_5: www/libgtkhtml ICE?

2005-07-01 Thread Ed Schouten
Hello,

Today I'm trying to portupgrade my FreeBSD box as I usually do each
(month|few weeks). During the build of libgtkhtml-2.6.3, I got the
following error:

| rm -f .libs/htmlboxtable.lo
| cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgtkhtml -DXTHREADS 
-DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 
-I/usr/local/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 
-DG_LOG_DOMAIN=\HtmlLayout\ -I/usr/local/include -O -pipe -MT htmlboxtable.lo 
-MD -MP -MF .deps/htmlboxtable.Tpo -c htmlboxtable.c  -fPIC -DPIC -o 
.libs/htmlboxtable.lo
| cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgtkhtml -DXTHREADS 
-DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 
-I/usr/local/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 
-DG_LOG_DOMAIN=\HtmlLayout\ -I/usr/local/include -O -pipe -MT htmlboxtable.lo 
-MD -MP -MF .deps/htmlboxtable.Tpo -c htmlboxtable.c -o htmlboxtable.o 
/dev/null 21
| gmake[4]: *** [htmlboxtable.lo] Error 1
| gmake[4]: Leaving directory 
`/space0/tmp/ports/build/space0/ports/www/libgtkhtml/work/libgtkhtml-2.6.3/libgtkhtml/layout'
| gmake[3]: *** [all-recursive] Error 1
| gmake[3]: Leaving directory 
`/space0/tmp/ports/build/space0/ports/www/libgtkhtml/work/libgtkhtml-2.6.3/libgtkhtml/layout'
| gmake[2]: *** [all-recursive] Error 1
| gmake[2]: Leaving directory 
`/space0/tmp/ports/build/space0/ports/www/libgtkhtml/work/libgtkhtml-2.6.3/libgtkhtml'
| gmake[1]: *** [all-recursive] Error 1
| gmake[1]: Leaving directory 
`/space0/tmp/ports/build/space0/ports/www/libgtkhtml/work/libgtkhtml-2.6.3'
| gmake: *** [all] Error 2
| *** Error code 2
| 
| Stop in /space0/ports/www/libgtkhtml.

So I tried to run the command manually:

| (zonk) 
/space0/tmp/ports/build/space0/ports/www/libgtkhtml/work/libgtkhtml-2.6.3/libgtkhtml/layout
 # cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libgtkhtml -DXTHREADS 
-DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 
-I/usr/local/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 
-DG_LOG_DOMAIN=\HtmlLayout\ -I/usr/local/include -O -pipe -MT htmlboxtable.lo 
-MD -MP -MF .deps/htmlboxtable.Tpo -c htmlboxtable.c -o htmlboxtable.o
| htmlboxtable.c: In function `paint_rows':
| htmlboxtable.c:1197: internal compiler error: Segmentation fault
| Please submit a full bug report,
| with preprocessed source if appropriate.
| See URL:http://gcc.gnu.org/bugs.html for instructions.

I'm not sure if it's wise to report it to GNU anyway, because the
version I'm using, is the one shipped with FreeBSD 5.4:

| (zonk) ~ # gcc --version
| gcc (GCC) 3.4.2 [FreeBSD] 20040728
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

My machine is running FreeBSD 5.4-STABLE (RELENG_5 from Jun 12):
| FreeBSD zonk.fxq.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jun 12 17:20:29 
CEST 2005 [EMAIL PROTECTED]:/usr/obj/space0/src/sys/ZONK i386

Is anyone also having problems with www/libgtkhtml's htmlboxtable.lo in
combination with RELENG_5's gcc? Does anyone know if this bug is
squashed in RELENG_5 in the mean time?

Yours,
-- 
 Ed Schouten [EMAIL PROTECTED]


pgpqxKWVhjYn0.pgp
Description: PGP signature


Re: GCC on RELENG_5: www/libgtkhtml ICE?

2005-07-01 Thread Kris Kennaway
On Fri, Jul 01, 2005 at 11:02:23PM +0200, Ed Schouten wrote:

 Is anyone also having problems with www/libgtkhtml's htmlboxtable.lo in
 combination with RELENG_5's gcc? Does anyone know if this bug is
 squashed in RELENG_5 in the mean time?

The package builds fine on a clean system, so you should try to rule
out hardware failure on your end.

Kris


pgpVsDYdkJDJS.pgp
Description: PGP signature


Re: GCC on RELENG_5: www/libgtkhtml ICE?

2005-07-01 Thread Ed Schouten
* Kris Kennaway [EMAIL PROTECTED] wrote:
 On Fri, Jul 01, 2005 at 11:02:23PM +0200, Ed Schouten wrote:
 
  Is anyone also having problems with www/libgtkhtml's htmlboxtable.lo in
  combination with RELENG_5's gcc? Does anyone know if this bug is
  squashed in RELENG_5 in the mean time?
 
 The package builds fine on a clean system, so you should try to rule
 out hardware failure on your end.

Argh, kick-myself-in-the-face; after a reboot it all worked fine? (kinda
odd though...) Thanks for your time though.

Yours,
-- 
 Ed Schouten [EMAIL PROTECTED]


pgpFZeBeMqSem.pgp
Description: PGP signature