On my older Mac mini system an update-all tried to update python26.  I
vaguely recall a mention on this list about a problem so I apologize
if this is a duplicate.

I think I've narrowed the error to:

---
gcc -L/sw/lib/system-openssl/lib -L/sw/lib  -o python.exe \
            Modules/python.o \
            libpython2.6.dylib -ldl  -Wl,-framework,CoreFoundation
/sw/src/fink.build/python26-2.6.8-2/Python-2.6.8/Modules/datetimemodule.c:616:19:
warning: expression result unused [-Wunused-value]
    PyObject_INIT(self, type);
    ~~~~~~~~~~~~~~^~~~~~~~~~~
/sw/src/fink.build/python26-2.6.8-2/Python-2.6.8/./Include/objimpl.h:157:69:
note: expanded from macro 'PyObject_INIT'
    ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
                                                                    ^
/sw/src/fink.build/python26-2.6.8-2/Python-2.6.8/Modules/datetimemodule.c:631:19:
warning: expression result unused [-Wunused-value]
    PyObject_INIT(self, type);
    ~~~~~~~~~~~~~~^~~~~~~~~~~
/sw/src/fink.build/python26-2.6.8-2/Python-2.6.8/./Include/objimpl.h:157:69:
note: expanded from macro 'PyObject_INIT'
    ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
                                                                    ^
2 warnings generated.
ld: warning: directory not found for option '-L/usr/lib/termcap'
ld: in /usr/lib/libncurses.5.dylib, file was built for unsupported
file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0
0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked
(x86_64): /usr/lib/libncurses.5.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
---

My additional info:

Also include the following system information:
Package manager version: 0.34.5
Distribution version: selfupdate-rsync Mon Feb 18 12:26:46 2013, 10.7, x86_64
Trees: local/main stable/main
Xcode.app: 4.5.2
Xcode command-line tools: 4.5.0.0.1.1249367152
Max. Fink build jobs:  2


Any advice would be appreciated.


Thank you,
Bill W

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to