Daniel Macks wrote:
Try 'dpkg -S ccp4.sh'
to see what (if any) package fink thinks installed it.

dpkg -S ccp4.sh
dpkg: *ccp4.sh* not found.

 If fink didn't
install it, perhaps there was a bug in the packaging of ccp4 that you
had tried to build that installed that file during the compile phase?
If its presence is causing problems, especially if you and fink don't
know why it's there, then delete it (or 'chmod -x' it so the shell
startup will ignore it and you can decide what to do with it later).

bash-3.00$ sudo rm /sw/share/xtal/ccp4-5.0.2/include/ccp4.setup-sh
Password:
rm: /sw/share/xtal/ccp4-5.0.2/include/ccp4.setup-sh: No such file or directory
bash-3.00$ ls -alF /sw/share/xtal/ccp4-5.0.2/
total 1280
drwxr-xr-x  6 root  admin     204 13 Jan 16:39 ./
drwxr-xr-x  3 root  admin     102 13 Jan 13:21 ../
-rwxr-xr-x 1 root admin 122819 13 Jan 13:11 academic_software_licence.pdf* -rwxr-xr-x 1 root admin 352687 13 Jan 13:11 academic_software_licence.ps.gz* -rwxr-xr-x 1 root admin 172364 13 Jan 13:11 academic_software_licence.rtf*
drwxr-xr-x  4 root  admin     136 13 Jan 16:39 bin/
bash-3.00$

So back to the usual suspects of a funky startup:

bash-3.00$ cat .bashrc
cat: .bashrc: No such file or directory
bash-3.00$ cat .profile
# the path is initially set to "/bin:/sbin:/usr/bin:/usr/sbin"
# adding /usr/local/bin for lilypond 2.6
# /usr/local/mysql/bin removed from example and macdevcenter.com
export PATH=$PATH:/usr/local/bin

# for fink

test -r /sw/bin/init.sh && . /sw/bin/init.sh

test -r /sw/bin/init.sh && . /sw/bin/init.sh
bash-3.00$

Okay, so I removed the second test -r line, didn't help. Next, /usr/local/:

bash-3.00$ ls -alF /usr/local/bin
total 17064
drwxr-xr-x   9 502   502        306  4 Jan 09:32 ./
drwxr-xr-x  10 502   502        340  4 Jan 09:32 ../
-rwxr-xr-x   1 root  staff  6209080 22 Apr  2005 convert*
-rwxr-xr-x   1 root  wheel   374920 22 Sep  2004 g77*
-rwxr-xr-x   1 root  staff      534 27 Jun  2005 lilypond*
-rwxr-xr-x   1 root  staff      316 27 Jun  2005 lilypond-script-wrapper.sh*
-rwxr-xr-x   1 502   502    2106076 27 Jul 13:44 snort*
-rwxr-xr-x   1 root  staff    15836 21 Dec 11:53 tclsh8.4*
-rwxr-xr-x   1 root  staff    16016 20 Jun  2005 wish8.4*
bash-3.00$ sudo mv /usr/local /usr/local_away

(really thought that one would do it)

Okay, upon login, I still have the file not found error, but fink selfupdate has worked (it believes it is fink 24.11), and I suspect that I can move forward now. It's possible that making fink happy will take care of the other. I'll keep you posted.

Thanks!



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to