-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/2/12 6:49 AM, frj0 wrote: > Hi, I have a problem with update python: > > 3 warnings generated. ld: warning: could not create compact unwind > for _ffi_call_unix64: does not use RBP or RSP based frame > > Python build finished, but the necessary bits to build these > modules were not found: bsddb185 dl imageop linuxaudiodev > ossaudiodev spwd sunaudiodev To find the necessary bits, > look in setup.py in detect_modules() for the module's name. (Fink > package build should have 7 missing) >
Those are the 7 items which should be absent, and have nothing to do with your error. > > Failed to build these modules: _tkinter > > > make: *** [sharedmods] Error 1 ### execution of > /var/tmp/tmp.1.ILlu2N failed, exit code 2 Removing runtime > build-lock... Removing build-lock package... > /sw2/bin/dpkg-lockwait -r fink-buildlock-python27-2.7.2-5 (Lecture > de la base de donn'ees... 32064 fichiers et r'epertoires d'ej`a > install'es.) Suppression de fink-buildlock-python27-2.7.2-5 ... > Failed: phase compiling: python27-2.7.2-5 failed > > ******************************************************* Darwin > iMac-de-fgiron.local 11.2.0 x86_64 -------------------- FINK > Package manager version: 0.31.5 Distribution version: > selfupdate-rsync Mon Jan 2 12:35:11 2012, 10.7, x86_64 Trees: > local/main stable/main unstable/main unstable/crypto > > Copyright (c) 2001 Christoph Pfisterer Copyright (c) 2001-2011 The > Fink Package Manager Team This program is distributed in the hope > that it will be useful, but WITHOUT ANY WARRANTY; without even the > implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. See the GNU General Public License for more details. > -------------------- GCC i686-apple-darwin11-llvm-gcc-4.2 (GCC) > 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) > Copyright (C) 2007 Free Software Foundation, Inc. This is free > software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > (That's not actually the compiler which gets used in the build) I don't reproduce your error. You're going to need to check earlier in your build output regarding _tkinter, because the build appears not to fail immediately even if that isn't generated. I have: ... building '_tkinter' extension gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall - -Wstrict-prototypes -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/X11R6/include - -I. -IInclude -I./Include -I/sw/include - -I/sw/src/fink.build/python27-2.7.2-5/Python-2.7.2/Include - -I/sw/src/fink.build/python27-2.7.2-5/Python-2.7.2 -c /sw/src/fink.build/python27-2.7.2-5/Python-2.7.2/Modules/_tkinter.c -o build/temp.macosx-10.7-x86_64-2.7/sw/src/fink.build/python27-2.7.2-5/Python-2.7.2/Modules/_tkinter.o gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall - -Wstrict-prototypes -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/X11R6/include - -I. -IInclude -I./Include -I/sw/include - -I/sw/src/fink.build/python27-2.7.2-5/Python-2.7.2/Include - -I/sw/src/fink.build/python27-2.7.2-5/Python-2.7.2 -c /sw/src/fink.build/python27-2.7.2-5/Python-2.7.2/Modules/tkappinit.c - -o build/temp.macosx-10.7-x86_64-2.7/sw/src/fink.build/python27-2.7.2-5/Python-2.7.2/Modules/tkappinit.o gcc -L/sw/lib/system-openssl/lib -L/sw/lib -bundle libpython2.7.dylib - -L/sw/lib/system-openssl/lib -L/sw/lib -L/sw/lib/system-openssl/lib - -L/sw/lib -I. -IInclude -I./Include -I/sw/include build/temp.macosx-10.7-x86_64-2.7/sw/src/fink.build/python27-2.7.2-5/Python-2.7.2/Modules/_tkinter.o build/temp.macosx-10.7-x86_64-2.7/sw/src/fink.build/python27-2.7.2-5/Python-2.7.2/Modules/tkappinit.o - -L/usr/X11R6/lib64 -L/usr/X11R6/lib -L/sw/lib/system-openssl/lib - -L/sw/lib -lBLT -ltk8.5 -ltcl8.5 -lX11 -o build/lib.macosx-10.7-x86_64-2.7/_tkinter.so ld: warning: directory not found for option '-L/usr/X11R6/lib64' building '_ctypes' extension ... Check what you have at the same point in your build output. - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8BscgACgkQB8UpO3rKjQ/MMwCePo3Jeby0rQW4cq8s7uZj9gRj VvgAnjUIdmS6WDidYuPEyaCoskczPqVO =EsG7 -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
