I just installed Fink 0.7.0 Binary Installer
Everything seems OK
~ $ /sw/bin/pathsetup.sh bash: line 65: INFOPATH: unbound variable OK
If I try to install a package I get the following message:
~ $ fink install GIMP
/usr/bin/sudo /sw/bin/fink install GIMP
POSIX::uname not implemented on this architecture at /sw/lib/perl5/Fink/VirtPackage.pm line 76.
How can I correctly implement POSIX::uname on my Mac running OS X 10.3.3
Something is wrong with your version of bash or with its initialization. I would like to see what values you have for INFOPATH and for PERL5LIB:
echo $INFOPATH echo $PERL5LIB
Do you have some weird version of bash installed? Or some peculiar emacs init script?
Your shell manages somehow to crash the /sw/bin/init.sh script. If you find out why, I am sure you will also solve the mystery of the POSIX::uname perl bug.
-- Martin
------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
