On 17/07/2009, at 09:51, Alan wrote: > On Fri, Jul 17, 2009 at 12:57, monipol<[email protected]> wrote: >> On 17/07/2009, at 08:42, Alan wrote: >>> So following instructions from another email I was able to get fink >>> CVS working on my system. >>> >>> After doing "fink selfupdate-cvs", the first thing I wanted to >>> install >>> was python26, so I did: >>> >>> fink install python26 >>> >>> All dependency programme compiled and installed fine but then for >>> python26 I got it: >>> >>> [snip] >>> >>> Failed to find the necessary bits to build these modules: >>> _tkinter 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 5 missing) >>> >>> make: *** [sharedmods] Error 1 >>> ### execution of /var/tmp/tmp.1.TzRHfA failed, exit code 2 >>> Removing runtime build-lock... >>> Removing build-lock package... >>> /sw/bin/dpkg-lockwait -r fink-buildlock-python26-2.6.2-2 >>> (Reading database ... 8819 files and directories currently >>> installed.) >>> Removing fink-buildlock-python26-2.6.2-2 ... >>> Failed: phase compiling: python26-2.6.2-2 failed >> Olá, Alan. I've been able to successfully build python26-2.6.2-2 on >> my Intel >> OS 10.5.7 box, 64-bit Fink. Could you please paste a few more lines >> (the >> ones just before 'Failed to find...') of your build log? Have you >> modified >> the package description or is it Fink's original python26? > > Here's every step I did: >
(...) running build running build_ext INFO: Can't locate Tcl/Tk libs and/or headers (...) Failed to find the necessary bits to build these modules: _tkinter bsddb185 dl imageop linuxaudiodev ossaudiodev spwd sunaudiodev The python26 package is not being able to find appropriate tcltk files and therefore _tkinter failed to build. On x86_64 tcltk should have version >= 8.5 and I saw in your build log that Fink installed 8.4 instead. The >= 8.5 version for x86_64 is only available in the unstable tree so I guess you haven't enabled that. Please check the Trees entry in /sw/etc/fink.conf. If you've only got local and stable then you'll need to enable the unstable tree. The following FAQ entry should help you with that: http://www.finkproject.org/faq/usage-fink.php#unstable Let me know if it works for you. Cheers, -- monipol http://finkers.wordpress.com Submitting a Fink bug report? Read this: http://www.finkproject.org/doc/netiquette/index.php http://finkers.wordpress.com/2009/06/03/bug-reports/ ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
