RE: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-06 Thread Luck, Tony
> So somewhere a perl variant has existed. This mail thread http://tinyurl.com/2vuacw points to the perl version. But it doesn't appear to have ever been checked into the tree (and the mail message says that it also suffers from the not-working for a 64-bit binary when running on a 32-bit host is

Re: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-06 Thread Sam Ravnborg
On Thu, Dec 06, 2007 at 02:05:15PM -0800, Luck, Tony wrote: > > What was the exact reason switching to phython and can we do the same in > > perl? > > It was a shell script (using awk) before it was pythonised. The > motivation was correct functionality when cross-building on a > 32-bit host. He

RE: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-06 Thread Luck, Tony
> What was the exact reason switching to phython and can we do the same in perl? It was a shell script (using awk) before it was pythonised. The motivation was correct functionality when cross-building on a 32-bit host. Here's the commit: http://tinyurl.com/28hmoc -Tony - To unsubscribe from t

Re: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-06 Thread Sam Ravnborg
On Wed, Dec 05, 2007 at 03:25:46PM -0800, Luck, Tony wrote: > > Oh well, whatever. Please treat this as a bug report. > > > > ie: someone please fix it. > > Perhaps with? > > - -$(Q)READELF=$(READELF) $(srctree)/arch/ia64/scripts/unwcheck.py $< > + -$(Q)READELF=$(READELF) python $(srctre

Re: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-06 Thread Andrew Morton
On Thu, 6 Dec 2007 07:45:57 + Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Wed, Dec 05, 2007 at 03:17:33PM -0800, Andrew Morton wrote: > > > > - -$(Q)READELF=$(READELF) > > > > $(srctree)/arch/ia64/scripts/unwcheck.py $< > > > > + -$(Q)READELF=$(READELF) $(CONFIG_SHELL) > >

Re: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-05 Thread Christoph Hellwig
On Wed, Dec 05, 2007 at 03:17:33PM -0800, Andrew Morton wrote: > > > - -$(Q)READELF=$(READELF) $(srctree)/arch/ia64/scripts/unwcheck.py $< > > > + -$(Q)READELF=$(READELF) $(CONFIG_SHELL) > > > $(srctree)/arch/ia64/scripts/unwcheck.py $< > > > > unwcheck.py is not a shell script. > > > > Oh well

Re: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-05 Thread Andreas Schwab
Andrew Morton <[EMAIL PROTECTED]> writes: > On Thu, 06 Dec 2007 00:06:14 +0100 > Andreas Schwab <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] writes: >> >> > diff -puN >> > arch/ia64/Makefile~ia64-dont-assume-that-unwcheckpy-is-executable >> > arch/ia64/Makefile >> > --- a/arch/ia64/Makefil

Re: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-05 Thread Andrew Morton
On Wed, 5 Dec 2007 15:25:46 -0800 "Luck, Tony" <[EMAIL PROTECTED]> wrote: > > Oh well, whatever. Please treat this as a bug report. > > > > ie: someone please fix it. > > Perhaps with? > > - -$(Q)READELF=$(READELF) $(srctree)/arch/ia64/scripts/unwcheck.py $< > + -$(Q)READELF=$(READELF)

RE: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-05 Thread Luck, Tony
> Oh well, whatever. Please treat this as a bug report. > > ie: someone please fix it. Perhaps with? - -$(Q)READELF=$(READELF) $(srctree)/arch/ia64/scripts/unwcheck.py $< + -$(Q)READELF=$(READELF) python $(srctree)/arch/ia64/scripts/unwcheck.py $< - To unsubscribe from this list: se

Re: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-05 Thread Andrew Morton
On Thu, 06 Dec 2007 00:06:14 +0100 Andreas Schwab <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > > > diff -puN arch/ia64/Makefile~ia64-dont-assume-that-unwcheckpy-is-executable > > arch/ia64/Makefile > > --- a/arch/ia64/Makefile~ia64-dont-assume-that-unwcheckpy-is-executable > > +++ a/

Re: [patch 2/3] ia64: don't assume that unwcheck.py is executable

2007-12-05 Thread Andreas Schwab
[EMAIL PROTECTED] writes: > diff -puN arch/ia64/Makefile~ia64-dont-assume-that-unwcheckpy-is-executable > arch/ia64/Makefile > --- a/arch/ia64/Makefile~ia64-dont-assume-that-unwcheckpy-is-executable > +++ a/arch/ia64/Makefile > @@ -77,7 +77,7 @@ vmlinux.gz: vmlinux > $(Q)$(MAKE) $(build)=$(