Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-16 Thread Riku Voipio
found 474281 2.0.0.13-1 clone 474281 -1 reassign -1 xulrunner found -1 1.8.1.13-1 thanks xulrunner is now blocking packages such as totem getting built on armel, so this is getting quite important for us. On Tue, Apr 15, 2008 at 01:01:47PM +0300, Riku Voipio wrote: On Tue, Apr 15, 2008 at

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-16 Thread Mike Hommey
merge 476303 476471 thanks On Wed, Apr 16, 2008 at 11:55:41PM +0300, Riku Voipio wrote: found 474281 2.0.0.13-1 clone 474281 -1 reassign -1 xulrunner found -1 1.8.1.13-1 thanks xulrunner is now blocking packages such as totem getting built on armel, so this is getting quite important for

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-16 Thread Riku Voipio
On Wed, Apr 16, 2008 at 11:06:46PM +0200, Mike Hommey wrote: I already cloned it. Oops. I guess I'm getting too tired for tonight since I didn't spot the bug in xulrunner buglist :( Anyways, there will be a security update soon, so I'll fix that then. Great, thanks! -- rm -rf only sounds

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-15 Thread Riku Voipio
On Tue, Apr 15, 2008 at 01:00:40PM +0300, Riku Voipio wrote: This needs to be applied to all packages of mozilla origin and auto(re)confed. Actually add the patch.. -- rm -rf only sounds scary if you don't have backups --- configure.in2008-04-15 12:56:35.0 +0300 +++

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-15 Thread Riku Voipio
tags 474281 + patch thanks Well, if the error happens at linking stage, changing AC_TRY_COMPILE to AC_TRY_LINK will catch it, and configure will not bother using -short-wchar anymore. This needs to be applied to all packages of mozilla origin and auto(re)confed. -- rm -rf only sounds scary if

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-09 Thread Mike Hommey
On Wed, Apr 09, 2008 at 01:35:06AM +0300, Riku Voipio wrote: Not really, gcc has just become more strict. on arm EABI, wchar_t is unsigned int, while -fshort-wchar enforces short unsigned int. One is creating code that is incompatible with platform ABI, which the linker refuses to mix. Is

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-09 Thread Riku Voipio
On Wed, Apr 09, 2008 at 08:29:17AM +0200, Mike Hommey wrote: On Wed, Apr 09, 2008 at 01:35:06AM +0300, Riku Voipio wrote: on arm EABI, wchar_t is unsigned int, while -fshort-wchar enforces short unsigned int. One is creating code that is incompatible with platform ABI, which the linker

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-08 Thread Riku Voipio
This bug also affect xulrunner build on unstable with gcc-4.3 now as default: http://buildd.debian.org/fetch.cgi?pkg=xulrunner;ver=1.8.1.13-1;arch=armel;stamp=1207348728 -snip- configure:10281: checking for iconv in -lc configure:10303: c++ -o conftest -fshort-wchar -pthread -Wl,--as-needed

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-05 Thread Mike Hommey
On Sat, Apr 05, 2008 at 12:13:45AM +0300, Riku Voipio wrote: On Fri, Apr 04, 2008 at 07:22:07PM +0100, Jon Dowland wrote: configure:17706: c++ -o conftest -fno-strict-aliasing -fshort-wchar -pthread -pipe -lpthread -Wl,--as-needed conftest.C -ldl -lm 15 /usr/bin/ld: ERROR:

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-04 Thread Jon Dowland
config.log attached. ii g++ 4:4.3.0-3 The GNU ii g++-4.3 4.3.0-2The GNU ii gcc 4:4.3.0-3 The GNU C ii gcc-4.2-base4.2.3-3

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-04 Thread Jon Dowland
On Fri, Apr 04, 2008 at 09:31:27PM +0200, Mike Hommey wrote: On Fri, Apr 04, 2008 at 07:22:07PM +0100, Jon Dowland wrote: configure:17706: c++ -o conftest -fno-strict-aliasing -fshort-wchar -pthread -pipe -lpthread -Wl,--as-needed conftest.C -ldl -lm 15 /usr/bin/ld: ERROR:

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-04 Thread Mike Hommey
On Fri, Apr 04, 2008 at 07:22:07PM +0100, Jon Dowland wrote: configure:17706: c++ -o conftest -fno-strict-aliasing -fshort-wchar -pthread -pipe -lpthread -Wl,--as-needed conftest.C -ldl -lm 15 /usr/bin/ld: ERROR: /tmp/ccef8aU1.o: Conflicting definitions of wchar_t WTF?!? There's not even

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-04 Thread Mike Hommey
On Fri, Apr 04, 2008 at 08:50:31PM +0100, Jon Dowland wrote: On Fri, Apr 04, 2008 at 09:31:27PM +0200, Mike Hommey wrote: On Fri, Apr 04, 2008 at 07:22:07PM +0100, Jon Dowland wrote: configure:17706: c++ -o conftest -fno-strict-aliasing -fshort-wchar -pthread -pipe -lpthread

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-04 Thread Mike Hommey
On Fri, Apr 04, 2008 at 10:08:28PM +0200, Mike Hommey wrote: On Fri, Apr 04, 2008 at 08:50:31PM +0100, Jon Dowland wrote: On Fri, Apr 04, 2008 at 09:31:27PM +0200, Mike Hommey wrote: On Fri, Apr 04, 2008 at 07:22:07PM +0100, Jon Dowland wrote: configure:17706: c++ -o conftest

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-04 Thread Riku Voipio
On Fri, Apr 04, 2008 at 07:22:07PM +0100, Jon Dowland wrote: configure:17706: c++ -o conftest -fno-strict-aliasing -fshort-wchar -pthread -pipe -lpthread -Wl,--as-needed conftest.C -ldl -lm 15 /usr/bin/ld: ERROR: /tmp/ccef8aU1.o: Conflicting definitions of wchar_t Notice the error happens