|
From: Alexander H. <ale...@gm...> - 2016-02-22 20:34:12
|
> On Feb 22, 2016, at 10:40, Marta Roggero <mar...@ya...> wrote: > > Good morning, > > I tried reinstalling Saga on my mac but I can’t. I wrote 'fink install saga' and then I wrote my password. > Error is: > WARNING: your info file index has not been updated for 136 days. You should run > 'fink selfupdate' to get the latest package descriptions. > > fink needs help picking an alternative to satisfy a virtual dependency. The > candidates: > > (1) unixodbc2-nox: ODBC 3 connectivity for Unix > (2) unixodbc2: ODBC 3 connectivity for Unix > > Pick one: [1] 1 > Can't resolve dependency "system-sdk-10.7 | system-sdk-10.8 | system-sdk-10.9 | > system-sdk-10.10" for package "wxwidgets300-cocoa-3.0.2-2" (no matching > packages/versions found) > Exiting with failure. > > Thanks. > Marta Roggero > The OS X version and Xcode version, along with whether just the command-line tools are installed, are often useful pieces of information. Not having the system-sdk package can be due to a couple of things; 1) Only having the Xcode command line tools, and not the GUI application. 2) Xcode 7 doesn’t have a 10.10 SDK, even on 10.10, and wxwidgets300-cocoa doesn’t allow the 10.11 SDK as an option. As it turns out, wxwidgets300-cocoa doesn’t actually need to use an SDK. That was a carryover from an earlier build procedure, but I hadn’t updated it because I didn’t realize any packages were still using this wxwidgets packaging. wxwidgets300-osxcocoa is the packaging which is actually going to be updated in the future (maintainer CC’ed). I just updated wxwidgets300-cocoa to remove the SDK build dependency. It will be available to you via “fink selfupdate” shortly. -- Alexander Hansen, Ph.D. Fink User Liaison |