Re: [kbuild-devel] cml2-1.9.10 problems with kxref.py script

2001-12-20 Thread Steven Cole
On Thursday 20 December 2001 11:58 am, Eric S. Raymond wrote: > Steven Cole <[EMAIL PROTECTED]>: > > Results of cml2-1.9.11 and Python 2.1 after kxref.out is deleted: [snippage] > > NameError: global name 'definere' is not defined > > Aaarrgghh. I typoed. Apply this patch: > Obviously correct pa

Re: [kbuild-devel] cml2-1.9.10 problems with kxref.py script

2001-12-20 Thread Eric S. Raymond
Steven Cole <[EMAIL PROTECTED]>: > Results of cml2-1.9.11 and Python 2.1 after kxref.out is deleted: > [root@spc linux-2.4.17-rc2-cml2]# scripts/kxref.py -e > scripts/kxref.py:145: SyntaxWarning: local name 'definere' in 'makexref' shadows use >of 'definere' as global in nested scope 'xrefvisit'

Re: [kbuild-devel] cml2-1.9.10 problems with kxref.py script

2001-12-20 Thread Steven Cole
On Wednesday 19 December 2001 09:47 pm, Eric S. Raymond wrote: > Steven Cole <[EMAIL PROTECTED]>: > > I'm having problems getting the kxref.py script to run using recent > > versions of cml2. > > Hm. Looks likew Python versions before 2.2b1 get a little confused about > nested scopes. I'll put o

Re: [kbuild-devel] cml2-1.9.10 problems with kxref.py script

2001-12-19 Thread Eric S. Raymond
Steven Cole <[EMAIL PROTECTED]>: > I'm having problems getting the kxref.py script to run using recent > versions of cml2. Hm. Looks likew Python versions before 2.2b1 get a little confused about nested scopes. I'll put out a 1.9.11 to address this. -- http://www.tuxedo.org/~es

[kbuild-devel] cml2-1.9.10 problems with kxref.py script

2001-12-19 Thread Steven Cole
Hello all, I'm having problems getting the kxref.py script to run using recent versions of cml2. This used to work just fine back some time ago. Due to a recent disk cleanup, the only combination which I could quickly verify still works for kxref -e is cml2-1.6.6 and linux-2.4.6, on both of th