Bug#558980: access to hppa machine to work on Bug#558980

2009-12-14 Thread Grant Grundler
On Mon, Dec 14, 2009 at 07:46:52AM -0500, Stephen Leake wrote: ... Ludovic also suggested removing '-fstack-check' from the list of compiler options. I did that, rebuilt the static and dynamic libraries, and the bug went away; the test code works with both static and dynamic libraries. Dave,

Bug#509555: icon ftbfs on hppa

2008-12-25 Thread Grant Grundler
On Tue, Dec 23, 2008 at 10:07:12AM +0100, Matthias Klose wrote: Package: icon Version: 9.4.3-2 Severity: serious according to http://buildd.debian.org/fetch.cgi?pkg=iconver=9.4.3-2arch=hppastamp=1226637845file=log icon ftbfs on hppa, but nevertheless can be found in the archive.

Bug#460346: ffmpeg-free: FTBFS on hppa: gcc ICEs

2008-01-12 Thread Grant Grundler
On Sat, Jan 12, 2008 at 11:03:07AM +0100, Reinhard Tartler wrote: Package: ffmpeg-free flacenc.c:773: warning: 'weight' may be used uninitialized in this function flacenc.c:773: note: 'weight' was declared here flacenc.c:1120: internal compiler error: in delete_output_reload, at

Bug#433768: FTBFS[hppa]: QMAKESPEC has not been set, so configuration cannot be deduced.

2007-07-20 Thread Grant Grundler
On Fri, Jul 20, 2007 at 07:49:22AM -0500, Steve M. Robbins wrote: ... cd src qmake-qt4 QMAKESPEC has not been set, so configuration cannot be deduced. Error processing project file: /build/buildd/ipe-6.0pre28/src/main.pro #v- So what's special about hppa? All the other architectures

Bug#389294: [Fwd: Bug#389294: lcdproc_0.5.0-1(hppa/unstable): FTBFS: bad compiler opts?]

2006-10-15 Thread Grant Grundler
On Tue, Oct 03, 2006 at 03:07:31PM +0200, Jos? Luis Tall?n wrote: Hi, Guys. I don't have the resources needed (access to any HPPA machine), nor the knowledge (I suspect) to fix this. Could anybody take a look and suggest a fix? It does work in all other arches, and I don't know why

Bug#341675: qt-x11-free build fails

2006-01-07 Thread Grant Grundler
On Sat, Jan 07, 2006 at 01:05:11AM -0800, Steve Langasek wrote: Grant, thank you for your work to date on this bug. (BTW, it would be helpful if you would follow up to bug #342545 on libgcc2, instead of bug #341675 which is filed against just one of the many packages affected by it). Steve,

Bug#341675: qt-x11-free build fails

2006-01-02 Thread Grant Grundler
On Sun, Dec 18, 2005 at 06:56:34PM +0100, Aurelien Jarno wrote: ... It would be nice if somebody fluent with hppa assembly can tell us if fldw -10(,sp),fr23 is a valid instruction or not. Aurelien, gdb may not be decoding the instruction correctly. Shouldn't the target of word load

Bug#341675: qt-x11-free build fails

2005-12-28 Thread Grant Grundler
On Wed, Dec 28, 2005 at 02:04:44AM -0500, Steve M. Robbins wrote: Rather than debugging this by remote control, you might find it easier to simply run uic yourself. Obtain the sources for cppunit (e.g. by apt-get source cppunit) then do: cd src/qttestrunner /usr/share/qt3/bin/uic

Bug#341675: qt-x11-free build fails

2005-12-24 Thread Grant Grundler
On Sun, Dec 18, 2005 at 06:56:34PM +0100, Aurelien Jarno wrote: ... and now the problem is a SIGILL that occurs a few instructions later when calling __umoddi3 from libgcc_s.so.2. ... It would be nice if somebody fluent with hppa assembly can tell us if fldw -10(,sp),fr23 is a

Bug#333766: libc6: SIGBUS in libm on hppa breaks qt-x11-free

2005-10-14 Thread Grant Grundler
On Fri, Oct 14, 2005 at 12:02:04AM -0400, Daniel Jacobowitz wrote: ... Just to clarify: if you fix the inline asm in glibc, then you don't need to recompile any of the currently broken libraries or applications. We don't need to fix the inline asm - the kernel is required to handle the

Bug#333766: libc6: SIGBUS in libm on hppa breaks qt-x11-free

2005-10-13 Thread Grant Grundler
On Thu, Oct 13, 2005 at 08:54:30PM -0400, Daniel Jacobowitz wrote: drow is right, as usual. our fenv_t needs to be defined with __attribute__((aligned(8))) or similar. I'd recommend fixing the asm instead: that's an ABI change and would require heinous rebuilds. Sorry - I'm not

Bug#333766: libc6: SIGBUS in libm on hppa breaks qt-x11-free

2005-10-13 Thread Grant Grundler
On Fri, Oct 14, 2005 at 06:17:46AM +0200, Aurelien Jarno wrote: I have attached a patch that changes the alignment of the f_env type. I have tested it separately from the glibc, it works. Yes, your patch looks right. Please also add the following comment in front of the fenv_t declaration. It