Bug#763054: pcre3: FTBFS on hurd because of stack size problem

2014-09-27 Thread Ólafur Jens Sigurðsson
Source: pcre3 Severity: serious Tags: patch Justification: fails to build from source Dear Maintainer, The package fails to build on hurd because the pthread stack size in only 2024 kb instead of the 8192 kb that linux has. Would it be a good idea to use the heap instead of the stack to fix this

Bug#706758: same as 680626

2013-05-05 Thread Ólafur Jens Sigurðsson
I think this is the same bug as nr 680626 Cheers, Oli -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#674805: gcc transit

2012-06-01 Thread Ólafur Jens Sigurðsson
Hi The relesae team is not happy about the transit of gcc from 4.6 to 4.7 and is trying to revert it, so it would be a good idea to wait with a rebuild until that issue is sorted. Cheers, Óli -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe".

Bug#568385: reproduced

2010-02-10 Thread Ólafur Jens Sigurðsson
I just upgraded gracie from 0.2.8-1, since I had bug 519623 with that version, to 0.2.10-3 and now I see the same behaviour as the original poster. root 5417 94.3 0.3 15460 6680 ?R12:36 24:13 /usr/bin/python /usr/bin/gracied --pidfile /var/run/gracied.pid --data-dir /var/lib/g

Bug#527349: similar behaviour

2009-07-06 Thread Ólafur Jens Sigurðsson
I also have the 865G driver and am having problems with it. But disabling DRI with Option "DRI" "False" in my xorg.conf lets me run X without big problems (it is slow, but it runs at least, have you guys tried this?). Some people over at the #intel-gfx suggested that this was not a problem of t

Bug#493417: [Pkg-octave-devel] Bug#493417: octave-tsa: FTBFS: `sumskipnan' undefined

2008-08-02 Thread Ólafur Jens Sigurðsson
On Sat, Aug 02, 2008 at 10:32:54AM -0700, Daniel Schepler wrote: > Package: octave-tsa > Version: 3.10.6-2 > Severity: serious > > >From my pbuilder build log: > > ... > octave3.0 --no-history --silent --no-init-file --eval \ > > "addpath ('/usr/share/oct

Bug#490700: [Pkg-scicomp-devel] Bug#490700: libhighgui-dev: Linking against libhighgui fails

2008-07-14 Thread Ólafur Jens Sigurðsson
On Sun, Jul 13, 2008 at 09:11:18PM +0200, Jan Binder wrote: > > Here is a testcase for this bug. > Compile with: > > g++ testcase.cpp `pkg-config --cflags-only-I opencv `\ > `pkg-config --libs-only-L opencv`\ > `pkg-config --libs-only-l opencv`\ > -o testcase > > to reproduce. > > Greetings