Bugs item #1487105, was opened at 2006-05-12 07:51 Message generated for change (Comment added) made by ronaldoussoren 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: Open Resolution: None Priority: 7 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: Ronald Oussoren (ronaldoussoren) Date: 2006-05-23 14: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 13: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 12: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-15 08: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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com