Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2014 00:54:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 196041] [patch] unbreak x11/gnome-shell stage-qa on FreeBSD 8
Message-ID:  <bug-196041-6497-HY3KGM1rh3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196041-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196041-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196041

--- Comment #4 from Don Lewis <truckman@FreeBSD.org> ---
(In reply to Jan Beich from comment #3)
> Created attachment 150660 [details]
> escape }
> 
> Is this caused by base r214492? If so try the attached workaround.

Do you mean the lack of the change in r214492?  The revision history of
sh/parser.c in stable/8 is:

------------------------------------------------------------------------
r221522 | jilles | 2011-05-06 05:49:32 -0700 (Fri, 06 May 2011) | 12 lines

MFC r220903: sh: Do not word split "${#parameter}".

This is only a problem if IFS contains digits, which is unusual but valid.

Because of an incorrect fix for PR bin/12137, "${#parameter}" was treated
as ${#parameter}. The underlying problem was that "${#parameter}"
erroneously added CTLESC bytes before determining the length. This
was properly fixed for PR bin/56147 but the incorrect fix was not backed
out.

Reported by:    Seeker on forums.freebsd.org

------------------------------------------------------------------------
r214113 | obrien | 2010-10-20 11:25:00 -0700 (Wed, 20 Oct 2010) | 2 lines

MFC r213811: c89 linkage and storage class (also covers r213744, r213760)



Your fix also appears to work.

The graphics/evince port also has this problem, see:
<https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195943>;

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196041-6497-HY3KGM1rh3>