Bug 19395

Summary: doltlibtool bug with bash 3.0
Product: WebKit Reporter: Cal <calzplace>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alp, jobi
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
workaround patch none

Description Cal 2008-06-04 14:01:04 PDT
On Linux RHEL 4, with bash version 3.00 doltlibtool breaks due to string concatenation on line 11.  (bash 3.0 doesn't support the += operator)
Comment 1 Cal 2008-06-04 14:04:22 PDT
Created attachment 21498 [details]
workaround patch

This patch works, but bypasses the doltcompile script...  which I believe breaks the compile process later on.
Comment 2 Johan Bilien 2008-07-29 16:41:00 PDT
I'm seeing the same on maemo with a version 2.X of bash. I worked around it by commenting the DOLT line in configure.ac.
Comment 3 Alp Toker 2008-10-30 13:59:34 PDT
I landed a fix for this in mono SVN a while back but it's not in WebKit yet.

http://lists.ximian.com/pipermail/mono-patches/2008-June/121713.html

Can you test this and make sure it doesn't hurt performance so we can get it in WebKit?
Comment 4 Alp Toker 2008-10-30 14:23:30 PDT
Fix landed in r38011. It'd be nice if you could comment here how well the fix works for you. Cheers