Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465278 - net-libs/webkit-gtk-1.8.3-r200 fails to be built with dev-util/pkgconf-0.9.1
Summary: net-libs/webkit-gtk-1.8.3-r200 fails to be built with dev-util/pkgconf-0.9.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 15:25 UTC by Nikolaj Šujskij
Modified: 2013-04-10 06:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Full webkit-gtk-1.8.3-r200 build.log (build.log,423.42 KB, text/plain)
2013-04-09 15:25 UTC, Nikolaj Šujskij
Details
emerge --info '=net-libs/webkit-gtk-1.8.3-r200' (file_465278.txt,16.79 KB, text/plain)
2013-04-09 15:26 UTC, Nikolaj Šujskij
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaj Šujskij 2013-04-09 15:25:09 UTC
Created attachment 344990 [details]
Full webkit-gtk-1.8.3-r200 build.log

Having dev-util/pkgconf-0.9.1[pkg-config,-strict] as my pkgconfig implementation, I cannot rebuild net-libs/webkit-gtk-1.8.3-r200:

 # emerge -a1O net-libs/webkit-gtk:2
[ebuild   R    ] net-libs/webkit-gtk-1.8.3-r200:2  USE="gstreamer jit webgl (-aqua) -coverage -debug -geoloc -introspection -spell {-test}" 0 kB

  GEN    install-data-local
Rebasing WebKit1 documentation...
Traceback (most recent call last):
  File "./Tools/gtk/generate-gtkdoc", line 169, in <module>
    rebase_installed_docs(pkg_config_path, options)
  File "./Tools/gtk/generate-gtkdoc", line 145, in rebase_installed_docs
    generator = gtkdoc.PkgConfigGTKDoc(pkg_config_path, options)
  File "/var/tmp/portage/net-libs/webkit-gtk-1.8.3-r200/work/webkit-1.8.3/Tools/gtk/gtkdoc.py", line 398, in __init__
    '--cflags'], print_output=False)
  File "/var/tmp/portage/net-libs/webkit-gtk-1.8.3-r200/work/webkit-1.8.3/Tools/gtk/gtkdoc.py", line 198, in _run_command
    % (args[0], process.returncode))
Exception: pkg-config produced a non-zero return code 1

Having switched to dev-util/pkgconfig-0.28 I am able to rebuild webkit-gtk.
Comment 1 Nikolaj Šujskij 2013-04-09 15:26:34 UTC
Created attachment 344992 [details]
emerge --info '=net-libs/webkit-gtk-1.8.3-r200'
Comment 2 Pacho Ramos gentoo-dev 2013-04-09 22:36:38 UTC
will CC pkgconf maintainer then
Comment 3 Jeff (JD) Horelick (RETIRED) gentoo-dev 2013-04-10 03:44:04 UTC
Please try with pkgconf-0.9.2 . Thanks!
Comment 4 Nikolaj Šujskij 2013-04-10 06:02:50 UTC
(In reply to comment #3)
> Please try with pkgconf-0.9.2 . Thanks!

Seems to be fixed by 0.9.2, thanks!