[Webkit-unassigned] [Bug 76990] [GTK] Build failure: missing 'libgpg-error' and 'atk' dependencies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 23:33:16 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76990





--- Comment #6 from Grzegorz <g.czajkowski at samsung.com>  2012-01-26 23:33:16 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #3)
> > > Before this point the jhbuild file has been used to bring in proper dependencies to ensure consistent test results. I'm not sure this is the appropriate fix. Where are these dependencies coming from? It might be an accident that we require such a new version of ATK.
> > 
> > Logs from jhbuild:
> > *** Configuring libgcrypt *** [9/17]
> > ....
> > ....
> > checking for GPG Error - version >= 1.8... no
> > configure: error: libgpg-error is needed.
> >                 See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .
> > *** Error during phase configure of libgcrypt: ########## Error running ./configure --prefix /home/gczajkowski/sources/webkit.org/WebKit/WebKitBuild/Dependencies/Root --libdir '/home/gczajkowski/sources/webkit.org/WebKit/WebKitBuild/Dependencies/Root/lib'  --disable-static --disable-gtk-doc  *** [9/17]
> > 
> > *** module gnutls not built due to non buildable libgcrypt *** [11/17]
> > *** module glib-networking not built due to non buildable gnutls *** [12/17]
> > *** module gnome-icon-theme not built due to non buildable gtk+ *** [13/17]
> > *** module libsoup not built due to non buildable glib-networking *** [14/17]
> 
> The dependency, in particular, is listed here: http://trac.webkit.org/wiki/BuildingGtk If there are others that are missing we should list them.

All dependencies from http://trac.webkit.org/wiki/BuildingGtk are installed and I my opinion all of them are listed. The main problem is that libgcrpyt which is downloaded and complied by jhbuild requires higher version of libgpg-error (>=1.8) than is available in Ubuntu 10.10 (libgpg-error-dev 1.6-1ubuntu2), even after apt-get update, upgrade.

I agree with you that it can't be proper fix but my idea was adding libgpg-error as it's done for gnutls which requires libgcrypt and p11-kit. The same issue occurs for atk.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list