Date: Mon, 18 Dec 2000 01:11:52 +0200 (IST) From: Roman Shterenzon <roman@harmonic.co.il> To: Max Khon <fjoe@iclub.nsu.ru> Cc: obrien@freebsd.org, freebsd-stable@freebsd.org Subject: Re: mozilla and 4.2-RELEASE Message-ID: <977094712.3a3d4838e58f2@webmail.harmonic.co.il> In-Reply-To: <Pine.BSF.4.21.0012171709290.77069-100000@iclub.nsu.ru> References: <Pine.BSF.4.21.0012171709290.77069-100000@iclub.nsu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Max Khon <fjoe@iclub.nsu.ru>: > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?977094712.3a3d4838e58f2>