hi chris,

> The log is here: http://homepage.mac.com/chdevers/fink/python21.txt

thanks for the log file. i compared it with mine and it is almost
identical. building the select extension fails:

> building 'select' extension
> cc -g -O2 -Wall -Wstrict-prototypes -no-cpp-precomp -I. 
>-I/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Python-2.1.3/./Include 
>-I/usr/local/include -IInclude/ -c 
>/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Python-2.1.3/Modules/selectmodule.c
> -o build/temp.darwin-5.4-PowerMacintosh-2.1/selectmodule.o
> WARNING: building of extension "select" failed: command 'cc' failed with exit status 
>1

this, of course, in not very helpful...

> An hour of rebuilding later I get ...the exact same four lines of output.

it might be a bit anoying, but the only thing i see you could do to get more
information, is the following: 

- add the line
    KeepBuildDir: true
  to your /sw/etc/fink.conf file.  

- recompile python21 again (sorry, i should have thougt about that already the
  last time...)

- after one hour build time, go intt the directory
    /Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Python-2.1.3
  and execute the compile command

    cc -g -O2 -Wall -Wstrict-prototypes -no-cpp-precomp -I. 
-I/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Pytho\n-2.1.3/./Include 
-I/usr/local/include -IInclude/ -c 
/Volumes/Applications/GNUWare/Fink/src/python21-2.1.3-2/Python-2.1.3\/Modules/selectmodule.c
 -o build/temp.darwin-5.4-PowerMacintosh-2.1/selectmodule.o

  by hand. be careful to put everything in one line. 

i hope, this will give us some more information. in my case, at least, i get
some warnings which don't seem to be fatal:

>  In file included from /usr/include/unistd.h:72,
>                   from 
>/sw/src/python21-2.1.3-2/Python-2.1.3/Modules/selectmodule.c:22:
>  /usr/include/sys/unistd.h:87: warning: `_POSIX_THREADS' redefined
>  config.h:165: warning: this is the location of the previous definition
>  /sw/src/python21-2.1.3-2/Python-2.1.3/Modules/selectmodule.c:654: warning: `insint' 
>defined but not used

it is really strange. especially since your python-2.2 package was able to compile the 
select extension...

cheers,
  kilian

_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to