Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread hodelas
in /sw/etc/ssh/sshd_config and /etc/sshd_config X11Forwarding yes all other values as installed. Another possible culprit (I need to check) are the MATLAB-installed changes to X11R6 under Jaguar. I did a re-install of X11R6 while at work tonight; I'll try it out again when I get home to see

[Fink-users] perl 5.8 ?

2002-11-03 Thread Ken Engel
Is it Ok to run fink with perl 5.8 or is this not recommended? I installed it - 5.8.0 to be precise - exactly as prescribed here - http://developer.apple.com/internet/macosx/perl.html Now I get this awful thing- fink install lynx sudo /sw/bin/fink install lynx Password: dyld: perl Undefined

Re: [Fink-users] perl 5.8 ?

2002-11-03 Thread Ben Hines
On Sunday, November 3, 2002, at 12:18 AM, Ken Engel wrote: Is it Ok to run fink with perl 5.8 or is this not recommended? I installed it - 5.8.0 to be precise - exactly as prescribed here - http://developer.apple.com/internet/macosx/perl.html Now I get this awful thing- See where it talks

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread Hisashi T Fujinaka
I usually start deleting .Xauthority until things work. On Sun, 3 Nov 2002 [EMAIL PROTECTED] wrote: in /sw/etc/ssh/sshd_config and /etc/sshd_config X11Forwarding yes all other values as installed. Another possible culprit (I need to check) are the MATLAB-installed changes to X11R6 under

[Fink-users] Still can build numeric-atlas-22.0-1

2002-11-03 Thread Neal A. Crocker
Well, I've done the 10.2 update. I've got the latest version of g77 (3.?). I still can't build numeric-atlas. The full installation attempt transcript is at http://homepage.mac.com/nealackercrocker/.cv/nealackercrocker/Public/scipy_install_attempt.txt-binhex.hqx. Here are the final error

Re: [Fink-users] Still can build numeric-atlas-22.0-1

2002-11-03 Thread jeff whitaker
Neal: Looks like your atlas installation is buggered. What version of atlas do you have installed? Did you build it after installing the g77-3.1? I have [jsw@mac10:/Users/jsw] ls -l /sw/lib/libf77blas.a -rw-r--r-- 1 root admin 350524 Sep 4 12:12 /sw/lib/libf77blas.a [jsw@mac10:/Users/jsw]

Re: [Fink-users] perl 5.8 ?

2002-11-03 Thread Koen van der Drift
Is it Ok to run fink with perl 5.8 or is this not recommended? I installed it - 5.8.0 to be precise - exactly as prescribed here - http://developer.apple.com/internet/macosx/perl.html That document is for Jaguar. Anyone knows if it also works on 10.1.5 and the April Dev Tools? Are there other

Re: [Fink-users] C compilation troubleshooting?

2002-11-03 Thread Fernando Pereira
On 11/2/02 11:26 PM, Prahlad Gupta [EMAIL PROTECTED] wrote: Since upgrading to 10.2 on the Powerbook, the software gives the following error message when I try to run it (the program I'm trying to run is named bp): dyld: bp Undefined symbols: bp undefined reference to _stdscr expected to be

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread hodelas
Thanks. Neither than nor my Matlab X11R6 patch idea seemed to have any effect. On Sunday, November 3, 2002, at 03:12 AM, Hisashi T Fujinaka wrote: I usually start deleting .Xauthority until things work. On Sun, 3 Nov 2002 [EMAIL PROTECTED] wrote: in /sw/etc/ssh/sshd_config and

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread Hisashi T Fujinaka
Now that I read your message, I think my fix isn't valid. You also need to make sure you restart sshd after editing the file (or 'kill -HUP' it to have it re-read the config file) and then do some hunting by starting ssh with some -v's like: ssh -v -v -v [EMAIL PROTECTED] On Sun, 3 Nov 2002

Re: [Fink-users] perl 5.8 ?

2002-11-03 Thread Ken Engel
Damn! If I RTFM more carefully, I would have seen that and saved myself and everyone some time! Thanks Ken On Sunday, November 3, 2002, at 12:32 AM, Ben Hines wrote: On Sunday, November 3, 2002, at 12:18 AM, Ken Engel wrote: Is it Ok to run fink with perl 5.8 or is this not recommended? I

Re: [Fink-users] Still can build numeric-atlas-22.0-1

2002-11-03 Thread jeff whitaker
On Sun, 3 Nov 2002, Neal A. Crocker wrote: Neal: Looks like your atlas installation is buggered. What version of atlas do you have installed? Did you build it after installing the g77-3.1? I have I've got atlas 3.4.1-1 and I installed it before I got g77 3.1. [jsw@mac10:/Users/jsw] ls

Re: [Fink-users] perl 5.8 ?

2002-11-03 Thread Jim
So, how do I know which packages I need to rebuild? here's the .pm listing from /sw/lib/perl5: [thors-hammer] soob% find . -name '*.pm' -print ./darwin/MacOSX/File/Catalog.pm ./darwin/MacOSX/File/Constants.pm ./darwin/MacOSX/File/Copy.pm ./darwin/MacOSX/File/Info.pm ./darwin/MacOSX/File/Spec.pm

[Fink-users] fondu url outdated in CVS

2002-11-03 Thread Rogue M . Vox
I believe that the CVS database needs updating for the fondu dependency of 'applesystemfonts'. the url is http://fondu.sourceforge.net/fondu_src-021023.tgz not sure the patching works the way it's supposed to on that tarbal but that gets the above package installed and hopefully working (need

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread hodelas
ssh -X -v -v -v ${mymachine} yields; [skipped output not related to X11] debug2: x11_get_proto /usr/X11R6/bin/xauth list :0 2/dev/null debug1: Requesting X11 forwarding with authentication spoofing. debug1: channel request 0: x11-req debug1: channel request 0: shell debug1: fd 3 setting

Re: [Fink-users] Still can build numeric-atlas-22.0-1

2002-11-03 Thread Neal A. Crocker
On Sun, 3 Nov 2002, Neal A. Crocker wrote: Neal: Looks like your atlas installation is buggered. What version of atlas do you have installed? Did you build it after installing the g77-3.1? I have I've got atlas 3.4.1-1 and I installed it before I got g77 3.1. [jsw@mac10:/Users/jsw]

[Fink-users] Problems with Nedit5.3-5

2002-11-03 Thread M. Brooks Clark
Anyone know of a work-around for this problem in Nedit? When I open a file using the File:Open command to open a *second* file using the FileSelectionDialog, the file opens, but the window does not respond to mouse or keyboard input. I think the problem started with one of the recent updates to

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread Derek Homeier
On Sunday, November 3, 2002, at 04:38 PM, [EMAIL PROTECTED] wrote: ssh -X -v -v -v ${mymachine} yields; [skipped output not related to X11] debug2: x11_get_proto /usr/X11R6/bin/xauth list :0 2/dev/null debug1: Requesting X11 forwarding with authentication spoofing. debug1: channel request 0:

Re: [Fink-users] perl 5.8 ?

2002-11-03 Thread Daniel Lord
I compiled and installed Perl 5.8 from source according to the instructions on the Apple Darwin page and selected the option to over-write the Apple installation in System/Library rather than the default /usr install. I have been running it error free for a month under fairly heavy Perl and Tk

[Fink-users] Food shortage

2002-11-03 Thread The Harvester
Flour is getting expensive Why? Click here: http://www.bankstmoritz.com/grainform.htm Worldwide bad weather conditions General grain shortage worldwide Explosive growth in consumption in China Disastrous crops in South America Political unrest in major growers - Argentina and Brazil Let's

[Fink-users] Food shortage

2002-11-03 Thread The Harvester
Flour is getting expensive Why? Click here: http://www.bankstmoritz.com/grainform.htm Worldwide bad weather conditions General grain shortage worldwide Explosive growth in consumption in China Disastrous crops in South America Political unrest in major growers - Argentina and Brazil Let's

Re: [Fink-users] ssh/ForwardX11/DISPLAY problem

2002-11-03 Thread Martin Costabel
[EMAIL PROTECTED] wrote: [] be to blame. I can remote log in, but the DISPLAY variable is still missing. Sorry for the stupid question, but nobody asked before: Are you sure that you did set DISPLAY in the window from which you are doing your ssh? -- Martin

Re: [Fink-users] blackmusic.ch mailing list memberships reminder

2002-11-03 Thread H. Peter Anvin
Martin Costabel wrote: H. Peter Anvin wrote: Justin C. Walker wrote: [] Any clue what's going on here? Is this a harvesting operation? No, the reverse -- almost certainly a spamming operation. I have emailed the abuse address -- it looks to me like a legit mailing list operator with an