Bug 101980

Summary: Perl errors from Tools/Scripts/copy-webkitlibraries-to-product-directory
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, dbates, mrowe, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Eric Seidel (no email) 2012-11-12 13:45:25 PST
Use of uninitialized value in numeric gt (>) at Tools/Scripts/copy-webkitlibraries-to-product-directory line 49.
Updating libWebKitSystemInterfaceLeopard.a
ditto: can't get real path for source
Use of uninitialized value in numeric gt (>) at Tools/Scripts/copy-webkitlibraries-to-product-directory line 49.
Updating libWebKitSystemInterfaceSnowLeopard.a
ditto: can't get real path for source

I'm not sure we care, but I figured I should report them.
Comment 1 Daniel Bates 2012-11-12 14:56:07 PST
(In reply to comment #0)
> Use of uninitialized value in numeric gt (>) at Tools/Scripts/copy-webkitlibraries-to-product-directory line 49.
> Updating libWebKitSystemInterfaceLeopard.a
> ditto: can't get real path for source
> Use of uninitialized value in numeric gt (>) at Tools/Scripts/copy-webkitlibraries-to-product-directory line 49.
> Updating libWebKitSystemInterfaceSnowLeopard.a
> ditto: can't get real path for source
> 
> I'm not sure we care, but I figured I should report them.

Changeset 133670 <http://trac.webkit.org/changeset/133670> deleted the libraries libWebKitSystemInterfaceLeopard.a and libWebKitSystemInterfaceSnowLeopard.a. I take it you recently performed a clean build and/or deleted WebKitBuild/{Debug, Release} and hence no longer have these libraries in your working copy.
Comment 2 Daniel Bates 2012-11-12 15:00:11 PST
Created attachment 173736 [details]
Patch
Comment 3 Eric Seidel (no email) 2012-11-12 15:37:33 PST
Thanks!
Comment 4 WebKit Review Bot 2012-11-12 20:02:11 PST
Comment on attachment 173736 [details]
Patch

Clearing flags on attachment: 173736

Committed r134344: <http://trac.webkit.org/changeset/134344>
Comment 5 WebKit Review Bot 2012-11-12 20:02:16 PST
All reviewed patches have been landed.  Closing bug.