Re: [gtk-osx-users] Error when compiling gobject-introspection on macOS 10.13

2017-09-16 Thread Jiří Techet
Just check the backtrace from the first email - there's no C involved. The error message comes from /System/Library/Frameworks/Python.framework/Versions/2.7/ lib/python2.7/distutils/spawn.py Jiri On Sat, Sep 16, 2017 at 9:53 PM, John Ralls wrote: > > > On Sep 16, 2017, at

Re: [gtk-osx-users] Error when compiling gobject-introspection on macOS 10.13

2017-09-16 Thread John Ralls
> On Sep 16, 2017, at 12:44 PM, Jiří Techet wrote: > > Hi John, > > at least from the backtrace it doesn't seem to happen when linking libpython > but rather when running preprocess() from > > https://docs.python.org/2/distutils/apiref.html Huh. That's odd, there's no

Re: [gtk-osx-users] Error when compiling gobject-introspection on macOS 10.13

2017-09-16 Thread Jiří Techet
Hi John, at least from the backtrace it doesn't seem to happen when linking libpython but rather when running preprocess() from https://docs.python.org/2/distutils/apiref.html Jiri On Sat, Sep 16, 2017 at 9:20 PM, John Ralls wrote: > > > On Sep 16, 2017, at 10:04 AM, Jiří

Re: [gtk-osx-users] vasnprintf() crash on macOS 10.13

2017-09-16 Thread Jiří Techet
Hi John, I've just reported the issue against bison. I've tried to rebuild everything from scratch with only bison patched and it seems to be the only problem I run into with Geany - the other uses don't seem to cause problems at least for me. Anyway, I'm afraid that at least a temporary patch

Re: [gtk-osx-users] Error when compiling gobject-introspection on macOS 10.13

2017-09-16 Thread Jiří Techet
Hi John, that's strange. I don't need python at all for the project myself and there's no need to bundle it - it's just used when building gobject-introspection. Simple jhbuild bootstrap && jhbuild build meta-gtk-osx-bootstrap && jhbuild build meta-gtk-osx-core used to work fine - now it fails

Re: [gtk-osx-users] vasnprintf() crash on macOS 10.13

2017-09-16 Thread John Ralls
> On Sep 16, 2017, at 7:33 AM, Jiří Techet wrote: > > Hi, > > the vasnprintf() now intentionally crashes on macOS 10.13 when the formatting > string contains %n and is dynamically allocated, for more, see > >

Re: [gtk-osx-users] Error when compiling gobject-introspection on macOS 10.13

2017-09-16 Thread John Ralls
> On Sep 16, 2017, at 7:42 AM, Jiří Techet wrote: > > Hi, > > I got the following error during jhbuild when compiling gobject-introspection: > > GISCAN GLib-2.0.gir > Traceback (most recent call last): > File "./g-ir-scanner", line 66, in >

[gtk-osx-users] vasnprintf() crash on macOS 10.13

2017-09-16 Thread Jiří Techet
Hi, the vasnprintf() now intentionally crashes on macOS 10.13 when the formatting string contains %n and is dynamically allocated, for more, see http://lists.gnu.org/archive/html/bug-gnulib/2017-07/msg00056.html This problem affects all users of gnulib's vasnprintf implementation which are at

Re: [gtk-osx-users] Incorrect file extension for gtk-osx-docbook module

2017-09-16 Thread John Ralls
> On Sep 16, 2017, at 3:21 AM, Jiří Techet wrote: > > Hi, > > the bootstrap.modules file incorrectly specifies the path to > gtk-osx-docbook-1.2 as > > gtk-osx/gtk-osx-docbook-1.2.tar.bz > > There's "2" missing at the end, it should instead be > >