Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: "Dr. Werner Fink" Newsgroups: gnu.bash.bug Subject: Re: [bug-bash] Bash-5.0-beta2 available for download Date: Thu, 29 Nov 2018 16:09:54 +0100 Lines: 70 Approved: bug-bash@gnu.org Message-ID: References: <181127182438.AA13183.SM@caleb.ins.cwru.edu> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xgyAXRrhYN0wYx8y" X-Trace: usenet.stanford.edu 1543504213 8024 208.118.235.17 (29 Nov 2018 15:10:13 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org X-Virus-Scanned: by amavisd-new at test-mx.suse.de Content-Disposition: inline In-Reply-To: <181127182438.AA13183.SM@caleb.ins.cwru.edu> X-GPG-Fingerprint: 1B06 BF5A 3829 90FB CBA2 75BE 50E9 0D55 1DC1 6B2E User-Agent: Mutt/1.10.1 (2018-07-13) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 195.135.220.15 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:14862 --xgyAXRrhYN0wYx8y Content-Type: multipart/mixed; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 27, 2018 at 01:24:38PM -0500, Chet Ramey wrote: > The second beta release of bash-5.0 is now available with the URL >=20 > ftp://ftp.cwru.edu/pub/bash/bash-5.0-beta2.tar.gz >=20 I see this [ 2709s] seq.c: In function 'long_double_format': [ 2709s] seq.c:166:9: error: expected ';' before 'return' [ 2709s] return ldfmt; [ 2709s] ^~~~~~ with attached patcj this should go away --=20 "Having a smoking section in a restaurant is like having a peeing section in a swimming pool." -- Edward Burr --7AUc2qLy4jB3hD7Z Content-Type: text/x-patch; charset=iso-8859-1 Content-Disposition: attachment; filename="x.patch" --- bash-5.0-beta2/examples/loadables/seq.c +++ bash-5.0-beta2/examples/loadables/seq.c 2018-11-29 15:06:37.818582755 +0000 @@ -161,7 +161,7 @@ long_double_format (char const *fmt) strcpy (ldfmt + length_modifier_offset + 1, fmt + length_modifier_offset + has_L); #else - strcpy (ldfmt + length_modifier_offset, fmt + length_modifier_offset) + strcpy (ldfmt + length_modifier_offset, fmt + length_modifier_offset); #endif return ldfmt; } --7AUc2qLy4jB3hD7Z-- --xgyAXRrhYN0wYx8y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJgBAABCABKFiEEGwa/WjgpkPvLonW+UOkNVR3Bay4FAlwAAT0sFIAAAAAAFQAO cGthLWFkZHJlc3NAZ251cGcub3Jnd2VybmVyQHN1c2UuZGUACgkQUOkNVR3Bay4w oQ/+LhELWehxE+ju/PzDKrjBe38/IGp20z17zOTxZEN0ra9KnvmQDyBwEYNaGA+S 1pjMQV0fHhai95+brcJjMD9V/e663YLNH2lPFv9Bk7bu0/TJX9iKJL/GFFpHt4dz hASRv2ya52JzMynb0etKi+4Odtxv9KClcz+xprtccwZP1UtE6g+9Ow8+qEnRkRIV lZSVu0IKOuaAFzh1DwIo/hXGZtZ/Q7rVW4pwtGtimT9cmTNuRWxqEmFHXcbZIkC7 D45N1SmRlfFz2tOCOnQfMCep9heAZoo9vayzb+BDnEuwHcmPnfdzeaca1T0pghj0 2jUQy0U3BY9oY986CoR3tFEoWB6GOdsgy3gZjlkNylEfdmO0BklI2ufzCaoYVCHu PxqRMKlaWwpdQoq07ElIq15TkYigLXc7CrnG1TpHpQEjJri3XFvH9sleCSXEBibl ayCyr6vHEXaeZRI/gy5E8LIQ69oWnOHUNNX+vvX32ozfePnsAxXpZK3XDEDtRRbS 9hCA73u/4LoaCNbk8RFn18YAdF5UModlc0hohDpU6qqSGLsavva4E7pxMRWlippl H9vrKtt0oE8UKxLICgB7uC3v6XvQ+63PtFVZQacv+t4rOkmxe0CWkQETlo0AiSmW qnZteuhYhvVhVhKyRzKZ2ZDQkSjlji8GYRniydhtz+E8lXM= =Iguj -----END PGP SIGNATURE----- --xgyAXRrhYN0wYx8y--