[Webkit-unassigned] [Bug 104515] New: 'make install' fails during rebasing of the WebKit1 documentation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 9 23:49:08 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104515
Summary: 'make install' fails during rebasing of the WebKit1
documentation
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Critical
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: j_deutsch at web.de
Hi,
after i downloaded the current stable version of webkitgtk 1.10.1 i applied the necessary patches to make-3.82.
Thereafter i started the build procedure with
./configure --prefix=/opt/glib/ --enable-geolocation=no
after that, the patched make, passed successfully through all steps (without any command line argument).
Unfortunately
make install
fails afterwards with:
-------------------------------------------------------------------------------
...
...
/usr/bin/install -c -m 644 ./Documentation/webkit2gtk/html/WebKitWindowProperties.html
GEN install-data-local
Rebasing WebKit1 documentation...
Traceback (most recent call last):
File "./Tools/gtk/generate-gtkdoc", line 173, in <module>
rebase_installed_docs(pkg_config_path, options)
File "./Tools/gtk/generate-gtkdoc", line 149, in rebase_installed_docs
generator = gtkdoc.PkgConfigGTKDoc(pkg_config_path, options)
File "/home/johannes/Src/webkitgtk-1.10.1/Tools/gtk/gtkdoc.py", line 398, in __init__
'--cflags'], print_output=False)
File "/home/johannes/Src/webkitgtk-1.10.1/Tools/gtk/gtkdoc.py", line 198, in _run_command
% (args[0], process.returncode))
Exception: pkg-config produced a non-zero return code 1
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/home/johannes/Src/webkitgtk-1.10.1'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/johannes/Src/webkitgtk-1.10.1'
make: *** [install] Error 2
-------------------------------------------------------------------------------
--
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