Bug#911697: at-spi2-core: causes SIGSEGV because of improper quoting of G_LOG_DOMAIN

2018-11-08 Thread Jussi Pakkanen
On Fri, Nov 2, 2018 at 10:00 PM Samuel Thibault wrote: > > Simply running your build with current Meson trunk is enough to test the > > issue. > > I simply applied the patch on top of my 0.48.1-1 package, and it fixed > the documentation build without breaking the binary indeed. Backporting

Bug#911697: at-spi2-core: causes SIGSEGV because of improper quoting of G_LOG_DOMAIN

2018-11-02 Thread Samuel Thibault
Hello, Jussi Pakkanen, le ven. 02 nov. 2018 21:38:01 +0200, a ecrit: > On Wed, Oct 24, 2018 at 10:32 AM Samuel Thibault wrote: > > > So the issue is in meson itself: it seems one can't get > > > > compile_args: [ '-DG_LOG_DOMAIN="dbind"' ], > > > > to be correctly interpreted as making

Bug#911697: at-spi2-core: causes SIGSEGV because of improper quoting of G_LOG_DOMAIN

2018-11-02 Thread Jussi Pakkanen
On Wed, Oct 24, 2018 at 10:32 AM Samuel Thibault wrote: > So the issue is in meson itself: it seems one can't get > > compile_args: [ '-DG_LOG_DOMAIN="dbind"' ], > > to be correctly interpreted as making G_LOG_DOMAIN #defined to "dbind" > both for the binary compilation and for the documentation

Bug#911697: at-spi2-core: causes SIGSEGV because of improper quoting of G_LOG_DOMAIN

2018-10-24 Thread Samuel Thibault
Control: retitle -1 meson: varying levels of quote interpretation make it impossible to define G_LOG_DOMAIN Control: reassign -1 meson Control: fixed 0.47.2-1 Control: found 0.48.1-1 Hello, Jan Nordholz, le mer. 24 oct. 2018 02:01:56 +0200, a ecrit: > your build fix actually made it worse: now

Bug#911697: at-spi2-core: causes SIGSEGV because of improper quoting of G_LOG_DOMAIN

2018-10-23 Thread Jan Nordholz
reopen 911697 retitle 911697 at-spi2-core: varying levels of quote removal during meson build process mess up compilation of G_LOG_DOMAIN macro severity 911697 serious thanks Hi, your build fix actually made it worse: now G_LOG_DOMAIN works properly for the gtkdoc-scangobj stuff, but the extra