On Tue, Jul 15, 2014 at 12:21:51PM +0100, James Cowgill wrote: > Hi Paul, > > I looked back at the history of this bug and it seems like you were having > problems with there being more assertion messages in wx3. > > Does maitreya work if you disable the assertions by adding -DNDEBUG, at least > as a temporary measure? > > Try this in debian/rules: > export DEB_CPPFLAGS_MAIN_APPEND=-DNDEBUG > > James
I just tried that:
$ git diff
diff --git a/debian/changelog b/debian/changelog
index 409aa7d..4dfa6d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+maitreya (7.0.6-2) unstable; urgency=medium
+
+ * try hack: export DEB_CPPFLAGS_MAIN_APPEND=-DNDEBUG
+
+ -- Paul Elliott <[email protected]> Thu, 17 Jul 2014 19:35:46
-0500
+
maitreya (7.0.6-1) unstable; urgency=medium
* upgrade to release 7.0.6 (Closes: 749974)
diff --git a/debian/rules b/debian/rules
index 0470214..5ccb1e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
+export DEB_CPPFLAGS_MAIN_APPEND=-DNDEBUG
%:
dh $@ --with autoreconf
The bug remained When I rebuilt and installed!
--
Paul Elliott 1(512)837-1096
[email protected] PMB 181, 11900 Metric Blvd Suite J
http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117
signature.asc
Description: Digital signature

