Bug 87200
Summary: | [GTK] generate-gtkdoc is called even if gtk-doc was disabled at configure time | ||
---|---|---|---|
Product: | WebKit | Reporter: | jimi_szdz <jming.yan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | gustavo, jchaffraix, jming.yan, mrobinson, pnormand |
Priority: | P2 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
jimi_szdz
I was build webkitgtk 1.9.2 in my pc linux environment.
with configure:
./configure --prefix=/$BUILD_ROOT/usr --host=$ARCH-linux --with-gtk=2.0 --disable-webgl
configure ok.
compile ok.
but have a error in install:
The error log:
GEN install-data-local
Rebasing WebKit1 documentation...
Running gtkdoc-rebase
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 146, in rebase_installed_docs
generator.rebase_installed_docs()
File "/opt/test_1/webkit-1.9.2/Tools/gtk/gtkdoc.py", line 373, in rebase_installed_docs
self._run_command(args, cwd=self.output_dir)
File "/opt/test_1/webkit-1.9.2/Tools/gtk/gtkdoc.py", line 187, in _run_command
stderr=subprocess.PIPE)
File "/opt/eplatform/usr/lib/python2.6/subprocess.py", line 633, in __init__
errread, errwrite)
File "/opt/eplatform/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/opt/test_1/webkit-1.9.2'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/opt/test_1/webkit-1.9.2'
make: *** [install] Error 2
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
jimi_szdz
when i configure enable-gtk-doc
./configure --prefix=/$BUILD_ROOT/usr --host=$ARCH-linux --with-gtk=2.0 --disable-webgl --enable-gtk-doc
the install error was absent.
why?
jimi_szdz
I have see the similar problem report by Maciej Piechotka.
Install error on version Webkit 1.7.5。
I found the Carlos Garcia Campos's patch code were mainly included in Webkit 1.9.2-version 118149。
because I don't know the Python script.
so look for help,thanks!
jimi_szdz
Hope somebody can give me some tips. thanks
Philippe Normand
(In reply to comment #1)
> when i configure enable-gtk-doc
> ./configure --prefix=/$BUILD_ROOT/usr --host=$ARCH-linux --with-gtk=2.0 --disable-webgl --enable-gtk-doc
>
> the install error was absent.
>
> why?
our generate-gtkdoc requires the gtk-doc-tools package.
Martin Robinson
We no longer allow for disabling gtkdoc entirely.