Bug 77944 - update-webkitgtk-libs fails because of missing gobject-inspection
Summary: update-webkitgtk-libs fails because of missing gobject-inspection
Status: RESOLVED DUPLICATE of bug 42432
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 01:10 PST by Halton Huo
Modified: 2012-02-10 10:55 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.81 KB, patch)
2012-02-07 01:35 PST, Halton Huo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Halton Huo 2012-02-07 01:10:49 PST
$ Tools/Scripts/update-webkitgtk-libs
[...]
*** Configuring gtk+ *** [8/17]
./autogen.sh --prefix /home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Root --libdir '/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Root/lib'  --disable-introspection --disable-static --disable-gtk-doc 
[...]
make[4]: *** No rule to make target `Gdk-3.0.typelib', needed by `all-am'.  Stop.
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Source/gtk+-3.0.12/gdk'
make[3]: *** [all-recursive] Error 1
[...]
make[2]: Entering directory `/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Source/libsoup/libsoup'
Makefile:1043: /usr/share/gobject-introspection-1.0/Makefile.introspection: No such file or directory
make[2]: *** No rule to make target `/usr/share/gobject-introspection-1.0/Makefile.introspection'.  Stop.
[...]
Making all in atspi
make[2]: Entering directory `/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Source/at-spi2-core-2.2.1/atspi'
/bin/bash ../libtool --tag=CC   --mode=link gcc -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include    -I/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Root/include/glib-2.0 -I/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Root/lib/glib-2.0/include   -I../registryd -I.. -g -O2 -Werror-implicit-function-declaration -L/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Root/lib  -version-info 0:1:0  -no-undefined -L/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Root/lib  -o libatspi.la -rpath /home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Root/lib libatspi_la-atspi-gmain.lo libatspi_la-atspi-accessible.lo libatspi_la-atspi-action.lo libatspi_la-atspi-application.lo libatspi_la-atspi-collection.lo libatspi_la-atspi-component.lo libatspi_la-atspi-device-listener.lo libatspi_la-atspi-document.lo libatspi_la-atspi-editabletext.lo libatspi_la-atspi-event-listener.lo libatspi_la-atspi-hyperlink.lo libatspi_la-atspi-hypertext.lo libatspi_la-atspi-image.lo libatspi_la-atspi-matchrule.lo libatspi_la-atspi-misc.lo libatspi_la-atspi-object.lo libatspi_la-atspi-registry.lo libatspi_la-atspi-relation.lo libatspi_la-atspi-selection.lo libatspi_la-atspi-stateset.lo libatspi_la-atspi-table.lo libatspi_la-atspi-text.lo libatspi_la-atspi-value.lo -ldbus-1 -lpthread -lrt   -L/home/halton/work/projects/chromium/git-master/src/third_party/WebKit/WebKitBuild/Dependencies/Root/lib -lgobject-2.0 -lglib-2.0   -lSM -lICE -lX11  ../dbind/libdbind.la 
make[2]: *** No rule to make target `/usr/bin/g-ir-scanner', needed by `Atspi-2.0.gir'.  Stop.
make[2]: *** Waiting for unfinished jobs....
Comment 1 Halton Huo 2012-02-07 01:35:09 PST
Created attachment 125783 [details]
Patch
Comment 2 Philippe Normand 2012-02-07 03:03:04 PST
What about adding g-i to the moduleset instead? CCing the JHBuild master-commanders :)
Comment 3 Philippe Normand 2012-02-07 03:08:18 PST
Oh g-i is being added in the moduleset in the patch of bug 42432.
Closing as dupe then, if it's ok with you.

*** This bug has been marked as a duplicate of bug 42432 ***
Comment 4 Eric Seidel (no email) 2012-02-10 10:55:16 PST
Comment on attachment 125783 [details]
Patch

Cleared review? from attachment 125783 [details] so that this bug does not appear in http://webkit.org/pending-review.  If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).