Discussion:
01/01: gnu: itstool: Update to 2.0.4.
Marius Bakke
2017-11-02 22:04:16 UTC
Permalink
kkebreau pushed a commit to branch master
in repository guix.
commit 13fbd174b5ffe5c2cc59e637f7859d357ab33d97
Date: Thu Nov 2 15:33:08 2017 -0400
gnu: itstool: Update to 2.0.4.
* gnu/packages/glib.scm (itstool): Update to 2.0.4.
[inputs]: Replace python and python-libxml2 with python-2 and python2-libxml2.
This update broke "gtk-doc", so I reverted it. Can you look into it?

`itstool` is actually segfaulting:

/gnu/store/kpxi8h3669afr9r1bgvaf9ij3y4wdyyn-bash-minimal-4.4.12/bin/bash: line 4: 2798 Segmentation fault itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/fdl-appendix.xml
make[2]: *** [Makefile:523: de/de.stamp] Error 139
make[2]: *** Waiting for unfinished jobs....
/gnu/store/kpxi8h3669afr9r1bgvaf9ij3y4wdyyn-bash-minimal-4.4.12/bin/bash: line 4: 2808 Segmentation fault itstool -m "${mo}" ${d}/C/index.docbook ${d}/C/fdl-appendix.xml
make[2]: *** [Makefile:523: fr/fr.stamp] Error 139
Kei Kebreau
2017-11-05 20:24:34 UTC
Permalink
Post by Marius Bakke
kkebreau pushed a commit to branch master
in repository guix.
commit 13fbd174b5ffe5c2cc59e637f7859d357ab33d97
Date: Thu Nov 2 15:33:08 2017 -0400
gnu: itstool: Update to 2.0.4.
* gnu/packages/glib.scm (itstool): Update to 2.0.4.
[inputs]: Replace python and python-libxml2 with python-2 and python2-libxml2.
This update broke "gtk-doc", so I reverted it. Can you look into it?
line 4: 2798 Segmentation fault itstool -m "${mo}"
${d}/C/index.docbook ${d}/C/fdl-appendix.xml
make[2]: *** [Makefile:523: de/de.stamp] Error 139
make[2]: *** Waiting for unfinished jobs....
line 4: 2808 Segmentation fault itstool -m "${mo}"
${d}/C/index.docbook ${d}/C/fdl-appendix.xml
make[2]: *** [Makefile:523: fr/fr.stamp] Error 139
The itstool developers are aware of this problem [0]. The latest itstool
branch builds gtk-doc successfully, but I will wait until the issue is
closed before committing another patch.

[0]: https://github.com/itstool/itstool/issues/17

Loading...