From owner-freebsd-ports@FreeBSD.ORG Thu Jan 5 16:27:12 2006 Return-Path: X-Original-To: ports@FreeBSD.ORG Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A40B916A425; Thu, 5 Jan 2006 16:27:12 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D48043D5A; Thu, 5 Jan 2006 16:27:07 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id k05GR2FZ055613; Thu, 5 Jan 2006 13:27:04 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id k05GQowH002351; Thu, 5 Jan 2006 13:26:50 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id k05GQoN8002350; Thu, 5 Jan 2006 13:26:50 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Thu, 5 Jan 2006 13:26:50 -0300 From: Fernan Aguero To: FreeBSD Ports Message-ID: <20060105162650.GB1664@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD Ports , FreeBSD Gnome Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: FreeBSD Gnome Subject: compiler error building firefox on FreeBSD-6.0p1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 16:27:12 -0000 Hi! I'm seeing the error below when building firefox. Just FYI, this is a FreeBSD-6.0p1 box, recently upgraded from 5.4. World/kernel were rebuilt two days ago. All ports (portupgrade -af) were rebuilt yesterday (firefox was not installed then). c++ -o nsSelectionState.o -c -DMOZILLA_INTERNAL_API -DOSTYPE=\"FreeBSD6\" -DOSARCH=\"FreeBS D\" -DBUILD_ID=0000000000 -I../../../dist/include/xpcom -I../../../dist/include/string -I.. /../../dist/include/dom -I../../../dist/include/locale -I../../../dist/include/layout -I../. ./../dist/include/content -I../../../dist/include/txmgr -I../../../dist/include/txtsvc -I../ ../../dist/include/htmlparser -I../../../dist/include/necko -I../../../dist/include/pref -I. ./../../dist/include/view -I../../../dist/include/gfx -I../../../dist/include/widget -I../.. /../dist/include/unicharutil -I../../../dist/include/commandhandler -I../../../dist/include/ docshell -I../../../dist/include/editor -I../../../dist/include -I/usr/local/include/nspr -I /usr/local/include -I/usr/local/include -I../../../dist/sdk/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-excep tions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor -dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fno-strict-aliasing -pipe -O -fshort-wch ar -pipe -DNDEBUG -DTRIMMED -O -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/in clude -DMOZILLA_CLIENT -include ../../../mozilla-config.h nsSelectionState.cpp In file included from nsSelectionState.cpp:43: ../../../dist/include/xpcom/nsCOMPtr.h: In instantiation of `nsCOMPtr': nsEditor.h:628: instantiated from here ../../../dist/include/xpcom/nsCOMPtr.h:830: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gmake[4]: *** [nsSelectionState.o] Error 1 The complete output is also available: http://genoma.unsam.edu.ar/~fernan/freebsd/firefox.out.gz Thanks in advance for any help, Fernan