[Python-3000] Make problem: make: *** [sharedmods] Error 1

nelis supernelis at gmail.com
Mon Dec 8 07:42:44 CET 2008


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 <dickinsm at gmail.com> 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
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: outputTest.txt
URL: <http://mail.python.org/pipermail/python-3000/attachments/20081208/22dfa6bb/attachment-0001.txt>


More information about the Python-3000 mailing list