strange, I was studying the debug output in the file, and it differs from what I had earlier, so I did run it again and got the same output again:
Avoiding implicit rule recursion. Trying pattern rule with stem `Info.plist.sh'. Trying implicit prerequisite `Mac/Resources/framework/Info.plist.sh,v'. Trying pattern rule with stem `Info.plist.sh'. Trying implicit prerequisite `Mac/Resources/framework/RCS/Info.plist.sh,v'. Trying pattern rule with stem `Info.plist.sh'. Trying implicit prerequisite `Mac/Resources/framework/RCS/Info.plist.sh'. Trying pattern rule with stem `Info.plist.sh'. Trying implicit prerequisite `Mac/Resources/framework/s.Info.plist.sh'. Trying pattern rule with stem `Info.plist.sh'. Trying implicit prerequisite `Mac/Resources/framework/SCCS/s.Info.plist.sh'. No implicit rule found for `Mac/Resources/framework/Info.plist'. Finished prerequisites of target file `Mac/Resources/framework/Info.plist'. No need to remake target `Mac/Resources/framework/Info.plist'. Finished prerequisites of target file `Python.framework/Versions/3.0/Python'. Prerequisite `libpython3.0.a' is older than target `Python.framework/Versions/3.0/Python'. Prerequisite `Mac/Resources/framework/Info.plist' is older than target `Python.framework/Versions/3.0/Python'. No need to remake target `Python.framework/Versions/3.0/Python'. Finished prerequisites of target file `python.exe'. Prerequisite `Modules/python.o' is older than target `python.exe'. Prerequisite `libpython3.0.a' is older than target `python.exe'. Prerequisite `Python.framework/Versions/3.0/Python' is older than target `python.exe'. No need to remake target `python.exe'. Considering target file `oldsharedmods'. File `oldsharedmods' does not exist. Finished prerequisites of target file `oldsharedmods'. Must remake target `oldsharedmods'. Successfully remade target file `oldsharedmods'. Considering target file `sharedmods'. File `sharedmods' does not exist. Pruning file `python.exe'. Finished prerequisites of target file `sharedmods'. Must remake target `sharedmods'. Putting child 0x001d2d00 (sharedmods) PID 40385 on the chain. Live child 0x001d2d00 (sharedmods) PID 40385 Reaping losing child 0x001d2d00 PID 40385 make: *** [sharedmods] Error 1 Removing child 0x001d2d00 PID 40385 from chain. On Mon, Dec 8, 2008 at 7:42 AM, nelis <[EMAIL PROTECTED]> wrote: > Thanks for the replies. I was not sure to submit the asked output to > the list or the bug report, so I posted it to the list. > > 10-92-86-47:Python-3.0 nelis$ locale > LANG= > LC_COLLATE="C" > LC_CTYPE="UTF-8" > LC_MESSAGES="C" > LC_MONETARY="C" > LC_NUMERIC="C" > LC_TIME="C" > LC_ALL= > > last lines of debug output make (full output in attachement): > ----- > ... > Finished prerequisites of target file `sharedmods'. > Must remake target `sharedmods'. > Putting child 0x001d2ca0 (sharedmods) PID 39678 on the chain. > Live child 0x001d2ca0 (sharedmods) PID 39678 > Reaping losing child 0x001d2ca0 PID 39678 > make: *** [sharedmods] Error 1 > Removing child 0x001d2ca0 PID 39678 from chain. > 10-92-86-47:Python-3.0 nelis$ make -d >> output.txt > /Users/nelis/temp/Python-3.0/Modules/_ssl.c: In function > '_get_peer_alt_names': > /Users/nelis/temp/Python-3.0/Modules/_ssl.c:692: warning: passing > argument 2 of 'ASN1_item_d2i' from incompatible pointer type > /Users/nelis/temp/Python-3.0/Modules/_ssl.c:697: warning: passing > argument 2 of 'method->d2i' from incompatible pointer type > In file included from /System/Library/Frameworks/Tk.framework/Headers/tk.h:96, > from /Users/nelis/temp/Python-3.0/Modules/_tkinter.c:67: > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:140: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:343: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:462: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:480: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:505: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:506: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:518: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:531: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:1065: > warning: function declaration isn't a prototype > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused because > linking not done > In file included from /System/Library/Frameworks/Tk.framework/Headers/tk.h:96, > from /Users/nelis/temp/Python-3.0/Modules/tkappinit.c:17: > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:140: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:343: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:462: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:480: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:505: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:506: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:518: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:531: > warning: function declaration isn't a prototype > /System/Library/Frameworks/Tk.framework/Headers/X11/Xlib.h:1065: > warning: function declaration isn't a prototype > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused because > linking not done > > > > On Sun, Dec 7, 2008 at 11:04 PM, Mark Dickinson <[EMAIL PROTECTED]> wrote: >>> gcc Python.framework/Versions/3.0/Python -o python.exe \ >>> Modules/python.o \ >>> -ldl >>> make: *** [sharedmods] Error 1 >> >> It seems likely that this is related to a report on comp.lang.python in >> November: >> >> http://mail.python.org/pipermail/python-list/2008-November/514159.html >> >> nelis, what's the output of the "locale" command on your system? >> >> I've opened >> >> http://bugs.python.org/issue4585 >> >> for this. >> >> Mark >> > _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com