[ python-Bugs-1311579 ] 2.4.2 make problems

SourceForge.net noreply at sourceforge.net
Mon Oct 10 20:17:36 CEST 2005


Bugs item #1311579, was opened at 2005-10-03 07:58
Message generated for change (Comment added) made by nlhas
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1311579&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Paul Mothersdill (nlhas)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.4.2 make problems

Initial Comment:
Recommended to post this as a bug in comp.lang.
python:


++++ Reply from Reinhold Birkenfeld

> I have a standard Debian x86 system with Python 2.4.1 
(compiled from
> source). Attempts to compile 2.4.2 fail with references 
to Unicode --
> is there a basic system library that's missing?
> 


Can you post a bug report to SourceForge and include 
the full output from
make there?

Also, have there been any unusual configure warnings?

Reinhold

+++++

No: nothing unusual that I can see in configure output -- I 
can post config.log if necessary.


----------------------------------------------------------------------

>Comment By: Paul Mothersdill (nlhas)
Date: 2005-10-10 18:17

Message:
Logged In: YES 
user_id=424542

There is no output from nm unicodeobject.o -- the file is there 
(441 bytes, no permissions problems). See script.txt.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2005-10-08 10:03

Message:
Logged In: YES 
user_id=21627

Do you have an Objects/unicodeobject.o in your build tree?
If yes, can you please do

nm Objects/unicodeobject.o > unicodesyms.txt

and attach the resulting file, as well as

ar tv libpython2.4.a|grep unicode

and report the output of this command? TIA.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1311579&group_id=5470


More information about the Python-bugs-list mailing list