From owner-freebsd-stable Sun Dec 17 15:27:15 2000 From owner-freebsd-stable@FreeBSD.ORG Sun Dec 17 15:27:13 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id 9DA9A37B400; Sun, 17 Dec 2000 15:27:11 -0800 (PST) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id BAA12421; Mon, 18 Dec 2000 01:11:53 +0200 To: Max Khon Subject: Re: mozilla and 4.2-RELEASE Message-ID: <977094712.3a3d4838e58f2@webmail.harmonic.co.il> Date: Mon, 18 Dec 2000 01:11:52 +0200 (IST) From: Roman Shterenzon Cc: obrien@freebsd.org, freebsd-stable@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Max Khon : > hi, there! > > On Sat, 16 Dec 2000, Roman Shterenzon wrote: > > > Yesterday I installed vanilla 4.2 (the second revision of iso image) > on a new > > computer, and then, after updating the ports tree I did: > > cd /usr/ports/www/mozilla; make install > > several hours later it finished and installed the mozilla package. > > Running it produces a segmentation fault, running mozilla-bin even > creates > > a core file. > > [snip] > > > Should I try the patch obrien posted? > > definitely yes > please report the results > thanks, > I tried the following, applied the patch (it applied cleanly), checked that it really applied (yes it did). did: cd /usr/src/gnu/usr.bin/cc ; make all && make install && make clean cd /usr/ports/www/mozilla pkg_delete mozilla-M18 ; rm -rf /usr/X11R6/lib/mozilla (it wasn't there) make install several hours later it produced the binary which dumped core on startup (again). for the sake of it, I took a package I made on my 4.1-STABLE some time ago, and did pkg_add -f mozilla-M18.tgz (it had older dependencies, so I needed -f). And, it DOES work. (All needed libs were installed from ports, e.g. ORBit, gtk,glib). Perhaps I needed buildworld after I applied the patch, and make all in cc directory wasn't enough? If it was enough, then I don't have any idea which change make mozilla break. Whatever broke mozilla didn't break ORBit and friends.. Weird. Probably something C++ related. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message