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

noreply@sourceforge.net noreply@sourceforge.net
Sat, 10 Feb 2001 00:04:25 -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: Platform-specific
Priority: 7
Submitted by: tamisen
Assigned to : akuchling
Summary: [Unix] 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.


Follow-Ups:

Date: 2001-Feb-10 00:04
By: tim_one

Comment:
Assigned to Andrew, bumped priority, changed to Platform-specific, added
[Unix] tag to Summary.  Andrew, take a look?  tamisen is right that
unicodedatabase.c is no longer in the project.
-------------------------------------------------------

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