Date: Fri, 1 Jul 2005 23:02:23 +0200 From: Ed Schouten <ed@fxq.nl> To: FreeBSD stable <stable@freebsd.org> Subject: GCC on RELENG_5: www/libgtkhtml ICE? Message-ID: <20050701210223.GT21167@hoeg.nl>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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 2>&1 | 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 root@zonk.fxq.nl:/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 <ed@fxq.nl> [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCxa9fmVI4SHXwmhERAompAJwMP9WhtG5y3blkxHl5AVIrXiYcogCeM8Tl cefMJytVrSjSPWbnQ6ywPh4= =zfT6 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050701210223.GT21167>
