Bug 55348 - webkit-gtk-1.2.x fails to build with g-i-r-0.10.x
Summary: webkit-gtk-1.2.x fails to build with g-i-r-0.10.x
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-27 20:52 PST by Serkan Kaba
Modified: 2013-09-09 09:52 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serkan Kaba 2011-02-27 20:52:28 PST
0.10.x version of gir expects version 1.2 in .gir files but webkit-gtk has 1.0. I'm pasting the relative part of the build log as the whole is huge.

  GEN    JSCore-1.0.typelib
JSCore-1.0.gir:5:1: error: Unsupported version '1.0'
error parsing file JSCore-1.0.gir: Unsupported version '1.0'
make[1]: *** [JSCore-1.0.typelib] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/film2/portage/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7'
make: *** [all] Error 2
emake failed
Comment 1 Nikolay Antonov 2011-07-04 01:04:56 PDT
Same problem. webkit-gtk-1.2.6
gentoo-10.0, amd64. gcc-4.5.2

  GEN    WebKit-1.0.gir
  GEN    JSCore-1.0.typelib
JSCore-1.0.gir:5:1: error: Unsupported version '1.0'
error parsing file JSCore-1.0.gir: Unsupported version '1.0'
make[1]: *** [JSCore-1.0.typelib] Error 1
make[1]: *** Waiting for unfinished jobs....
WebKit/gtk/JSCore-1.0.gir: Incompatible version 1.0 (supported: 1.2)
make[1]: *** [WebKit-1.0.gir] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-libs/webkit-gtk-1.2.6/work/webkit-1.2.6'
make: *** [all] Error 2
emake failed
Comment 2 Priit Laes (IRC: plaes) 2013-01-05 00:42:36 PST
1.2.x is too old (oldest version currently in Gentoo's portage is 1.6.3), so I assume this can be safely closed.
Comment 3 Alberto Garcia 2013-09-09 09:52:09 PDT
Closing, please reopen if it's still relevant.