Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8267694

FAILED: DerivedSources/WebCore/ColorData.cpp on Windows 10 Pro

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • jfx17
    • javafx
    • None
    • Windows 10 Pro
      java 11.0.10
      gradle 6.3
      perl v5.32.1
      gperf 3.1

    • windows_10

      Building Webkit with jdk 11.0.10, gradle 6.3 and gperf 3.1 fails on my Windows 10 Pro with message:
      -------------
      [5/2315] Generating ../../DerivedSources/WebCore/ColorData.cpp
      FAILED: DerivedSources/WebCore/ColorData.cpp
      cmd.exe /C "cd /D modules\javafx.web\build\win\Release\Source\WebCore && C:\Development\tools\cygwin\root\bin\perl.exe modules/javafx.web/src/main/native/Source/WebCore/make-hash-tools.pl modules/javafx.web/build/win/Release/DerivedSources/WebCore modules/javafx.web/src/main/native/Source/WebCore/platform/ColorData.gperf C:/Development/tools/cygwin/root/bin/gperf.exe"
      modules/javafx.web/src/main/native/Source/WebCore/platform/ColorData.gperf:24: warning: junk after %% is ignored
      modules/javafx.web/src/main/native/Source/WebCore/platform/ColorData.gperf:12: warning: junk after %} is ignored
      modules/javafx.web/src/main/native/Source/WebCore/platform/ColorData.gperf:13: junk after declaration
      calling gperf failed: 256 at modules/javafx.web/src/main/native/Source/WebCore/make-hash-tools.pl line 40.
      -------------

      The reason is that ColorData.gperf uses CRLF line encoding.
      The proposed solution is to to change ColorData.gperf line encoding to LF.

            alexsch Alexandr Scherbatiy
            alexsch Alexandr Scherbatiy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: