Bug 145435 - Build error.
Summary: Build error.
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-28 05:49 PDT by Alexey
Modified: 2016-03-22 10:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2015-05-28 05:49:16 PDT
Revision 184954.

 perl -I /home/aa.chuglazov/webkit/Source/WebCore/bindings/scripts/ /home/aa.chuglazov/webkit/Source/WebCore/bindings/scripts/generate-bindings.pl --include /home/aa.chuglazov/webkit/Source/WebCore/Modules --include /home/aa.chuglazov/webkit/Source/WebCore/css --include /home/aa.chuglazov/webkit/Source/WebCore/dom --include /home/aa.chuglazov/webkit/Source/WebCore/fileapi --include /home/aa.chuglazov/webkit/Source/WebCore/html --include /home/aa.chuglazov/webkit/Source/WebCore/html/canvas --include /home/aa.chuglazov/webkit/Source/WebCore/html/shadow --include /home/aa.chuglazov/webkit/Source/WebCore/html/track --include /home/aa.chuglazov/webkit/Source/WebCore/inspector --include /home/aa.chuglazov/webkit/Source/WebCore/loader/appcache --include /home/aa.chuglazov/webkit/Source/WebCore/page --include /home/aa.chuglazov/webkit/Source/WebCore/plugins --include /home/aa.chuglazov/webkit/Source/WebCore/storage --include /home/aa.chuglazov/webkit/Source/WebCore/svg --include /home/aa.chuglazov/webkit/Source/WebCore/workers --include /home/aa.chuglazov/webkit/Source/WebCore/xml --write-dependencies --outputDir . --defines "ENABLE_3D_TRANSFORMS ENABLE_ATTACHMENT_ELEMENT ENABLE_CANVAS_PATH ENABLE_CHANNEL_MESSAGING ENABLE_CSS3_CONDITIONAL_RULES ENABLE_CSS_BOX_DECORATION_BREAK ENABLE_CSS_GRID_LAYOUT ENABLE_CSS_IMAGE_SET ENABLE_CSS_REGIONS ENABLE_CSS_SELECTORS_LEVEL4 ENABLE_CSS_SHAPES ENABLE_CSS_SHAPE_INSIDE ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED ENABLE_CURSOR_VISIBILITY ENABLE_DETAILS_ELEMENT ENABLE_DOM4_EVENTS_CONSTRUCTOR ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX ENABLE_FULLSCREEN_API ENABLE_GEOLOCATION ENABLE_HIGH_DPI_CANVAS ENABLE_ICONDATABASE ENABLE_LEGACY_CSS_VENDOR_PREFIXES ENABLE_MATHML ENABLE_MEDIA_CONTROLS_SCRIPT ENABLE_MEDIA_STATISTICS ENABLE_METER_ELEMENT ENABLE_MOUSE_CURSOR_SCALE ENABLE_PICTURE_SIZES ENABLE_PROMISES ENABLE_REQUEST_ANIMATION_FRAME ENABLE_SHARED_WORKERS ENABLE_SQL_DATABASE ENABLE_SUBPIXEL_LAYOUT ENABLE_SVG_FONTS ENABLE_TEMPLATE_ELEMENT ENABLE_VIDEO ENABLE_VIDEO_TRACK ENABLE_VIEW_MODE_CSS_MEDIA ENABLE_WEB_SOCKETS ENABLE_WEBGL ENABLE_WEBVTT_REGIONS ENABLE_XHR_TIMEOUT ENABLE_XSLT  LANGUAGE_JAVASCRIPT" --generator JS --idlAttributesFile /home/aa.chuglazov/webkit/Source/WebCore/bindings/scripts/IDLAttributes.txt --supplementalDependencyFile ./SupplementalDependencies.txt /home/aa.chuglazov/webkit/Source/WebCore/dom/DocumentFragment.idl
  Could NOT find interface definition for Event in /home/aa.chuglazov/webkit/Source/WebCore/dom/Event.idl at /home/aa.chuglazov/webkit/Source/WebCore/bindings/scripts//CodeGenerator.pm line 267.
  make: *** [JSBeforeUnloadEvent.h] Error 255
  make: *** Ожидание завершения заданий…
  /home/aa.chuglazov/webkit/Source/WebCore/DerivedSources.make:1191: ошибка выполнения рецепта для цели «JSBeforeUnloadEvent.h»
  Could NOT find interface definition for Event in /home/aa.chuglazov/webkit/Source/WebCore/dom/Event.idl at /home/aa.chuglazov/webkit/Source/WebCore/bindings/scripts//CodeGenerator.pm line 267.
  /home/aa.chuglazov/webkit/Source/WebCore/DerivedSources.make:1191: ошибка выполнения рецепта для цели «JSCustomEvent.h»
  make: *** [JSCustomEvent.h] Error 255
  Failed to build /home/aa.chuglazov/webkit/Source/WebCore/DerivedSources.make:  at build-generated-files.pl line 91.
NMAKE : fatal error U1077: perl : ▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒ "0x2" [C:\cygwin\home\aa.chuglazov\webkit\Source\WebCore\WebCore.vcxproj\WebCoreGenerated.vcxproj]
  Stop.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: ▒▒室 ▒▒ ▒▒▒▒▒▒▒ "%SystemDrive%\cygwin\bin\which.exe bash [C:\cygwin\home\aa.chuglazov\webkit\Source\WebCore\WebCore.vcxproj\WebCoreGenerated.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH% [C:\cygwin\home\aa.chuglazov\webkit\Source\WebCore\WebCore.vcxproj\WebCoreGenerated.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: nmake /nologo -f WebCoreGeneratedWinCairo.make" ▒ ▒▒▒▒▒ 2. [C:\cygwin\home\aa.chuglazov\webkit\Source\WebCore\WebCore.vcxproj\WebCoreGenerated.vcxproj]


===== BUILD FAILED ======
Comment 1 Alexey Proskuryakov 2015-05-28 22:16:46 PDT
How do you build? All WebKit projects build successfully on our continuous integrations bots currently: <https://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/70455/steps/compile-webkit/logs/stdio>.
Comment 2 Brent Fulgham 2016-03-22 10:01:42 PDT
It's been nearly a year without response. Closing.

Please reopen if you have new information to report.