From owner-freebsd-ports Sat Apr 6 18: 0:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3069E37B41E for ; Sat, 6 Apr 2002 18:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37203044881; Sat, 6 Apr 2002 18:00:03 -0800 (PST) (envelope-from gnats) Received: from exodus.dreaming.org (exodus.dreaming.org [209.82.34.90]) by hub.freebsd.org (Postfix) with ESMTP id B005E37B41D for ; Sat, 6 Apr 2002 17:59:24 -0800 (PST) Received: from exodus.dreaming.org (julian@localhost.dreaming.org [127.0.0.1]) by exodus.dreaming.org (8.12.2/8.12.2/dreaming-exodus) with ESMTP id g371xNZf027068 for ; Sat, 6 Apr 2002 20:59:24 -0500 (EST) Received: (from julian@localhost) by exodus.dreaming.org (8.12.2/8.12.2/Submit) id g371xN7K027065; Sat, 6 Apr 2002 20:59:23 -0500 (EST) Message-Id: <200204070159.g371xN7K027065@exodus.dreaming.org> Date: Sat, 6 Apr 2002 20:59:23 -0500 (EST) From: julian@dreaming.org Reply-To: julian@dreaming.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/36831: ImageMagick does not build under FreeBSD 3.x w/o gcc 2.95 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36831 >Category: ports >Synopsis: ImageMagick does not build under 3.x without gcc 2.95 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 06 18:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Julian C. Dunn >Release: FreeBSD 3.5-STABLE i386 >Organization: The Dreaming Electronic Community Network, Inc. >Environment: >Description: The build of ImageMagick bombs out under FreeBSD 3.5 due to the old version of gcc. >How-To-Repeat: # cd /usr/ports/graphics/ImageMagick # make . . . . source='bmp.c' object='bmp.lo' libtool=yes \ depfile='.deps/bmp.Plo' tmpdepfile='.deps/bmp.TPlo' \ depmode=gcc /bin/sh ../depcomp \ /bin/sh ../libtool --silent --mode=compile cc -DHAVE_CONFIG_H -I../ -I. -I. -I.. /magick -I.. -I../magick -I/usr/local/include/libxml2 -I/usr/local/include/free type2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -O2 -m486 -pipe -Wall -c -o bmp.lo `test -f bmp.c || echo './'`bmp.c bmp.c: In function `ReadBMPImage': bmp.c:1143: internal error--insn does not satisfy its constraints: (insn 213 212 4398 (parallel[ (set (reg:DI 1 %edx) (plus:DI (reg:DI 0 %eax) (const_int -2))) (clobber (scratch:SI)) ] ) 127 {adddi3} (insn_list 212 (nil)) (expr_list:REG_DEAD (mem:DI (plus:SI (reg:SI 6 %ebp) (const_int -352))) (expr_list:REG_UNUSED (scratch:SI) (nil)))) cc: Internal compiler error: program cc1 got fatal signal 6 gmake[1]: *** [bmp.lo] Error 1 gmake[1]: Leaving directory `/export/l3/dist/ports/graphics/ImageMagick/work/Ima geMagick-5.4.4/coders' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. # >Fix: Add USE_GCC295=yes to the port's Makefile. The port successfully builds with gcc 2.95. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message