Bug 10333
| Summary: | No-SVG/No-XPATH build failing due to missing newlines in empty SVG source files | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | mrowe |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
David Kilzer (:ddkilzer)
The no-svg/no-xpath build is apparently failing due to missing line numbers:
/Users/buildbot/Desktop/BuildData/WebKit-BuildSlave/periodic-powerpc-mac-os-x-no-svg/build/WebKitBuild/Release/DerivedSources/WebCore/SVGNames.cpp:155:4: error: no newline at end of file
** BUILD FAILED **
http://build.webkit.org/periodic-powerpc-mac-os-x-no-svg/builds/914/step-compile-release/0
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
(In reply to comment #0)
> /[...]/WebKitBuild/Release/DerivedSources/WebCore/SVGNames.cpp:155:4:
> error: no newline at end of file
> ** BUILD FAILED **
This doesn't make any sense! Why are there 155 lines in SVGNames.cpp on the release no-svg/no-xpath build? The file should be empty! Is there a problem with the WebCore/DerivedSources.make file or how it's invoked?
David Kilzer (:ddkilzer)
Doing a binary search of the no-svg buildbot builds, this error first occurred in Build 868.
http://build.webkit.org/periodic-powerpc-mac-os-x-no-svg/builds/868
http://build.webkit.org/periodic-powerpc-mac-os-x-no-svg/builds/868/step-compile-release/0
David Kilzer (:ddkilzer)
Mark (bdash) restarted the build slave, which appeared to fix the build issue. Closing as RESOLVED/WORKSFORME.