[cairo-bugs] [Bug 18363] New: doltlibtool broken on linux with bash 3.00.0

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 3 16:59:52 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=18363

           Summary: doltlibtool broken on linux with bash 3.00.0
           Product: cairo
           Version: 1.8.2
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: jarod+freedesktop at eells.us
         QAContact: cairo-bugs at cairographics.org


There is a line in doltlibtool which chokes on this version of bash.

Here is a patch that seems to work:

diff cairo-1.8.2/doltlibtool cairo-1.8.2/doltlibtool.new 
11c11
<         *) args+=("$arg")
---
>         *) args="${args} ${arg}"

bash --version reports:

GNU bash, version 3.00.0(1)-release (x86_64-unknown-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list