After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621500 - Pango master doesn't build on x86_64
Pango master doesn't build on x86_64
Status: RESOLVED DUPLICATE of bug 605156
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2010-06-14 06:08 UTC by Akhil Laddha
Modified: 2010-06-15 13:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Akhil Laddha 2010-06-14 06:08:40 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):
  • File "/home/akhil/opt/gnome3/bin/g-ir-scanner", line 38 in <module>
    sys.exit(scanner_main(sys.argv))
  • File "/home/akhil/opt/gnome3/lib64/gobject-introspection/giscanner/scannermain.py", line 323 in scanner_main
    namespace = glibtransformer.parse()
  • File "/home/akhil/opt/gnome3/lib64/gobject-introspection/giscanner/glibtransformer.py", line 159 in parse
    self._execute_binary()
  • File "/home/akhil/opt/gnome3/lib64/gobject-introspection/giscanner/glibtransformer.py", line 318 in _execute_binary
    self._read_introspect_dump(out_path)
  • File "/home/akhil/opt/gnome3/lib64/gobject-introspection/giscanner/glibtransformer.py", line 330 in _read_introspect_dump
    self._introspect_type(child)
  • File "/home/akhil/opt/gnome3/lib64/gobject-introspection/giscanner/glibtransformer.py", line 696 in _introspect_type
    self._introspect_object(xmlnode)
  • File "/home/akhil/opt/gnome3/lib64/gobject-introspection/giscanner/glibtransformer.py", line 732 in _introspect_object
    parent_type_names = xmlnode.attrib['parents'].split(',')
KeyError: 'parents'
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
Comment 1 Colin Walters 2010-06-15 13:05:27 UTC

*** This bug has been marked as a duplicate of bug 605156 ***