Re: mozilla-devel port on current

2002-12-07 Thread Vallo Kallaste
On Fri, Dec 06, 2002 at 10:26:24PM -0500, Alexander Kabaev [EMAIL PROTECTED] wrote: On Fri, 6 Dec 2002 23:26:52 +0200 Vallo Kallaste [EMAIL PROTECTED] wrote: I've built it yesterday together with a lots of other stuff. Using other -march values than i686 is unofficially claimed to be

Re: mozilla-devel port on current

2002-12-07 Thread Kris Kennaway
On Sat, Dec 07, 2002 at 07:24:02PM +0200, Vallo Kallaste wrote: On Fri, Dec 06, 2002 at 10:26:24PM -0500, Alexander Kabaev [EMAIL PROTECTED] wrote: On Fri, 6 Dec 2002 23:26:52 +0200 Vallo Kallaste [EMAIL PROTECTED] wrote: I've built it yesterday together with a lots of other stuff.

Re: mozilla-devel port on current

2002-12-06 Thread Marc Recht
mozilla-devel port fails to build on current. I would imagine this is already known, but I haven't seen any posts on the mailing list. ign -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED I'd bet that -march=pentium4 is your problem. Try with -march=pentiumpro (the default).

Re: mozilla-devel port on current

2002-12-06 Thread Nate Lawson
On Fri, 6 Dec 2002, Marc Recht wrote: mozilla-devel port fails to build on current. I would imagine this is already known, but I haven't seen any posts on the mailing list. ign -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED I'd bet that -march=pentium4 is your problem.

Re: mozilla-devel port on current

2002-12-06 Thread Vallo Kallaste
On Fri, Dec 06, 2002 at 10:19:23AM -0800, James Satterfield [EMAIL PROTECTED] wrote: mozilla-devel port fails to build on current. I would imagine this is already known, but I haven't seen any posts on the mailing list. I've built it yesterday together with a lots of other stuff. Using other

Re: mozilla-devel port on current

2002-12-06 Thread Kris Kennaway
On Fri, Dec 06, 2002 at 07:29:55PM +0100, Marc Recht wrote: mozilla-devel port fails to build on current. I would imagine this is already known, but I haven't seen any posts on the mailing list. ign -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED I'd bet that

Re: mozilla-devel port on current

2002-12-06 Thread Marc Recht
-march=pentiumpro is not the default, -mcpu=pentiumpro is. Anyway, I Nope, -march=pentiumpro is added, if the CPUTYPE is i686 (the default). At least if I had read examples/etc/make.conf and bsd.cpu.mk correctly. doubt this is the cause of the problem. It's more likely to be a stale

Re: mozilla-devel port on current

2002-12-06 Thread Kris Kennaway
On Sat, Dec 07, 2002 at 12:09:04AM +0100, Marc Recht wrote: -march=pentiumpro is not the default, -mcpu=pentiumpro is. Anyway, I Nope, -march=pentiumpro is added, if the CPUTYPE is i686 (the default). At least if I had read examples/etc/make.conf and bsd.cpu.mk correctly. The CPUTYPE is not

Re: mozilla-devel port on current

2002-12-06 Thread James Satterfield
Marc Recht wrote: -march=pentiumpro is not the default, -mcpu=pentiumpro is. Anyway, I Nope, -march=pentiumpro is added, if the CPUTYPE is i686 (the default). At least if I had read examples/etc/make.conf and bsd.cpu.mk correctly. doubt this is the cause of the problem. It's more likely to

Re: mozilla-devel port on current

2002-12-06 Thread Marc Recht
The CPUTYPE is not i686 by default. Stupid me... Of course, you're right. Marc Premature optimization is the root of all evil. -- Donald E. Knuth To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: mozilla-devel port on current

2002-12-06 Thread Marc Recht
There is no default CPUTYPE. If there is no CPUTYPE, and you are on i386, -mcpu=pentiumpro gets added (top of bsd.cpu.mk). Oops! Yes, you're right. I think I got confused by the #CPUTYPE?=i686 in the example make.conf. Marc Premature optimization is the root of all evil. -- Donald E. Knuth To

Re: mozilla-devel port on current

2002-12-06 Thread Dan Nelson
In the last episode (Dec 07), Marc Recht said: -march=pentiumpro is not the default, -mcpu=pentiumpro is. Anyway, I Nope, -march=pentiumpro is added, if the CPUTYPE is i686 (the default). At least if I had read examples/etc/make.conf and bsd.cpu.mk correctly. There is no default CPUTYPE. If

Re: mozilla-devel port on current

2002-12-06 Thread Alexander Kabaev
On Fri, 6 Dec 2002 23:26:52 +0200 Vallo Kallaste [EMAIL PROTECTED] wrote: I've built it yesterday together with a lots of other stuff. Using other -march values than i686 is unofficially claimed to be unsupported (kan@freebsd). As others I'll bet the -march=p4 is causing problems, i686 works