GNOME Bugzilla – Bug 621500
Pango master doesn't build on x86_64
Last modified: 2010-06-15 13:05:27 UTC
I am trying to build evolution master with its all dependencies but pango build fails for me on 64 bit machine. But it is building fine on i586 (32 bit) machine. Between gobject-introspection built successfully. make[1]: Entering directory `/home/akhil/src/git/pango/pango' make[1]: Leaving directory `/home/akhil/src/git/pango/pango' make all-recursive make[1]: Entering directory `/home/akhil/src/git/pango/pango' Making all in opentype make[2]: Entering directory `/home/akhil/src/git/pango/pango/opentype' make[2]: Leaving directory `/home/akhil/src/git/pango/pango/opentype' Making all in mini-fribidi make[2]: Entering directory `/home/akhil/src/git/pango/pango/mini-fribidi' make[2]: Leaving directory `/home/akhil/src/git/pango/pango/mini-fribidi' make[2]: Entering directory `/home/akhil/src/git/pango/pango' GISCAN PangoXft-1.0.gir Traceback (most recent call last):
+ Trace 222391
sys.exit(scanner_main(sys.argv))
namespace = glibtransformer.parse()
self._execute_binary()
self._read_introspect_dump(out_path)
self._introspect_type(child)
self._introspect_object(xmlnode)
parent_type_names = xmlnode.attrib['parents'].split(',')
make[2]: *** [PangoXft-1.0.gir] Error 1 make[2]: Leaving directory `/home/akhil/src/git/pango/pango' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/akhil/src/git/pango/pango' make: *** [all] Error 2
*** This bug has been marked as a duplicate of bug 605156 ***