RESOLVED FIXED Bug 19395
doltlibtool bug with bash 3.0
https://bugs.webkit.org/show_bug.cgi?id=19395
Summary doltlibtool bug with bash 3.0
Cal
Reported 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)
Attachments
workaround patch (505 bytes, text/x-diff)
2008-06-04 14:04 PDT, Cal
no flags
Cal
Comment 1 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.
Johan Bilien
Comment 2 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.
Alp Toker
Comment 3 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?
Alp Toker
Comment 4 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
Note You need to log in before you can comment on or make changes to this bug.