This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients
Date 2006-08-03.20:02:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

Thomas,

I did an svn up (rev 51078), deleted any local changes,
created a new build directory, configured and built.  I got
the same error about ffi_closure_SYSV_inner.  I then
manually reran the link command without mention of ffi.o or
sysv.o.  It linked fine but when I ran make again it
complained that _ctypes.so couldn't resolve
ffi_prep_closure.  This symbol is defined in ffi.o, so it
appears either that ffi.c is needed in the source list or
maybe ffi64.c needs to be modified to provide it.  As far as
I can tell it doesn't export any useful symbols:

    $ nm -p
build/temp.solaris-2.10-i86pc-2.5/home/ink/skipm/src/python-svn/trunk/Modules/_ctypes/libffi/src/x86/ffi64.o


   
build/temp.solaris-2.10-i86pc-2.5/home/ink/skipm/src/python-svn/trunk/Modules/_ctypes/libffi/src/x86/ffi64.o:
    0000000000 s
    0000000000 s
    0000000000 s
    0000000000 s
    0000000000 s
    0000000000 s
    0000000000 f ffi64.c

Skip
History
Date User Action Args
2007-08-23 14:41:41adminlinkissue1530448 messages
2007-08-23 14:41:41admincreate