Brian: Many packages in the official distribution don't yet work on 
jaguar.  The fink developers have been working very hard to fix them 
all, but it takes time.  The main difficult is that some of the fixes 
are not backward compatible - i.e. they won't work on 10.1. A new 
release will be available soon, but if you can't wait you can use CVS 
to get the packages descriptions that have been fixed for 10.2.  Here 
are the instructions:

1) create a directory called "finkcvs"
2) cd to that directory
3) cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login
4) cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co 
dists
5) cd dists/10.2/unstable/main/finkinfo/languages; cp 
python-nox-2.2.1-8* /sw/fink/dists/unstable/main/finkinfo/languages
6) you'll also need to copy the .info files for some python 
dependencies (db3 and readline at least)
7) enable the unstable tree if you haven't already (by adding 
unstable/main to the Trees line in /sw/etc/fink.conf)
8) fink update python-nox


python-2.2.1-8 has been working fine for me on Jag.

-Jeff

On Wednesday, August 28, 2002, at 03:51 PM, Brian Landers wrote:

> Hi there,
>
> You're listed as the maintainer for Fink's Python package, so 
> apologies in
> advance if I'm writing the wrong person.
>
> It looks like Python is broken on 10.2 (Jaguar) in that the 
> _socket.dynlib
> library does not successfully build.  This breaks the socket.py module 
> and
> all those modules that require it (a lot).  Python itself builds and
> installs just fine (no fatal make errors).  It just skips building the
> _socket.dynlib module.  Here's the error I got on building:
>
> Hope this is helpful.
>
> Cheers,
> Brian
>
>
> building '_socket' extension
> gcc -DNDEBUG -O3 -Wall -Wstrict-prototypes -fno-common -I.
> -I/sw/src/python-2.2.1-6/Python-2.2.1/./Include
> -I/sw/src/python-2.2.1-6/Python-2.2.1/./Mac/Include -I/sw/include
> -I/usr/local/include -IInclude/ -c
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/socketmodule.c -o
> build/temp.darwin-6.0-PowerMacintosh-2.2/socketmodule.o
> In file included from
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/socketmodule.c:232:
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/getaddrinfo.c:71:
> `IN6ADDR_GAI_ANY_INIT' undeclared here (not in a function)
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/getaddrinfo.c: In function
> `fake_getaddrinfo':
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/getaddrinfo.c:435: 
> structure has
> no member named `s6_addr8'
> In file included from
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/socketmodule.c:232:
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/getaddrinfo.c: In function
> `get_addr':
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/getaddrinfo.c:613: 
> structure has
> no member named `s6_addr32'
> /sw/src/python-2.2.1-6/Python-2.2.1/Modules/getaddrinfo.c:615: 
> structure has
> no member named `s6_addr32'
> WARNING: building of extension "_socket" failed: command 'gcc' failed 
> with
> exit status 1
>
>
----------
Jeffrey S. Whitaker
Phone: (303)497-6313
FAX: (303)497-6449
NOAA/OAR/CDC  R/CDC1
325 Broadway, Boulder, CO, USA 80303-3328



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to