Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > My Unix nerd friends, help me with my Fink troubles.

My Unix nerd friends, help me with my Fink troubles.
Thread Tools
Posting Junkie
Join Date: Sep 2001
Status: Offline
Reply With Quote
Nov 4, 2003, 12:30 PM
 
Fink is software, so I think this is in the right forum. Anyhow, I have fink now in Panther—as I did in Jag—but I can't install any of the apps I wanted to, like Pine and Lynx. It keeps failing to compile or some such thing. I'm a pretty basic Unixer, so I don't know what's up. If anyone can help, I'd really appreciate it. Here's what happens:

fink install pine
sudo /sw/bin/fink install pine
Password:
Information about 1276 packages read in 1 seconds.

The following package will be installed or updated:
pine
rm -rf pine-4.53-1
mkdir -p /sw/src/pine-4.53-1
/sw/bin/tar -xzf /sw/src/pine4.53.tar.Z
sed 's|@PREFIX@|/sw|g' < /sw/fink/dists/stable/main/finkinfo/net/pine-4.53-1.patch | patch -p1
patching file pine/osdep/os-osx.h
patching file pine/pine.hlp
Hunk #1 succeeded at 764 (offset 168 lines).
Hunk #2 succeeded at 2125 (offset 173 lines).
Hunk #3 succeeded at 2133 (offset 173 lines).
Hunk #4 succeeded at 2292 (offset 180 lines).
Hunk #5 succeeded at 3002 (offset 182 lines).
./build NOSSL EXTRACFLAGS=-I/sw/include EXTRALDFLAGS=-L/sw/lib DEBUG="-g -O2 -DDEBUG" osx
make args are CC=cc 'EXTRACFLAGS=-I/sw/include' 'EXTRALDFLAGS=-L/sw/lib' 'DEBUG=-g -O2 -DDEBUG' osx

/usr/include/ldap.h not found

You may be able to install the SUNWlldap package to include
LDAP support, continuing without LDAP. Read the file
contrib/ldap-setup for some help in setting up LDAP.

Making c-client library, imapd, and ipopd
eval make CC=cc EXTRACFLAGS=-I/sw/include EXTRALDFLAGS=-L/sw/lib DEBUG=-g -O2 -DDEBUG SSLTYPE=none SPECIALS= osx
./build: line 1: make: command not found
+---------------------------------------------+
| Problems building c-client |
| |
| Please check the output above for a |
| possible explanation for this failure |
+---------------------------------------------+

### execution of ./build failed, exit code 127
Failed: compiling pine-4.53-1 failed
     
Mac Elite
Join Date: Feb 2001
Location: Washington, DC
Status: Offline
Reply With Quote
Nov 4, 2003, 03:04 PM
 
Looks like you might have old .info files (latest pine in fink is 4.58-21, you have 4.53-1)

Do fink selfupdate-rsync and try again. alot of the fink packages need to be updated to work properly with 10.3.

also, make sure your dev tools are up to date and your including the init.csh in your shell's rc file.

--- EDIT:

looking at that again, this line suggests the dev tools aren't properly installed:
Code:
/build: line 1: make: command not found
make should be in /usr/bin. If it's not there, it wouldn't hurt to reinstall the dev-tools CD. And you should still run the fink update line - packages go stable for 10.3 frequently.
(Last edited by Earth Mk. II; Nov 4, 2003 at 03:17 PM. )
/Earth\ Mk\.\ I{2}/
     
Professional Poster
Join Date: Nov 2000
Location: Norway (I eat whales)
Status: Offline
Reply With Quote
Nov 4, 2003, 03:40 PM
 
Lol! I've been struggling with getting Fink to work all freaking day. It's the first time I've done this and I am currently in my second install b/c it didn't work correctly in the first go. But it seems like it might work this time. I am right now crunching a gimp compilation, but I wouldn't know if it works until later.
But what went wrong the first time was that I hadn't installed the Apple SDK thingy so everything got screwed up. SDK is an optinal install and must be installed alongside with Apple X11 if you want fink to work correctly on Panther. There are probably other options but that's what I had to do. You'll find SDK on the third install cd.

Update: I am running Gimp and everything is fine. The missing SDK libraries was the problem.
(Last edited by sniffer; Nov 4, 2003 at 05:38 PM. )

Sniffer gone old-school sig
     
MindFad  (op)
Posting Junkie
Join Date: Sep 2001
Status: Offline
Reply With Quote
Nov 4, 2003, 04:49 PM
 
Doing the Dev tools first, and that should fix things. Thanks for your help, dudes. Nerds to the rescue—I love you guys. And NSFG is forever in debt to Earth Mk. II, of course.
     
Mac Elite
Join Date: Feb 2001
Location: Washington, DC
Status: Offline
Reply With Quote
Nov 4, 2003, 07:34 PM
 
Originally posted by MindFad:
Doing the Dev tools first, and that should fix things. Thanks for your help, dudes. Nerds to the rescue—I love you guys. And NSFG is forever in debt to Earth Mk. II, of course.
natch

...now where's my pocket protector..?
/Earth\ Mk\.\ I{2}/
     
MindFad  (op)
Posting Junkie
Join Date: Sep 2001
Status: Offline
Reply With Quote
Nov 5, 2003, 01:01 AM
 


Bam.
     
MindFad  (op)
Posting Junkie
Join Date: Sep 2001
Status: Offline
Reply With Quote
Nov 5, 2003, 06:54 PM
 
All installed. Everything's updated, including Fink. I'm nerding it with with IRSSI in Unix.
     
Professional Poster
Join Date: Nov 2000
Location: Norway (I eat whales)
Status: Offline
Reply With Quote
Nov 5, 2003, 08:30 PM
 
Lol. We do have xchat, so why?

Sniffer gone old-school sig
     
Mac Elite
Join Date: Feb 2001
Location: Washington, DC
Status: Offline
Reply With Quote
Nov 5, 2003, 08:42 PM
 
Originally posted by MindFad:
<img snip>

Bam.
much thanks

Originally posted by sniffer:
Lol. We do have xchat, so why?
irssi can be detached from the terminal and persist through logouts and accessed remotely through ssh if you run it inside a screen session. Useful for people on a multi-user system or move around a lot and want/need to access their system remotely.

Aside from that... eh.. it's just cool?
/Earth\ Mk\.\ I{2}/
     
Professional Poster
Join Date: Nov 2000
Location: Norway (I eat whales)
Status: Offline
Reply With Quote
Nov 5, 2003, 09:51 PM
 
I see. I've seen it demonstrated for me once. Pretty nice.

Sniffer gone old-school sig
     
Senior User
Join Date: Jun 2002
Location: UK
Status: Offline
Reply With Quote
Nov 6, 2003, 11:19 AM
 
Originally posted by Earth Mk. II:
much thanks

irssi can be detached from the terminal and persist through logouts and accessed remotely through ssh if you run it inside a screen session. Useful for people on a multi-user system or move around a lot and want/need to access their system remotely.

Aside from that... eh.. it's just cool?
Can irssi handle UTF-8 etc encodings?
[I need xChat for communicating in Japanese]
     
Dedicated MacNNer
Join Date: Feb 2001
Location: Atlanta, GA
Status: Offline
Reply With Quote
Nov 6, 2003, 12:25 PM
 
Originally posted by MindFad:
All installed. Everything's updated, including Fink. I'm nerding it with with IRSSI in Unix.
Any luck getting irssi-ssl to compile / install with fink?
     
MindFad  (op)
Posting Junkie
Join Date: Sep 2001
Status: Offline
Reply With Quote
Nov 13, 2003, 07:34 AM
 
I never tried compiling the ssl version.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 06:13 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2