GNOME Bugzilla – Bug 748433
gtk-doc: missing itstool on darwin
Last modified: 2018-11-03 10:19:07 UTC
There's no recipe for itstool and gtk-doc fails to build. Workaround: brew install itstool echo /usr/local/opt/libxml2/lib/python2.7/site-packages >> /usr/local/lib/python2.7/site-packages/libxml2.pth ^ second line is according to the message that appear during libxml2 installation: If you need Python to find bindings for this keg-only formula, run: echo /usr/local/opt/libxml2/lib/python2.7/site-packages >> /usr/local/lib/python2.7/site-packages/libxml2.pth
Update -- the above method actually wouldn't entirely work, since it'll override Apple's python with Brew's, and the 'itstool' will use the Brew one, while we already have libxml2-python provided by Cerbero (built against Apple's python). Anyway, it's all a mess and it's best for Cerbero to provide itstool.
Is this still an issue ? afaik gtk-doc builds fine.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/15.