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 624363 - error parsing file Gee-1.0.gir:
error parsing file Gee-1.0.gir:
Status: RESOLVED DUPLICATE of bug 624301
Product: gnome-shell
Classification: Core
Component: general
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: libgee-maint
libgee-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-14 17:53 UTC by Diska
Modified: 2010-07-14 19:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnome-shell dependecies at 14/07/2010 (185.10 KB, image/png)
2010-07-14 19:04 UTC, Diska
Details

Description Diska 2010-07-14 17:53:10 UTC
i'm trying to compile gnome-shell via jhbuild in ubuntu lucid lynx.

compile libgee fail with the follow error:

treemap.c:2909: warning: assignment from incompatible pointer type
  CC     treemultiset.lo
  CC     treeset.lo
treeset.c: In function ‘gee_tree_set_range_init’:
treeset.c:2569: warning: assignment discards qualifiers from pointer target type
treeset.c:2570: warning: assignment discards qualifiers from pointer target type
treeset.c: In function ‘gee_tree_set_range_init_head’:
treeset.c:2583: warning: assignment discards qualifiers from pointer target type
treeset.c: In function ‘gee_tree_set_range_init_tail’:
treeset.c:2593: warning: assignment discards qualifiers from pointer target type
treeset.c: In function ‘gee_tree_set_range_cut’:
treeset.c:2685: warning: assignment discards qualifiers from pointer target type
treeset.c:2692: warning: assignment discards qualifiers from pointer target type
/home/myuser/gnome-shell/install/bin/g-ir-compiler --shared-library=libgee -o Gee-1.0.typelib Gee-1.0.gir
Gee-1.0.gir:3:1: error: Unsupported version '1.0'
error parsing file Gee-1.0.gir: Unsupported version '1.0'
make[3]: *** [Gee-1.0.typelib] Errore 1
make[3]: *** In attesa di lavori non terminati...
Comment 1 Maciej (Matthew) Piechotka 2010-07-14 18:28:37 UTC
Thanks for taking the time to report this bug.
Please use vala from git which makes gobject 0.9.x compatible files (i.e. in version 1.1 instead of 1.0). If you use recent vala from git please reopen bug.
Comment 2 Maciej (Matthew) Piechotka 2010-07-14 18:30:42 UTC
(In reply to comment #1)
> Thanks for taking the time to report this bug.
> Please use vala from git which makes gobject 0.9.x compatible files (i.e. in
> version 1.1 instead of 1.0).

Sorry - I meant gobject-introspection, not gobject of course.
Comment 3 Diska 2010-07-14 19:04:36 UTC
Created attachment 165903 [details]
gnome-shell dependecies at 14/07/2010

so the problem is on jhbuild config module
Comment 4 Marina Zhurakhinskaya 2010-07-14 19:21:46 UTC

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