|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
cannot
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list Fink-beginners@... http://news.gmane.org/gmane.os.apple.fink.beginners |
|
|
|
Re: cannot-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Jeffry Wisley wrote: > Dear Listers, > > I am unable to search any pacakge from my finkcommander. I have to > install Python, gtk+, imagemagic, and swig. When I write any term in > the search bar nothing happened. when I click on scanpackages update I > got : > > > Updating the list of locally available binary packages. > Scanning dists/local/main/binary-darwin-i386 > Scanning dists/stable/main/binary-darwin-i386 > Scanning dists/stable/crypto/binary-darwin-i38 > > > I have fink 0.29.10. I am really new and I appreciate any help in this > matter. > > Best Regards, > > Jeff > > > scanpackages is mostly irrelevant here. It links the binary and source databases, and it's run by default after you install anything from source. Do the packages show up if you use "fink list" from the terminal, e.g. fink list python gtk+ imagemagick swig ? What OS version are you on? And what version of Fink Commander? - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr6JJEACgkQB8UpO3rKjQ8q3gCfe/0TVh0eWBJ+6mC6+80erRGi APoAnj1iQR0iFCV+U9wRK01+4p4lmXxv =Kh+W -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list Fink-beginners@... http://news.gmane.org/gmane.os.apple.fink.beginners |
|
|
|
Re: cannot
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list Fink-beginners@... http://news.gmane.org/gmane.os.apple.fink.beginners |
|
|
|
Re: cannot-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Jeffry Wisley wrote: > Dear Alex, > > Thanks for your response. > > I do see the packages when I used the suggested command " fink list > python/gtk+/..." > > I have > > OSX 10.6.1 > fink 0.29.10 > finkcommander Version 0.5.5 > > I really appreciate your time > > Regards, > > Jeff > Try reconfiguring the Perl interpreter in the Fink Commander Preferences->Paths->"Path to perl" to be /usr/bin/perl5.8.9 . It's been reported that Fink Commander doesn't get along with the default system perl (5.10.0) on 10.6; fortunately Apple provides an alternate option, and switching to 5.8.9 has worked for others. After you do that, run the File->Update Table option and your packages should show up. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr6KOEACgkQB8UpO3rKjQ/tSACaAoleusSs/jWCIR6yJT70UfkR 83oAnRSUplTDs6LK4CXk9evM3hHKlC8q =0qjC -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list Fink-beginners@... http://news.gmane.org/gmane.os.apple.fink.beginners |
|
|
|
Re: cannot
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list Fink-beginners@... http://news.gmane.org/gmane.os.apple.fink.beginners |
|
|
|
Re: cannotHello, Jeffry. sw_vers is a program located under the /usr/bin
directory (folder). This file is part of Mac OS X; please check if it exists on your system and if your PATH environment variable points to / usr/bin. You may use the two following commands to help you diagnose your problem: ls -l /usr/bin/sw_vers echo $PATH What Alex meant with regard to Perl 5.8.9 is that: a) Mac OS 10.6 comes with two versions of Perl: 5.10.0 *and* 5.8.9. / usr/bin/perl is Perl 5.10.0 and, as one would expect, /usr/bin/ perl5.8.9 is Perl 5.8.9. Both of them are installed by Mac OS; they are not part of or installed by Fink. b) We've had reports that FinkCommander on Mac OS 10.6 needs to be configured to use /usr/bin/perl5.8.9 instead of /usr/bin/perl (which is 5.10.0). As explained in http://finkcommander.sourceforge.net/news '(...) must set FinkCommander's Perl path to /usr/bin/perl5.8.9 in the Preferences window'. On 11/11/2009, at 02:36, Jeffry Wisley wrote: > Hi Alex, > I did change the directory and it works. Thanks:). However :(, I > tried to install python26 and the following message appears > Can't exec "sw_vers": No such file or directory at /sw/lib/perl5/ > Fink/Services.pm line 1399. > > > fink needs help picking an alternative to satisfy a virtual > dependency. The > candidates: > > > (1) db47-aes-shlibs: Shared Libraries for db47-aes > (2) db47-shlibs: Shared Libraries for db47 > > > Pick one: [1] > Can't resolve dependency "macosx (>= 10.6.0-1)" for package > "system-openssl-dev-0.9.8-1" (no matching packages/versions found) > Exiting with failure. > I did not quiet understand what you mean by "It's been reported that > Fink Commander doesn't get along with thedefault system perl > (5.10.0) on 10.6; fortunately Apple provides an > alternate option, and switching to 5.8.9 has worked for others." > Do I need to downgrade from 5.10.0 to 5.8.9 in order to get every > thing is working. I tried to find the Perl from fink installer and > it is not listed!!! > Thanks again for your time. > Regards, > Jeff > > --- On Tue, 11/10/09, Alexander Hansen <alexanderk.hansen@...> > wrote: > > From: Alexander Hansen > Subject: Re: [Fink-beginners] cannot > To: "Jeffry Wisley" > Cc: "Fink Mailing-Liste" <fink-beginners@...> > Date: Tuesday, November 10, 2009, 7:00 PM > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jeffry Wisley wrote: >> Dear Alex, >> >> Thanks for your response. >> >> I do see the packages when I used the suggested command " fink list >> python/gtk+/..." >> >> I have >> >> OSX 10.6.1 >> fink 0.29.10 >> finkcommander Version 0.5.5 > > Try reconfiguring the Perl interpreter in the Fink Commander > Preferences->Paths->"Path to perl" to be > > /usr/bin/perl5.8.9 > > . It's been reported that Fink Commander doesn't get along with the > default system perl (5.10.0) on 10.6; fortunately Apple provides an > alternate option, and switching to 5.8.9 has worked for others. > > After you do that, run the File->Update Table option and your packages > should show up. -- 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/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list Fink-beginners@... http://news.gmane.org/gmane.os.apple.fink.beginners |
|
|
|
|
|
|
|
Re: cannot-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 The Finder search won't find sw_vers because it's in a hidden system directory. It's present according to your output. One more thing to look at is to run fink-virtual-pkgs --debug and look at the very top of the output to see if it says why the macosx virtual package isn't popping up. monipol wrote: > (kicking back to the mailing list) > > Do you get the error from both FinkCommander and the command line > utility? > > Also, what's the output of the sw_vers command? > > On 11/11/2009, at 12:42, Jeffry Wisley wrote: >> I did try the commands ls -l /usr/bin/sw_versecho $PATH and here are >> the results:ls -l /usr/bin/sw_vers-rwxr-xr-x 1 root wheel 35216 >> May 18 14:44 /usr/bin/sw_vers echo $PATH/Library/Frameworks/ >> Python.framework/Versions/2.6/bin:/sw/bin:/sw/sbin:/Library/ >> Frameworks/Python.framework/Versions/2.6/bin:/usr/bin:/bin:/usr/ >> sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin >> It looks to me that I have the file but not sure though. >> I did use the mac search tool to look for sw_vers but came with >> nothing >> I really appreciate your time and help. >> Regards, >> Jeff >> - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr8Ug0ACgkQB8UpO3rKjQ+mpQCgm1Y3y2E29JA+1udS1WSrDYK+ yLsAn0CePKM2Yx5DgU8C5JMgfAQB85XN =6hnP -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list Fink-beginners@... http://news.gmane.org/gmane.os.apple.fink.beginners |
|
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |