Hi,

>> On Wed, 2 Aug 2006 13:47:56 +0200
>> [EMAIL PROTECTED] (Julien Danjou) said as follows:

>Unfortunately the problem does not occur anymore with CFLAGS=-g...

Do you mean change of optimization option resolves this problem?
If you so, I doubt that this problem is caused by the bug of building
toolchains.  Can you check versions of your using toolchanins?

If appropriate versions of toolchanins are used, could you try the
attached patch?  If you apply this patch, you will get a package
compiled without any optimization option.

>It will be hard to debug this way, err.

I agree that.  I'd like to add "more info" tag to this bug report and
to downgrade its severity.  Can I do that?

-- 
TSUCHIYA Masatoshi
--- juman-5.1/debian/rules~	2006-08-03 08:10:27.000000000 +0900
+++ juman-5.1/debian/rules	2006-08-03 08:09:18.000000000 +0900
@@ -11,7 +11,7 @@
 include /usr/share/cdbs/1/rules/tarball.mk
 
 DEB_CONFIGURE_LIBEXECDIR := /usr/lib
-DEB_CONFIGURE_EXTRA_FLAGS := --datadir=/usr/lib
+DEB_CONFIGURE_EXTRA_FLAGS := --datadir=/usr/lib CFLAGS='-g -Wall'
 
 install/juman::
 	dh_movefiles -p$(cdbs_curpkg)

Reply via email to