Bug#644163: libv8: FTBFS on armel: 12 tests failed

2011-10-20 Thread Timo Juhani Lindfors
Hi, I minimized the regress-1122 test failure to $ shell -e 'function x1() { n = 16; return (n / 2); } print(x1()); print(x1());' 8 16 As suggested on #v8 I rebuilt using objectprint=on disassembler=on and saved the generated code: $ shell --print-code -e 'function x1() { n = 16; return (n /

Bug#644163: [SOLVED] Bug#644163: libv8: FTBFS on armel: 12 tests failed

2011-10-20 Thread Timo Juhani Lindfors
Hi, here's a fix that works for me: Author: Vyacheslav Egorov Origin: https://raw.github.com/gist/1302061/371cebbda9e2bf0790728f3b5f47d38b74a26368/CountLeadingZeros.patch Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644163 Index: src/arm/macro-assembler-arm.cc

Bug#644163: [SOLVED] Bug#644163: libv8: FTBFS on armel: 12 tests failed

2011-10-20 Thread Jérémy Lal
very nice of you, will upload fixed version asap. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#644163: libv8: FTBFS on armel: 12 tests failed

2011-10-18 Thread Hector Oron
Hello, On Mon, Oct 03, 2011 at 04:03:37PM +0200, Jérémy Lal wrote: On 03/10/2011 15:48, Julian Andres Klode wrote: Version: 3.4.14.21-3 libv8 currently fails to build from source on armel due to failing tests. Hi, i'm well aware of the situation. It has improved a bit : armel

Bug#644163: libv8: FTBFS on armel: 12 tests failed

2011-10-18 Thread Jérémy Lal
On 18/10/2011 11:20, Hector Oron wrote: Hello, On Mon, Oct 03, 2011 at 04:03:37PM +0200, Jérémy Lal wrote: On 03/10/2011 15:48, Julian Andres Klode wrote: Version: 3.4.14.21-3 libv8 currently fails to build from source on armel due to failing tests. Hi, i'm well aware of the situation.

Bug#644163: libv8: FTBFS on armel: 12 tests failed

2011-10-03 Thread Julian Andres Klode
Package: libv8 Version: 3.4.14.21-3 Severity: important libv8 currently fails to build from source on armel due to failing tests. The complete build log can be found at https://buildd.debian.org/status/fetch.php?pkg=libv8arch=armelver=3.4.14.21-3stamp=1317252599 It would be great if that

Bug#644163: libv8: FTBFS on armel: 12 tests failed

2011-10-03 Thread Jérémy Lal
On 03/10/2011 15:48, Julian Andres Klode wrote: Version: 3.4.14.21-3 libv8 currently fails to build from source on armel due to failing tests. Hi, i'm well aware of the situation. It has improved a bit : armel 3.4.14.21-3 actually /run/ tests. I have no clue yet as why those tests fail.