[Python-bugs-list] [Bug #131796] Build error in 2.1a2 due to missing unicodedatabase.c

noreply@sourceforge.net noreply@sourceforge.net
Fri, 09 Feb 2001 16:26:31 -0800


Bug #131796, was updated on 2001-Feb-09 16:26
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: tamisen
Assigned to : nobody
Summary: Build error in 2.1a2 due to missing unicodedatabase.c

Details: I uncommented the line for the unicodedata module in
Modules/Setup:

unicodedata unicodedata.c unicodedatabase.c
                        # static Unicode character database

and then building fails because the unicodedatabase.c file is missing:

make: *** No rule to make target `Modules/unicodedatabase.c', needed by
`Modules/unicodedatabase.o'.  Stop.

Looking inside the Modules directory, I see that it appears the code for
the unicodedata module no longer requires the missing file.

After removing unicodedatabase.c from Modules/Setup, I was able to build
the module successfully.


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131796&group_id=5470