Bug 10333 - No-SVG/No-XPATH build failing due to missing newlines in empty SVG source files
Summary: No-SVG/No-XPATH build failing due to missing newlines in empty SVG source files
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 08:45 PDT by David Kilzer (:ddkilzer)
Modified: 2006-08-10 23:27 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 David Kilzer (:ddkilzer) 2006-08-10 08:45:38 PDT
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
Comment 1 David Kilzer (:ddkilzer) 2006-08-10 09:28:48 PDT
(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?
Comment 2 David Kilzer (:ddkilzer) 2006-08-10 10:01:01 PDT
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
Comment 3 David Kilzer (:ddkilzer) 2006-08-10 23:27:07 PDT
Mark (bdash) restarted the build slave, which appeared to fix the build issue.  Closing as RESOLVED/WORKSFORME.