Re: firebox build fails post clang-3.4 merge

2014-03-06 Thread Thomas Mueller
Does this mean the bug is fixed in 11-current? Yes, the bug is fixed in 11-CURRENT, as of Subversion revision r262809. MFC? Is that to 10-STABLE? Your message is less than clear. In FreeBSD, fixes are first applied to head (a.k.a -CURRENT), then after a

Re: firebox build fails post clang-3.4 merge

2014-03-05 Thread Dimitry Andric
On 01 Mar 2014, at 00:40, Don Lewis truck...@freebsd.org wrote: On 28 Feb, Dimitry Andric wrote: ... Indeed, this is clang bug with stdcall calling conventions. See the upstream bug http://llvm.org/PR19007 (thanks to Benjamin Kramer for reducing this). I have followed up on the bug with a

Re: firebox build fails post clang-3.4 merge

2014-03-05 Thread Thomas Mueller
Thanks for the fast work! The patched solve the problem for me and I was able to install and run firefox on 11.0-CURRENT i386. I have imported the upstream fix for this bug in r262809, and I will MFC it after one week. Happy Firefoxing. :-) -Dimitry Does this mean the bug is fixed in

Re: firebox build fails post clang-3.4 merge

2014-03-05 Thread Dimitry Andric
On 06 Mar 2014, at 01:08, Thomas Mueller mueller6...@bellsouth.net wrote: Thanks for the fast work! The patched solve the problem for me and I was able to install and run firefox on 11.0-CURRENT i386. I have imported the upstream fix for this bug in r262809, and I will MFC it after one

Re: firebox build fails post clang-3.4 merge

2014-02-28 Thread David Chisnall
On 28 Feb 2014, at 01:51, Michael Butler i...@protected-networks.net wrote: I guess what I'm trying to get at is that I am used to a compiler which takes one of two actions, irrespective of the complexities of the source language or target architecture .. 1) the compiler has no definitive

Re: firebox build fails post clang-3.4 merge

2014-02-28 Thread Dimitry Andric
On 27 Feb 2014, at 01:57, Don Lewis truck...@freebsd.org wrote: On 26 Feb, Michael Butler wrote: On 02/18/14 12:10, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. An update .. Recompiling with GCC48 on

Re: firebox build fails post clang-3.4 merge

2014-02-28 Thread Don Lewis
On 28 Feb, Dimitry Andric wrote: On 27 Feb 2014, at 01:57, Don Lewis truck...@freebsd.org wrote: On 26 Feb, Michael Butler wrote: On 02/18/14 12:10, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. An update ..

Re: firebox build fails post clang-3.4 merge

2014-02-28 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/28/14 12:05, Dimitry Andric wrote: Indeed, this is clang bug with stdcall calling conventions. See the upstream bug http://llvm.org/PR19007 (thanks to Benjamin Kramer for reducing this). I have followed up on the bug with a workaround,

Re: firebox build fails post clang-3.4 merge

2014-02-27 Thread Garrett Wollman
In article 530ea5cd.2070...@protected-networks.net, i...@protected-networks.net writes: sigh .. way back in the late 70's or maybe early 80's when I was actually doing some work on compilers, we had a saying: produce correct code even if it's not optimal or exit and tell the user why. Producing

Re: firebox build fails post clang-3.4 merge

2014-02-27 Thread David Chisnall
On 27 Feb 2014, at 02:41, Michael Butler i...@protected-networks.net wrote: sigh .. way back in the late 70's or maybe early 80's when I was actually doing some work on compilers, we had a saying: produce correct code even if it's not optimal or exit and tell the user why. In the late '70s,

Re: firebox build fails post clang-3.4 merge

2014-02-27 Thread Michael Butler
On 02/27/14 12:24, David Chisnall wrote: On 27 Feb 2014, at 02:41, Michael Butler i...@protected-networks.net wrote: sigh .. way back in the late 70's or maybe early 80's when I was actually doing some work on compilers, we had a saying: produce correct code even if it's not optimal or exit

Re: firebox build fails post clang-3.4 merge

2014-02-27 Thread Don Lewis
On 26 Feb, Benjamin Kaduk wrote: On Wed, 26 Feb 2014, Don Lewis wrote: On 26 Feb, Michael Butler wrote: On 02/18/14 12:10, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. An update .. Recompiling with GCC48

Re: firebox build fails post clang-3.4 merge

2014-02-26 Thread Michael Butler
On 02/18/14 12:10, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. An update .. Recompiling with GCC48 on -current yields the same result. Seems to run correctly when invoked from the command-line but seg-faults

Re: firebox build fails post clang-3.4 merge

2014-02-26 Thread Don Lewis
On 26 Feb, Michael Butler wrote: On 02/18/14 12:10, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. An update .. Recompiling with GCC48 on -current yields the same result. Seems to run correctly when invoked

Re: firebox build fails post clang-3.4 merge

2014-02-26 Thread Benjamin Kaduk
On Wed, 26 Feb 2014, Don Lewis wrote: On 26 Feb, Michael Butler wrote: On 02/18/14 12:10, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. An update .. Recompiling with GCC48 on -current yields the same result.

Re: firebox build fails post clang-3.4 merge

2014-02-26 Thread Michael Butler
On 02/26/14 19:57, Don Lewis wrote: On 26 Feb, Michael Butler wrote: On 02/18/14 12:10, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. An update .. Recompiling with GCC48 on -current yields the same result.

firebox build fails post clang-3.4 merge

2014-02-18 Thread Michael Butler
Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. === firefox-27.0.1,1 depends on shared library: startup-notification-1.0 - found === firefox-27.0.1,1 depends on shared library: pulse.0 - found gmake[3]: Entering directory

Re: firebox build fails post clang-3.4 merge

2014-02-18 Thread Steve Kargl
On Tue, Feb 18, 2014 at 12:10:25PM -0500, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. Yes. Exact same error. Executing

Re: firebox build fails post clang-3.4 merge

2014-02-18 Thread O. Hartmann
On Tue, 18 Feb 2014 09:28:16 -0800 Steve Kargl s...@troutmask.apl.washington.edu wrote: On Tue, Feb 18, 2014 at 12:10:25PM -0500, Michael Butler wrote: Is anyone else seeing firefox failing to install after the clang-3.4 merge? As in xpcshell dumping core .. Yes. Exact same error.