[ python-Bugs-1311579 ] 2.4.2 make problems

SourceForge.net noreply at sourceforge.net
Mon Oct 10 22:19:31 CEST 2005


Bugs item #1311579, was opened at 2005-10-03 09:58
Message generated for change (Comment added) made by loewis
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: Martin v. Löwis (loewis)
Date: 2005-10-10 22:19

Message:
Logged In: YES 
user_id=21627

Really strange...

Can you please
1.'file Objects/unicodeobject.o' (report its output)
2. rm Objects/unicodeobject.o
3. make  (report the precise command used to rebuild
unicodeobject.o)
4. Invoke the command detected in 3), adding --save-temps
5. Attached a compressed version of the resulting
unicodeobject.i


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

Comment By: Paul Mothersdill (nlhas)
Date: 2005-10-10 20:57

Message:
Logged In: YES 
user_id=424542

The previous stuff was based on the bz2 source file.

On a hunch I downloaded the tgz source, which compiled like 
a dream.

I can only assume that there must be a difference between the 
two source files (at least as downloaded a couple of weeks 
ago immediately after release for bz2 and now for tgz). 
Unfortunately the original bz2 file has been deleted.

Anyway: the problem has "gone away".


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

Comment By: Paul Mothersdill (nlhas)
Date: 2005-10-10 20: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 12: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