[Monetdb-developers] python error during bootstrap
Hi all, after cvs update all modules, rebuild monet from scratch (i.e. boostrap, confgure, make, make install). all other modules (i.e. buildtools, MonetDB, clients, java, MonetDB4, MonetDB5, sql) can be build without problem, however bootstrap pathfinder results in some python errors: [andorea:/ufs/zhang/monet/dev/pathfinder] $ ./bootstrap automake 1.10 is 1.7 or newer. Good. autoconf 2.61 is 2.57 or newer. Good. libtool 1.5.24 is 1.4 or newer. Good. Python 2.5.1 is 2.0.0 or newer. Good. /ufs/zhang/monet/dev/pathfinder/conf /ufs/zhang/monet/dev/pathfinder/compiler /ufs/zhang/monet/dev/pathfinder/compiler/utils /ufs/zhang/monet/dev/pathfinder/compiler/schema /ufs/zhang/monet/dev/pathfinder/compiler/debug /ufs/zhang/monet/dev/pathfinder/compiler/mem /ufs/zhang/monet/dev/pathfinder/compiler/parser /ufs/zhang/monet/dev/pathfinder/compiler/semantics /ufs/zhang/monet/dev/pathfinder/compiler/core /ufs/zhang/monet/dev/pathfinder/compiler/algebra /ufs/zhang/monet/dev/pathfinder/compiler/algebra/opt /ufs/zhang/monet/dev/pathfinder/compiler/algebra/prop /ufs/zhang/monet/dev/pathfinder/compiler/algebra/map /ufs/zhang/monet/dev/pathfinder/compiler/mil /ufs/zhang/monet/dev/pathfinder/compiler/include /ufs/zhang/monet/dev/pathfinder/compiler/sql /ufs/zhang/monet/dev/pathfinder/compiler/xmlimport /ufs/zhang/monet/dev/pathfinder/runtime ('error', '}', '=') Traceback (most recent call last): File "/export/scratch1/zhang/monet-install/dev/debug/bin/ autogen.py", line 163, in <module> (InstallList, DocList, OutList) = main(topdir, topdir, automake, []) File "/export/scratch1/zhang/monet-install/dev/debug/bin/ autogen.py", line 146, in main main(d, topdir, automake, incdirsmap, conditional + cond) File "/export/scratch1/zhang/monet-install/dev/debug/bin/ autogen.py", line 133, in main (InstallList, DocList, OutList) = am.output(p.curvar, cwd, topdir, automake, conditional) File "/export/scratch1/zhang/monet-install/dev/debug/lib/python2.5/ site-packages/autogen/am.py", line 1097, in output output_funcs[i](fd, i, v, am) File "/export/scratch1/zhang/monet-install/dev/debug/lib/python2.5/ site-packages/autogen/am.py", line 809, in am_libs if (libsmap.has_key("DIR")): AttributeError: 'list' object has no attribute 'has_key' Does someone has a idea what's happening here? I'm using the current branch. OS info: $ uname -a Linux andorea.ins.cwi.nl 2.6.23.15-137.fc8 #1 SMP Sun Feb 10 17:03:13 EST 2008 x86_64 x86_64 x86_64 GNU/Linux Thanks, Jennie
sorry, please forget it. Already solved by Stefan (thanks). It was caused by a mistake in the Makefile.ag I was changing. On Feb 14, 2008, at 18:49 , Ying Zhang wrote:
Hi all,
after cvs update all modules, rebuild monet from scratch (i.e. boostrap, confgure, make, make install). all other modules (i.e. buildtools, MonetDB, clients, java, MonetDB4, MonetDB5, sql) can be build without problem, however bootstrap pathfinder results in some python errors:
[andorea:/ufs/zhang/monet/dev/pathfinder] $ ./bootstrap automake 1.10 is 1.7 or newer. Good. autoconf 2.61 is 2.57 or newer. Good. libtool 1.5.24 is 1.4 or newer. Good. Python 2.5.1 is 2.0.0 or newer. Good. /ufs/zhang/monet/dev/pathfinder/conf /ufs/zhang/monet/dev/pathfinder/compiler /ufs/zhang/monet/dev/pathfinder/compiler/utils /ufs/zhang/monet/dev/pathfinder/compiler/schema /ufs/zhang/monet/dev/pathfinder/compiler/debug /ufs/zhang/monet/dev/pathfinder/compiler/mem /ufs/zhang/monet/dev/pathfinder/compiler/parser /ufs/zhang/monet/dev/pathfinder/compiler/semantics /ufs/zhang/monet/dev/pathfinder/compiler/core /ufs/zhang/monet/dev/pathfinder/compiler/algebra /ufs/zhang/monet/dev/pathfinder/compiler/algebra/opt /ufs/zhang/monet/dev/pathfinder/compiler/algebra/prop /ufs/zhang/monet/dev/pathfinder/compiler/algebra/map /ufs/zhang/monet/dev/pathfinder/compiler/mil /ufs/zhang/monet/dev/pathfinder/compiler/include /ufs/zhang/monet/dev/pathfinder/compiler/sql /ufs/zhang/monet/dev/pathfinder/compiler/xmlimport /ufs/zhang/monet/dev/pathfinder/runtime ('error', '}', '=') Traceback (most recent call last): File "/export/scratch1/zhang/monet-install/dev/debug/bin/ autogen.py", line 163, in <module> (InstallList, DocList, OutList) = main(topdir, topdir, automake, []) File "/export/scratch1/zhang/monet-install/dev/debug/bin/ autogen.py", line 146, in main main(d, topdir, automake, incdirsmap, conditional + cond) File "/export/scratch1/zhang/monet-install/dev/debug/bin/ autogen.py", line 133, in main (InstallList, DocList, OutList) = am.output(p.curvar, cwd, topdir, automake, conditional) File "/export/scratch1/zhang/monet-install/dev/debug/lib/python2.5/ site-packages/autogen/am.py", line 1097, in output output_funcs[i](fd, i, v, am) File "/export/scratch1/zhang/monet-install/dev/debug/lib/python2.5/ site-packages/autogen/am.py", line 809, in am_libs if (libsmap.has_key("DIR")): AttributeError: 'list' object has no attribute 'has_key'
Does someone has a idea what's happening here?
I'm using the current branch.
OS info:
$ uname -a Linux andorea.ins.cwi.nl 2.6.23.15-137.fc8 #1 SMP Sun Feb 10 17:03:13 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
Thanks,
Jennie
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
participants (1)
-
Ying Zhang