Re: [PATCH] ld-version: Fix awk regex compile failure

2016-03-10 Thread James Hogan
On Thu, Mar 10, 2016 at 11:19:57PM +0530, Sudip Mukherjee wrote: > On Tuesday 08 March 2016 10:17 PM, James Hogan wrote: > > The ld-version.sh script fails on some versions of awk with the > > following error, resulting in build failures for MIPS: > > > > awk: scripts/ld-version.sh: line 4: regular

Re: [PATCH] ld-version: Fix awk regex compile failure

2016-03-10 Thread Sudip Mukherjee
On Tuesday 08 March 2016 10:17 PM, James Hogan wrote: The ld-version.sh script fails on some versions of awk with the following error, resulting in build failures for MIPS: awk: scripts/ld-version.sh: line 4: regular expression compile failed (missing '(') This is due to the regular expression

Re: [PATCH] ld-version: Fix awk regex compile failure

2016-03-08 Thread Michael S. Tsirkin
On Tue, Mar 08, 2016 at 04:47:53PM +, James Hogan wrote: > The ld-version.sh script fails on some versions of awk with the > following error, resulting in build failures for MIPS: > > awk: scripts/ld-version.sh: line 4: regular expression compile failed > (missing '(') > > This is due to the

[PATCH] ld-version: Fix awk regex compile failure

2016-03-08 Thread James Hogan
The ld-version.sh script fails on some versions of awk with the following error, resulting in build failures for MIPS: awk: scripts/ld-version.sh: line 4: regular expression compile failed (missing '(') This is due to the regular expression ".*)", meant to strip off the beginning of the ld versi