[Webkit-unassigned] [Bug 87200] New: WebKit1 API documentation is not generated when building with gtk-2.0 without --enable gtk-doc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 20:59:22 PDT 2012


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

           Summary: WebKit1 API documentation is not generated when
                    building with gtk-2.0 without --enable gtk-doc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jming.yan at gmail.com


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

-- 
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