[ python-Bugs-1487105 ] 2.5 rev 45972 fails build on Mac-Intel

SourceForge.net noreply at sourceforge.net
Wed Jul 5 06:02:45 CEST 2006


Bugs item #1487105, was opened at 2006-05-11 22:51
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1487105&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: Build
Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Alex Martelli (aleax)
Assigned to: Alex Martelli (aleax)
Summary: 2.5 rev 45972 fails build on Mac-Intel

Initial Comment:
brain:~/py25 alex$ make
gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes   Parser/acceler.o 
Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o 
Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/
firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/
mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/
pgenmain.o -ldl  -o Parser/pgen
/usr/bin/ld: warning Parser/printgrammar.o cputype (18, architecture 
ppc) does not match cputype (7) for specified -arch flag: i386 (file not 
loaded)
/usr/bin/ld: Undefined symbols:
__Py_printgrammar
__Py_printnonterminals
collect2: ld returned 1 exit status
make: *** [Parser/pgen] Error 1
brain:~/py25 alex$ 

This is a MacBook Pro with gcc version 4.0.1 (Apple Computer, Inc. build 
5250) -- not sure why there's an "architecture ppc" found somewhere, 
haven't looked at it in detail yet, but at any rate this breaks the make.


Alex


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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-07-04 21:02

Message:
Logged In: YES 
user_id=33168

Alex reported in mail that everything works as of 2.5b1.

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

Comment By: Martin v. Löwis (loewis)
Date: 2006-07-03 05:04

Message:
Logged In: YES 
user_id=21627

Lowering the priority - the problem apparently isn't all
that pressing anymore.

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

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-05-23 05:12

Message:
Logged In: YES 
user_id=580910

Never mind, wrong bug. I would like to hear if the trunk works for you though.

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

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-05-23 04:47

Message:
Logged In: YES 
user_id=580910

I've checked in a fix in revision 46103. Could you please test if this solves the 
problems for you?


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

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-05-19 03:38

Message:
Logged In: YES 
user_id=580910

It seems to work for me (current trunk). Feel free to assign this to me if it 
doesn't work for you.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2006-05-14 23:23

Message:
Logged In: YES 
user_id=33168

Alex, can you try with a current checkout?  It looks like
Ronald checked in fixes for x86 at 45997.

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

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


More information about the Python-bugs-list mailing list