From owner-freebsd-ports@FreeBSD.ORG Sun Jul 25 20:32:10 2004 Return-Path: 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 F23FE16A4CE for ; Sun, 25 Jul 2004 20:32:09 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4745D43D45 for ; Sun, 25 Jul 2004 20:32:09 +0000 (GMT) (envelope-from ckjmaner@carolina.rr.com) Received: from Athena (cpe-069-134-016-153.carolina.rr.com [69.134.16.153]) i6PKW2Ns020994; Sun, 25 Jul 2004 16:32:06 -0400 (EDT) Message-Id: <200407252032.i6PKW2Ns020994@ms-smtp-02-eri0.southeast.rr.com> From: "Charles and Kimberly Maner" To: "'Joe Marcus Clarke'" Date: Sun, 25 Jul 2004 16:31:09 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <410128E0.2090007@xwave.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcRyaGoD/pAEvgXyT4aSpIUV3IuWtAAANn+Q X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: ports@freebsd.org Subject: RE: FreeBSD Port: mozilla-1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 20:32:10 -0000 Hi Joe. I've attempted to upgrade from Mozilla 1.6 to 1.7 and am running into problems. I, too, am running 4.10-RELEASE. Here's the situation: Mozilla 1.6 compiled and ran, presumably fine w/o hiccups. I make deinstalled it and attempted to make install Mozilla 1.7. It compiles and installs, (again presumably), without error. However, when running it as root, it generates a segmentation fault and a resulting core dump. As a general, non-root user, it generates the common "Error: No running window found." error but nothing else happens--no Mozilla window, nothing, as though suspended animation. Here's a (potential) kicker, Firebird 0.9 make installed and runs just fine, no problems at all. Yes, I realize it's only a fraction of Mozilla, but I believe it contains most of the browser engine of Mozilla. Anyway, any thoughts/help? BTW, I followed the advice below in the post below and no avail--still core dumping for root and no window returned at all for non-root clients. (FYI, it was compiled w/virtually no options checked including optimization flags and still nothing.) Thanks, Charles -----Original Message----- From: Dwayne MacKinnon [mailto:Dwayne.MacKinnon@xwave.com] Sent: Friday, July 23, 2004 11:04 AM To: Joe Marcus Clarke Cc: FreeBSD GNOME Users; ports@freebsd.org Subject: Re: FreeBSD Port: mozilla-1.7 Joe Marcus Clarke wrote: > What version of FreeBSD is this? This symbol should exist in the > /usr/lib/libgssapi.so library (provided you're running a recent 5.X). > However, if you've chosen not to build Kerberos when you do your > buildworlds, you may want to remove: > > --with-gssapi=/usr > > And add > > --without-gssapi > > To www/mozilla/Makefile, rebuild, and see if that helps. > > Joe Joe, Firstly, apologies for the n00b type mistake. I'm running FreeBSD 4.10-RELEASE. Secondly, I did a recompile with --without-gssapi, and the problem vanished. It appears that the --with-gssapi option doesn't agree with 4.10-RELEASE. Thanks for your help. Greatly appreciated. Cheers, DMK