From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 21:10:06 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 647AE16A420 for ; Thu, 1 Dec 2005 21:10:06 +0000 (GMT) (envelope-from henninb@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19AF43D69 for ; Thu, 1 Dec 2005 21:09:39 +0000 (GMT) (envelope-from henninb@gmail.com) Received: by xproxy.gmail.com with SMTP id s6so22149wxc for ; Thu, 01 Dec 2005 13:09:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tM+MKrd74tKn7SCSJnIv2MTZ3Ql3mx/RXCDP5ahuDaIoxI8j7crKLePLFvsmqwKDyp2rbnNO83ErbRHgFMLvUwdb2I4AQKQ5Xhu7Y3pWsoY1o5VTG0ow9jEKdQqbkj6ipqCEWDbqQ6mbidBbTOnI1rUr9jZ03NDlErQCHSXLW7g= Received: by 10.65.116.15 with SMTP id t15mr1135366qbm; Thu, 01 Dec 2005 13:09:38 -0800 (PST) Received: by 10.65.116.2 with HTTP; Thu, 1 Dec 2005 13:09:38 -0800 (PST) Message-ID: <47f8d9310512011309m27daaf48g4333d7bbb02e873c@mail.gmail.com> Date: Thu, 1 Dec 2005 15:09:38 -0600 From: Brian Henning To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Firefox build error in 5.X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 21:10:06 -0000 Greetings, I am trying to build firefox 1.5 on 5.4-STABLE FreeBSD, but I get the following compile time issue. I looked on the web and thought that updating the nspr port would fix the ussue, but it didn't. Could someone tell give me a clue as to what I can do to get firefox to compile? Please email me directly as I do not receive list email. Thanks, Brian -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h nsNSSComponent.cpp nsNSSComponent.cpp: In member function `virtual nsresult nsNSSComponent::LaunchSmartCardThread(SECMODModule*)': nsNSSComponent.cpp:585: error: `SECMOD_HasRemovableSlots' undeclared (first use this function) nsNSSComponent.cpp:585: error: (Each undeclared identifier is reported only once for each function it appears in.) gmake[4]: *** [nsNSSComponent.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/security/manager/ssl/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/security/manager/ssl' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/security/manager' gmake[1]: *** [tier_50] 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.