Re: Bug#727009: FTBFS on kfreebsd-i386: FAIL: test-pangocairo-threads

2013-11-06 Thread Emilio Pozuelo Monfort
On 29/10/13 00:46, Emilio Pozuelo Monfort wrote: > On 28/10/13 23:49, Steven Chamberlain wrote: >> On 28/10/13 14:33, Emilio Pozuelo Monfort wrote: >>> The test is trying to create 100 threads, but pthread_create returns EAGAIN >>> because it hits some limit, which makes g_thread_new() abort (as st

Re: Qt5 switching qreal from float to double on arm*

2013-11-06 Thread Pino Toscano
In data sabato 2 novembre 2013 15:29:05, Lisandro Damián Nicanor Pérez Meyer ha scritto: > Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not > from beta1 currently in experimental) Qt5 will switch qreal from > float to double on arm*. Did upstream bump the SONAME of QtCore5 an

Re: Bug#727009: FTBFS on kfreebsd-i386: FAIL: test-pangocairo-threads

2013-11-06 Thread Steven Chamberlain
Hi, On 06/11/13 09:09, Emilio Pozuelo Monfort wrote: > Any news here? This is blocking pango's migration and the harfbuzz transition. I found this is caused by 'make' raising RLIMIT_STACK from the default setting of 8192k to its maximum, 65536k. It is reproducible from the shell by setting "ulim

Please give back minieigen on kfreebsd-amd64

2013-11-06 Thread Steven Chamberlain
Hi, Please give back minieigen for build on kfreebsd-amd64. I could not reproduce the problem (gcc-4.8 ICE) here in a sid chroot. https://buildd.debian.org/status/fetch.php?pkg=minieigen&arch=kfreebsd-amd64&ver=0.3%7Edfsg%7Ebzr32-1%2Bb1&stamp=1383158893 Thanks! Regards, -- Steven Chamberlain s

freebsd-libs transition

2013-11-06 Thread Robert Millan
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition There are a couple of ABI changes coming to freebsd-libs. They're in soon-to-be-released 10.x branch, so it may yet take a while until we get them through upstream release upgrade. Howev

Re: Bug#727009: FTBFS on kfreebsd-i386: FAIL: test-pangocairo-threads

2013-11-06 Thread Emilio Pozuelo Monfort
Hi, On 06/11/13 21:57, Steven Chamberlain wrote: > I found this is caused by 'make' raising RLIMIT_STACK from the default > setting of 8192k to its maximum, 65536k. It is reproducible from the > shell by setting "ulimit -s 65536" before running the test program directly. Thanks for the analysis!

Re: Bug#727009: FTBFS on kfreebsd-i386: FAIL: test-pangocairo-threads

2013-11-06 Thread Petr Salinger
I found this is caused by 'make' raising RLIMIT_STACK from the default setting of 8192k to its maximum, 65536k. It is reproducible from the shell by setting "ulimit -s 65536" before running the test program directly. Thanks for the analysis! I don't know if this is an eglibc bug or expected b