On Thu, 2014-07-17 at 20:35 -0500, Paul Elliott wrote:
> 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 <pelli...@blackpatchpanel.com>  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!

Sorry I made a typo. It should be MAINT and not MAIN.
See dpkg-buildflags(1) for more info.

James


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to