From owner-freebsd-stable@FreeBSD.ORG Fri Jul 1 21:02:26 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AEB16A41C for ; Fri, 1 Jul 2005 21:02:26 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B36443D49 for ; Fri, 1 Jul 2005 21:02:25 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id AC4931704C; Fri, 1 Jul 2005 23:02:23 +0200 (CEST) Date: Fri, 1 Jul 2005 23:02:23 +0200 From: Ed Schouten To: FreeBSD stable Message-ID: <20050701210223.GT21167@hoeg.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AXo2lOxbfudqq8ta" Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: Subject: GCC on RELENG_5: www/libgtkhtml ICE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 21:02:26 -0000 --AXo2lOxbfudqq8ta Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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/loc= al/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/free= type2 -DG_LOG_DOMAIN=3D\"HtmlLayout\" -I/usr/local/include -O -pipe -MT htm= lboxtable.lo -MD -MP -MF .deps/htmlboxtable.Tpo -c htmlboxtable.c -fPIC -D= PIC -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/loc= al/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/free= type2 -DG_LOG_DOMAIN=3D\"HtmlLayout\" -I/usr/local/include -O -pipe -MT htm= lboxtable.lo -MD -MP -MF .deps/htmlboxtable.Tpo -c htmlboxtable.c -o htmlbo= xtable.o >/dev/null 2>&1 | gmake[4]: *** [htmlboxtable.lo] Error 1 | gmake[4]: Leaving directory `/space0/tmp/ports/build/space0/ports/www/lib= gtkhtml/work/libgtkhtml-2.6.3/libgtkhtml/layout' | gmake[3]: *** [all-recursive] Error 1 | gmake[3]: Leaving directory `/space0/tmp/ports/build/space0/ports/www/lib= gtkhtml/work/libgtkhtml-2.6.3/libgtkhtml/layout' | gmake[2]: *** [all-recursive] Error 1 | gmake[2]: Leaving directory `/space0/tmp/ports/build/space0/ports/www/lib= gtkhtml/work/libgtkhtml-2.6.3/libgtkhtml' | gmake[1]: *** [all-recursive] Error 1 | gmake[1]: Leaving directory `/space0/tmp/ports/build/space0/ports/www/lib= gtkhtml/work/libgtkhtml-2.6.3' | gmake: *** [all] Error 2 | *** Error code 2 |=20 | Stop in /space0/ports/www/libgtkhtml. So I tried to run the command manually: | (zonk) /space0/tmp/ports/build/space0/ports/www/libgtkhtml/work/libgtkhtm= l-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/X1= 1R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0= -I/usr/local/include/freetype2 -DG_LOG_DOMAIN=3D\"HtmlLayout\" -I/usr/loca= l/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 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 PURPOS= E. 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, --=20 Ed Schouten --AXo2lOxbfudqq8ta Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCxa9fmVI4SHXwmhERAompAJwMP9WhtG5y3blkxHl5AVIrXiYcogCeM8Tl cefMJytVrSjSPWbnQ6ywPh4= =zfT6 -----END PGP SIGNATURE----- --AXo2lOxbfudqq8ta--