On Apr 24, 2008, at 7:52 PM, Iain Kerr wrote: > It appears that commenting out the last three of the four lines > below in my .cshrc fixes the problem: > > # check for Fink > #if (-d /sw) then > #source /sw/bin/init.csh > #endif > > Something wrong in init.csh I guess (attached)...any idea what is > going wrong ? it does not seem to affect my environment if I don't > have it sourced... > > Iain > > Alexander Hansen wrote: >> That looks like you saved a command in your shell accidentally. >> Either edit or remove ~/Library/Preferences/com.apple.Terminal.plist >> >> On Apr 24, 2008, at 6:06 PM, Iain Kerr wrote: >> >>> Actually, when I run it again it seems to be resolved or at least >>> skip >>> the part it was choking on..however after fink selfupdate I get the >>> following in my environment when I startup a new shell: >>> >>> ******************************************* >>> Fatal Error: Incomplete libtbx environment! >>> ******************************************* >>> Please re-run the libtbx/configure.py command. >>> >>> >>> Any ideas ? >>> >>> Thanks, >>> Iain >>> >>>
<snip> > # read per-package scripts from /sw/etc/profile.d > if ( -d /sw/etc/profile.d ) then > set nonomatch > foreach i ( /sw/etc/profile.d/*.csh ) > if ( -r $i && -x $i ) then > source $i > endif > end > unset i nonomatch > endif > > # eof Best I can tell it's from one of these scripts. Try "dpkg -S libtbx/ configure.py" to see what package it's from. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
