-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/9/11 5:39 PM, Hans-Jürgen Greif wrote: > Hello, > > have found Fink-0.9.0-PowerPC-Installer.dmg and tried it to > install. The result is that fink cannot be installed on disk. > > I work with X11 , xcode 3.1.4, x2.0.2, xquartz 2.6.3 > > The $SHELL == bash my .bash_profile contains > > alias e='/usr/bin/aquamacs' > > The PATH is > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/texbin:/Library/Pixie/bin: > > > The /etc/bashrc: > > # System-wide .bashrc file for interactive bash(1) shells. if [ -z > "$PS1" ]; then return fi > > PS1='\h:\W \u\$ ' # Make bash check its window size after a > process completes shopt -s checkwinsize declare -x > PATH=$PATH:/Library/Pixie/bin: declare -x PIXIEHOME=/Library/Pixie > declare -x SHADERS=/Library/Pixie/shaders > > The problem is pathsetup. It says it can change the PATH although > another tool like .login reversed the changes. > > The problem is that there is no .login nor .profile nor any other > starting .file for the bash shell. > > I'm confused. > > Regards, > > Hans >
Your problem isn't that Fink can't be installed, it's that something confused the pathsetup script. Just edit your $HOME/.bash_profile and add test -r /sw/bin/init.sh && . /sw/bin/init.sh to it, then start a new shell session. - -- 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/ iEYEARECAAYFAk6SGxwACgkQB8UpO3rKjQ8FAQCeKwGRIF7JLRGtQksmxoK8nhte +M4AnjFu7BeVLmavMAFgNNTxNhvDjJ/L =L29/ -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
