[Webkit-unassigned] [Bug 195885] New: [WPE] Tarballs generated with “make dist” cannot build documentation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 18 07:46:38 PDT 2019


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

            Bug ID: 195885
           Summary: [WPE] Tarballs generated with “make dist” cannot build
                    documentation
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com
                CC: lforschler at apple.com

Using the “dist” (or “distcheck”) targets results in a tarball
from which it is not possible to build the documentation using
gtk-doc. The error is:


  make: *** [Makefile:152: all] Error 2
  Traceback (most recent call last):
    File "/home/aperez/wpe/WebKit/Tools/Scripts/make-dist", line 345, in <module>
      Distcheck(arguments.source_dir, arguments.build_dir).check(output_filename, arguments.port)
    File "/home/aperez/wpe/WebKit/Tools/Scripts/make-dist", line 283, in check
      self.build(build_dir)
    File "/home/aperez/wpe/WebKit/Tools/Scripts/make-dist", line 257, in build
      subprocess.check_call(command, cwd=build_dir)
    File "/usr/lib64/python2.7/subprocess.py", line 190, in check_call
      raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['make', '-j64']' returned non-zero exit status 2
  FAILED: Source/CMakeFiles/distcheck

Inspecting the generated tarball, file “Tools/glib/common.py” is
missing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190318/304cae5f/attachment.html>


More information about the webkit-unassigned mailing list