Bug 19395 - doltlibtool bug with bash 3.0
Summary: doltlibtool bug with bash 3.0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2008-06-04 14:01 PDT by Cal
Modified: 2008-10-30 14:23 PDT (History)
2 users (show)

See Also:


Attachments
workaround patch (505 bytes, text/x-diff)
2008-06-04 14:04 PDT, Cal
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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