Bug#528485: qt4-x11 - FTBFS: webkit linking fails

2009-05-14 Thread Fathi Boudra (Debian)
Hi, By default, debug info are disabled for QtWebkit. It's an upstream choice. I enabled debug info using 18_enable_qt3support_qtwebkit_debug_info.diff patch to provide debug package for QtWebkit. This patch triggered the build failure on s390. The linker runs out of memory which is the reason

Bug#528485: qt4-x11 - FTBFS: webkit linking fails

2009-05-13 Thread Bastian Blank
Package: qt4-x11 Version: 4.5.1-2 Severity: serious There was an error while trying to autobuild your package: Automatic build of qt4-x11_4.5.1-2 on lxdebian.bfinv.de by sbuild/s390 98 [...] g++ -Wl,--as-needed

Bug#528485: qt4-x11 - FTBFS: webkit linking fails

2009-05-13 Thread Bastian Blank
On s390, the input in form of object files have about 1.3GiB of size: | $ du -s .obj | 1326696 .obj ld reads all of them into the memory, even if it is going to throw away most of them. Bastian -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of

Bug#528485: qt4-x11 - FTBFS: webkit linking fails

2009-05-13 Thread Bastian Blank
s390 uses dwarf2 as default debugging type. This needs much more place then the default on most arches (stabs). Building webkit with -gstabs makes it buildable. Bastian -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact