Re: [Fink-users] Fink freezing during patch

2002-09-19 Thread Hester, Jeffrey W.
I've been down this same road with fink failing when it does a patch. I traced it down for the packages it died on to a file it was trying to patch but the file no longer existed. I'm not sure if this is your problem or not but the result was the same. I had to reboot the entire system every

RE: [Fink-users] X11 forwarding

2002-06-14 Thread Hester, Jeffrey W.
Here's what I use. We don't have ssh forwarding enabled on the Linux box (for some reason). On my Mac I type: xhost + ipaddress.of.linux.box On the Linux box I type: setenv DISPLAY ipaddress.of.myMacOSX.box:0.0 It's worked fine for me. Jeff -- From: Nathan Callahan

RE: [Fink-users] Patch

2002-06-14 Thread Hester, Jeffrey W.
patches patch 2.5.4-2 Utility to apply patches to source trees It's not certain there is a problem with the default patch, but you might want to try using the fink-installed patch. regards, Ken Engel Message: 2 From: Hester, Jeffrey W. [EMAIL PROTECTED] To: '[EMAIL

RE: [Fink-users] qt3 with gcc 3.1

2002-05-31 Thread Hester, Jeffrey W.
Okay, I'm a lot closer now. I manually went through and made additions based on the .patch file and then ran configure as part of the qt3 package and then finally make. It's down to a: ld: Undefined symbols: _dlsym_auto_underscore This comes from a CFLAGS line: -fPIC -fno-common -pipe

RE: [Fink-users] qt3 with gcc 3.1

2002-05-31 Thread Hester, Jeffrey W.
: *** [init] Error 2 [localhost:/usr/local/qt] hester% I can't win for losing. Thanks. Jeff -- From: Benjamin Reed Sent: Friday, May 31, 2002 8:47 AM To: Hester, Jeffrey W. Cc: 'Alexander Strange'; [EMAIL PROTECTED] Subject: RE: [Fink-users] qt3

RE: [Fink-users] qt3 install

2002-05-29 Thread Hester, Jeffrey W.
that might want to be looked at. qt3 is currently compiling with gcc 3.1. I'm keeping my figures crossed. Thanks. Jeff -- From: Hester, Jeffrey W. Sent: Thursday, May 16, 2002 3:29 PM To: 'Benjamin Reed' Cc: '[EMAIL PROTECTED]' Subject: RE: [Fink-users

[Fink-users] qt3 with gcc 3.1

2002-05-29 Thread Hester, Jeffrey W.
Hello all, Has anyone been successful with installing qt3 with gcc 3.1? I get a pretty good way compiling but then it dies with: c++ -read_only_relocs warning -fno-exceptions -compatibility_version 1.0 -current_version 1.0.0 -dynamiclib -install_name /sw/lib/libqui.1.0.0.dylib -o

RE: [Fink-users] fink install glib (failed)

2002-05-22 Thread Hester, Jeffrey W.
not be the best idea. Should I just get back to where I was using gcc2.9.5 and then ask someone if they could build a qt3 binary (using gcc3.1) for me? Thanks. Jeff -- From: mathias meyer Sent: Tuesday, May 21, 2002 5:31 PM To: Hester, Jeffrey W. Cc: [EMAIL

[Fink-users] fink install glib (failed)

2002-05-21 Thread Hester, Jeffrey W.
Hello all, I'm having a problem installing glib (fink install glib). Has anyone else had this issue or know of a resolution? I update packages from CVS. I did an update-all to see if that would fix my hanging at patch file configure and it bombed once it got to glib. Doing just a fink

RE: [Fink-users] fink install glib (failed)

2002-05-21 Thread Hester, Jeffrey W.
I'd like to see the list that you have so far. Fink, itself, will not compile with gcc3.1. fink selfupdate results in the following on my system: Building program /sw/src/apt-0.5.4-2/apt-0.5.4/bin/apt-cache ld: Undefined symbols: __ZTIN13pkgSrcRecords6ParserE __ZTI9pkgSystem make[2]: ***

[Fink-users] Patching file configure

2002-05-20 Thread Hester, Jeffrey W.
Hello all, Would anyone happen to know why my Mac would be locking up when a package is installed which has to patch a configure file? I'm unable to install any package now that has to patch a configure file. It will always hang at: patching file configure What is actually patching configure

[Fink-users] fink selfupdate problem (apt-shlibs)

2002-05-16 Thread Hester, Jeffrey W.
Hello all, Anyone happen to know why I can fink selfupdate? This was discussed on Monday but I never saw the resolution. Now, I'm having the same problem. fink selfupdate says it needs to install: Information about 1103 packages read in 1 seconds. No packages to install. Re-executing fink to

[Fink-users] QT3. Where's libqt.so?

2002-04-24 Thread Hester, Jeffrey W.
Hello all, Anyone here successfully installed qt3 and using it? I've installed it (successfully, or so it appears). Unfortunately, libqt.so is nowhere to be found. I looked everywhere on the drive (eg. find / -name libqt.so) and it's not there. QTDIR does give /sw and looking in the lib

RE: [Fink-users] Help with fink selfupdate-cvs

2002-04-18 Thread Hester, Jeffrey W.
Alexander is correct. It's probably a permissions problem. I had this same problem and had to change the permissions via Alexander's recommendation. Jeff -- From: Alexander Hansen Sent: Thursday, April 18, 2002 12:10 PM To: Roy Mendelssohn Cc: [EMAIL

RE: [Fink-users] downloaded qt-x11-free-3.0.3.tar.gz: now installing by fink

2002-04-16 Thread Hester, Jeffrey W.
All you need is fink install qt Make sure you've copied the .info and .patch files for qt from /sw/fink/dists/stable/main/finkinfo/x11/ to /sw/finkdists/local/main/finkinfo/ (or from the unstable directory if you're using it). HTH. Jeff -- From: [EMAIL PROTECTED] Sent:

RE: [Fink-users] Fink update-all with new gcc

2002-04-15 Thread Hester, Jeffrey W.
Thanks for the info Martin. (I can't e-mail to you either from work for some reason. [EMAIL PROTECTED] is my personal address.) I also tried to file a bug report (bugreport.apple.com) as suggested to request Apple include f77/g77 in the next release. The bug report app wouldn't let me in,

RE: [Fink-users] Fink update-all with new gcc

2002-04-11 Thread Hester, Jeffrey W.
failed Thanks. Jeff -- From: Martin Costabel Sent: Wednesday, April 10, 2002 4:09 PM To: Hester, Jeffrey W.; '[EMAIL PROTECTED]' Subject: Re: [Fink-users] Fink update-all with new gcc Martin Costabel wrote: Hester, Jeffrey W. wrote: checking

RE: [Fink-users] Fink Cannot Self Update

2002-04-01 Thread Hester, Jeffrey W.
Thanks. This has gotten me a lot further. Unfortunately, it's dying now in trying to install dpkg as part of fink selfupdate. If I do a fink install dpkg I get the same error. It's below. Any ideas? Thanks. This is the end of it. I removed all of the patching file..., checking for...,

[Fink-users] Can't fink selfupdate

2002-03-28 Thread Hester, Jeffrey W.
Hello all, For some reason I can't do a fink update. It gives permission problems. I'm not sure why since I run it with sudo and have admin permissions. Any help would be *greatly* appreciated. Why does it say I don't have the right permissions? Thanks. My printout (modified to remove many

RE: [Fink-users] Can't fink selfupdate

2002-03-28 Thread Hester, Jeffrey W.
Scientist, Columbia University Levitated Dipole Experiment MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219 Cambridge, MA 02139-4213 Phone:617-252-1818Fax:208-988-4057 On Thu, 28 Mar 2002, Hester, Jeffrey W. wrote: Hello. The other lines were more

RE: [Fink-users] Can't fink selfupdate

2002-03-28 Thread Hester, Jeffrey W.
:617-252-1818Fax:208-988-4057 On Thu, 28 Mar 2002, Hester, Jeffrey W. wrote: This must be my problem. My permissions and ownership are: drwxr-xr-x 13 root admin 398 Nov 4 15:52 fink -rw-r--r--1 hester admin1032 Jan 10 14:13 ChangeLog I wonder

RE: [Fink-users] Can't fink selfupdate

2002-03-28 Thread Hester, Jeffrey W.
Hello, ...what's up with all these lines? Did something get garbled when you pasted this into your message, or were there really all these weird line breaks in there? I can't remember ever seeing anything like that before... Not sure. It looks fine in my message in my sent items' and also in

RE: [Fink-users] ANN: Fink Package Manager 0.9.9 released

2002-03-21 Thread Hester, Jeffrey W.
I just tried to update with the first command (sudo fink selfupdate-cvs) and ran into this after it finished with several lines like: ? dists/unstable/main/finkinfo/x11-wm/windowmaker-0.70.0-3.patch but with different packages. The actual error is: cvs server: Updating . P ChangeLog cvs

[Fink-users] XWindows references

2002-03-07 Thread Hester, Jeffrey W.
Hello, This is off topic since it's not 100% fink related. Does anyone know of a good online XWindows reference? I've got fink and many packages loaded including XWindows, IceWM, Python, TCL/TK, ... all via fink. I'm connecting to our Linux (Mandrake) box down the hall but I'm having problems

RE: [Fink-users] Apple Design Awards Update: Open Source Category

2002-02-22 Thread Hester, Jeffrey W.
Amen!! -- From: Jonathan Z. Simon Sent: Friday, February 22, 2002 5:10 AM To: [EMAIL PROTECTED] Subject: [Fink-users] Apple Design Awards Update: Open Source Category Just in case you haven't seen this: From: Apple Developer Connection [EMAIL

[Fink-users] Manual fink install and gcc 3.x

2002-02-21 Thread Hester, Jeffrey W.
Hello all. I've got a couple of questions that hopefully someone could answer. 1) I'm trying to install qt (via fink install qt) since it's not available via dselect (not in stable). The site appears to be unreachable from my work Mac maybe due to our firewall. Who knows. Anyway, can I

RE: [Fink-users] Manual fink install and gcc 3.x

2002-02-21 Thread Hester, Jeffrey W.
Thanks for the information Peter. I'll look into both routes. Has anyone else on the list installed gcc3? Thanks. Jeff -- From: Peter O'Gorman Sent: Thursday, February 21, 2002 9:20 AM To: Hester, Jeffrey W. Cc: '[EMAIL PROTECTED]' Subject: Re

RE: [Fink-users] Update: Python 2.5.5

2002-01-16 Thread Hester, Jeffrey W.
: Wednesday, January 16, 2002 12:43 PM To: Hester, Jeffrey W. Cc: [EMAIL PROTECTED] Subject: Re: [Fink-users] Update: Python 2.5.5 On Wednesday, January 16, 2002, at 03:41 pm, Hester, Jeffrey W. wrote: It happened because the Dec version of the Dev Tools were NOT installed! That's