Bug#428876: Block 428876 by 446819

2007-11-28 Thread Pierre Habouzit
On Tue, Nov 27, 2007 at 08:33:50PM +, brian m. carlson wrote: On Tue, Nov 27, 2007 at 04:33:53PM +0100, Pierre Habouzit wrote: fixing 446819 is quite trivial, just add: CFLAGS:=$(CFLAGS) -g $(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),-O0,-O2) before the DEB_CONFIGURE_SCRIPT_ENV

Bug#428876: Block 428876 by 446819

2007-11-27 Thread Pierre Habouzit
On Mon, Oct 15, 2007 at 10:06:07PM +, brian m. carlson wrote: block 428876 by 446819 kthxbye While I have found out that the crash occurs in names_mark_index (at src/iname.c:341), I can't tell much more about the problem since I can't produce a sensible binary for debugging. If

Bug#428876: Block 428876 by 446819

2007-11-27 Thread brian m. carlson
On Tue, Nov 27, 2007 at 04:33:53PM +0100, Pierre Habouzit wrote: fixing 446819 is quite trivial, just add: CFLAGS:=$(CFLAGS) -g $(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),-O0,-O2) before the DEB_CONFIGURE_SCRIPT_ENV := CFLAGS=$(CFLAGS) -fPIC CPPFLAGS=$(FT_CPPFLAGS) LDFLAGS=-lpaper

Bug#428876: Block 428876 by 446819

2007-10-15 Thread brian m. carlson
block 428876 by 446819 kthxbye While I have found out that the crash occurs in names_mark_index (at src/iname.c:341), I can't tell much more about the problem since I can't produce a sensible binary for debugging. If somebody else can determine the problem without fixing 446819, feel free to