From owner-freebsd-gnome@FreeBSD.ORG Sat Apr 2 15:46:29 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A01B16A4CE for ; Sat, 2 Apr 2005 15:46:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A625743D48 for ; Sat, 2 Apr 2005 15:46:28 +0000 (GMT) (envelope-from bill.blum@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so869793rng for ; Sat, 02 Apr 2005 07:46:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=ekEQ3d8I7CC9DnbJW1K6ELfVL1Y7W/oslsvNiCMXvaewSoJMKb9Fcc6cZIPHFT+78B5mWIURfxl+RBduQiavkLj08Mfgs5HQvgwXxkl8MknvEzBh4dUAXciFQG+07rXLdaub7QutajJqdjwyGkR7GULsc4zffJVWWELlQEwgT4M= Received: by 10.39.1.30 with SMTP id d30mr2852841rni; Sat, 02 Apr 2005 07:46:28 -0800 (PST) Received: by 10.38.151.34 with HTTP; Sat, 2 Apr 2005 07:46:28 -0800 (PST) Message-ID: <6aa4d09a05040207464183d3dd@mail.gmail.com> Date: Sat, 2 Apr 2005 10:46:28 -0500 From: Bill Blum To: gnome@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Bug Report: Firefox Fails to Build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bill Blum List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 15:46:29 -0000 Hi there-- I was trying to build firefox today, and the build failed. Hardware is a Pentium II-333, 384 MB RAM, running 5-STABLE. --- Please include the following information with any bug report: * Output from 'uname -a'. bill@raster[~]> uname -a FreeBSD raster.basement.local 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Wed Mar 30 08:01:35 EST 2005 bill@raster.basement.local:/usr/obj/usr/src/sys/GENERIC i386 * Date/time stamp from www/firefox/Makefile. bill@raster[/usr/ports/www/firefox]> cat Makefile | grep 2005 # $FreeBSD: ports/www/firefox/Makefile,v 1.119 2005/03/25 05:55:27 marcus Exp $ * Where/when did the problem occur: configuring, building, or running firefox During a make install. * How can you reproduce the problem? (script follows) raster# pwd /usr/ports/www/firefox raster# make install clean ===> Vulnerability check disabled, database not found ===> Found saved configuration for firefox-1.0.2,1 ===> Extracting for firefox-1.0.2,1 => Checksum OK for firefox-1.0.2-source.tar.bz2. ===> firefox-1.0.2,1 depends on file: /usr/local/bin/perl5.8.5 - found Extracting source (this takes a while) ... ===> Patching for firefox-1.0.2,1 ===> firefox-1.0.2,1 depends on file: /usr/local/bin/perl5.8.5 - found ===> Applying FreeBSD patches for firefox-1.0.2,1 [.... time passes ] nsFontMetricsPS.cpp: In member function `nsresult nsFontPSFreeType::Init(nsITrue TypeFontCatalogEntry*, nsPSFontGenerator*)': nsFontMetricsPS.cpp:1144: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' nsFontMetricsPS.cpp:1145: error: 'struct FTC_ImageTypeRec_' has no member named 'width' nsFontMetricsPS.cpp:1146: error: 'struct FTC_ImageTypeRec_' has no member named 'height' nsFontMetricsPS.cpp: In member function `FT_FaceRec_* nsFontPSFreeType::getFTFac e()': nsFontMetricsPS.cpp:1231: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' nsFontMetricsPS.cpp: In member function `virtual void nsFT2Type8Generator::Gener atePSFont(FILE*)': nsFontMetricsPS.cpp:1625: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' nsFontMetricsPS.cpp:1627: error: 'struct FTC_ImageTypeRec_' has no member named 'width' nsFontMetricsPS.cpp:1628: error: 'struct FTC_ImageTypeRec_' has no member named 'height' nsFontMetricsPS.cpp:1633: error: 'struct FTC_ImageTypeRec_' has no member named 'face_id' gmake[4]: *** [nsFontMetricsPS.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx/src/ps' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/gfx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. -- end of pasted script-- -- Bill Blum Bill.Blum@gmail.com Springfield, Ohio