Re: [Fink-users] perl 5.8 - problem running fink

2002-11-05 Thread Jim McCarty
On Monday, November 4, 2002, at 04:38  PM, Ben Hines wrote:



On Monday, November 4, 2002, at 03:22  PM, Jim McCarty wrote:


Does anyone see a problem with this? If so, I guess I can always put a
symbolic link or just cp the /usr/local/bin/perl into /usr/bin - I'd
rather not have to go through cleaning up the installation I now have 
to
re-install over the standard Apple location.


Um, yes. any script with /usr/bin/perl will fail.  Removing standard 
system components is Not Smart™.

Apple things DO use /usr/bin/perl, like for example some postinstall 
scripts. The Quicktime 6.0.2 update uses some perl that breaks under 
5.8 (they may have fixed the installer by now, but the first version 
broke)

So, as suggested, things might break. I tried rebuilding storage-pm and 
it failed cause it couldn't find /usr/bin/perl.

  Can't exec perl: No such file or directory at 
/sw/lib/perl5/Fink/Services.pm line 216.

A quick symbolic link fixed the problem... this time.

I guess I could remove the /usr/local/bin installation and go for the 
/usr/bin version. Anybody know an easy way to remove the 
/usr/local/bin/perl install? What have others done, write over the 
Apple version or make links and copies of 5.8 in the standard 
locations? Or do you just rearrange your $PATH so /usr/local/bin comes 
first and leave the 5.6 install alone?

Thanks, Jim

--
well now… where you fella’s going with all that beer?



--
If you can eat a big can of stew, you can make a high performance 
antenna.
- Gregory Rehm (?)


---
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] xemacs configure problem

2002-11-05 Thread Michael Sierk
Fink-users:

Xemacs 21.5.9-2 is failing during the configure process (see output 
below).  I've updated Fink 0.11.0-1 for use with OS 10.2.1.  Below are 
the fink listings for xemacs and xfree86.   Can anyone give me a 
suggestion as to how to fix this?

Thanks,
Mike Sierk


wrpmg4b: /Users/mls5w % fink list xemacs
Information about 1713 packages read in 1 seconds.

 xemacs   21.5.9-2 Highly customizable text editor
 i   xemacs-base-pkg  1.70-1   Basic files needed for xemacs 
package ins...
 i   xemacs-efs-pkg   1.29-1   Allows xemacs to fetch files from 
the FTP...
 xemacs-sumo-pkg  20020919-1   All xemacs packages together

wrpmg4b: /Users/mls5w % fink list xfree86
Information about 1713 packages read in 2 seconds.

 system-xfree86   4.2-1Placeholder package for manually 
installe...
 i   xfree86-base 4.2.0.1-3XFree86 libraries, utilities, 
clients and...
 i   xfree86-base-sh  4.2.0.1-3XFree86 libraries, utilities, 
clients and...
 xfree86-base-th  4.2.0.1-2XFree86 libraries, utilities, 
clients and...
 i   xfree86-rootles  4.2.0.1-3XFree86 libraries, utilities, 
clients and...
 i   xfree86-rootles  4.2.0.1-3XFree86 libraries, utilities, 
clients and...
 xfree86-rootles  4.2.0.1-2XFree86 libraries, utilities, 
clients and...

snip
...
X11 compilation variables:
x_libraries = '/usr/X11R6/lib'
x_includes = '/usr/X11R6/include'
X_CFLAGS = ' -I/usr/X11R6/include'
X_LIBS = ' -L/usr/X11R6/lib'
X_PRE_LIBS = ' -lSM -lICE'
X_EXTRA_LIBS = ''

Defining BITMAPDIR = /usr/X11R6/include/X11/bitmaps
checking for X defines extracted by xmkmf
Defining __powerpc__
Defining __DARWIN__
Defining NO_ALLOCA
Defining X_LOCALE
checking for X11/Intrinsic.h... yes
checking for XOpenDisplay in -lX11... yes
Setting libs_x to -lX11
checking for XShapeSelectInput in -lXext... yes
Prepending -lXext to $libs_x
checking for XtOpenDisplay in -lXt... no
configure: error: Unable to find X11 libraries.
### execution of ./configure failed, exit code 1
Failed: compiling xemacs-21.5.9-2 failed


wrpmg4b: /Users/mls5w % grep XtOpenDisplay /usr/X11R6/lib/libXt*
Binary file /usr/X11R6/lib/libXt.6.0.dylib matches
Binary file /usr/X11R6/lib/libXt.6.0.dylib.orig matches
Binary file /usr/X11R6/lib/libXt.6.dylib matches
Binary file /usr/X11R6/lib/libXt.a matches
Binary file /usr/X11R6/lib/libXt.dylib matches

+++
Michael Sierk, Postdoctoral Fellowemail: [EMAIL PROTECTED]
Biochemistry  Molecular Genetics Dept.   Phone(W):  (434) 924-2821
P.O. Box 800733  			(H):  (434) 970-2268
University of Virginia
---
If at first you do succeed, try not to act surprised.
- Anonymous.
+++



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] xemacs configure problem (2)

2002-11-05 Thread Michael Sierk
P.S. Here is the output at the end of the config.log file:

snip

configure:6694: checking for XShapeSelectInput in -lXext
configure:6710: gcc -o conftest -g -O3 -Wall -Wno-switch -Winline 
-Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith -I/sw
/include  -I/usr/X11R6/include  -L/sw/lib -L/usr/X11R6/lib  
conftest.c   -lXext   -lX11   -lSM -lICE 15
configure:6733: checking for XtOpenDisplay in -lXt
configure:6749: gcc -o conftest -g -O3 -Wall -Wno-switch -Winline 
-Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith -I/sw
/include  -I/usr/X11R6/include  -L/sw/lib -L/usr/X11R6/lib  
conftest.c   -lXt   -lXext -lX11   -lSM -lICE 15
ld: Undefined symbols:
__Xsetlocale
configure: failed program was:
#line 6738 configure
#include confdefs.h
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char XtOpenDisplay();

int main() {
XtOpenDisplay()
; return 0; }


Original message:


Fink-users:

Xemacs 21.5.9-2 is failing during the configure process (see output 
below).  I've updated Fink 0.11.0-1 for use with OS 10.2.1.  Below are 
the fink listings for xemacs and xfree86.   Can anyone give me a 
suggestion as to how to fix this?

Thanks,
Mike Sierk


wrpmg4b: /Users/mls5w % fink list xemacs
Information about 1713 packages read in 1 seconds.

 xemacs   21.5.9-2 Highly customizable text editor
 i   xemacs-base-pkg  1.70-1   Basic files needed for xemacs 
package ins...
 i   xemacs-efs-pkg   1.29-1   Allows xemacs to fetch files from 
the FTP...
 xemacs-sumo-pkg  20020919-1   All xemacs packages together

wrpmg4b: /Users/mls5w % fink list xfree86
Information about 1713 packages read in 2 seconds.

 system-xfree86   4.2-1Placeholder package for manually 
installe...
 i   xfree86-base 4.2.0.1-3XFree86 libraries, utilities, 
clients and...
 i   xfree86-base-sh  4.2.0.1-3XFree86 libraries, utilities, 
clients and...
 xfree86-base-th  4.2.0.1-2XFree86 libraries, utilities, 
clients and...
 i   xfree86-rootles  4.2.0.1-3XFree86 libraries, utilities, 
clients and...
 i   xfree86-rootles  4.2.0.1-3XFree86 libraries, utilities, 
clients and...
 xfree86-rootles  4.2.0.1-2XFree86 libraries, utilities, 
clients and...

snip
...
X11 compilation variables:
x_libraries = '/usr/X11R6/lib'
x_includes = '/usr/X11R6/include'
X_CFLAGS = ' -I/usr/X11R6/include'
X_LIBS = ' -L/usr/X11R6/lib'
X_PRE_LIBS = ' -lSM -lICE'
X_EXTRA_LIBS = ''

Defining BITMAPDIR = /usr/X11R6/include/X11/bitmaps
checking for X defines extracted by xmkmf
Defining __powerpc__
Defining __DARWIN__
Defining NO_ALLOCA
Defining X_LOCALE
checking for X11/Intrinsic.h... yes
checking for XOpenDisplay in -lX11... yes
Setting libs_x to -lX11
checking for XShapeSelectInput in -lXext... yes
Prepending -lXext to $libs_x
checking for XtOpenDisplay in -lXt... no
configure: error: Unable to find X11 libraries.
### execution of ./configure failed, exit code 1
Failed: compiling xemacs-21.5.9-2 failed


wrpmg4b: /Users/mls5w % grep XtOpenDisplay /usr/X11R6/lib/libXt*
Binary file /usr/X11R6/lib/libXt.6.0.dylib matches
Binary file /usr/X11R6/lib/libXt.6.0.dylib.orig matches
Binary file /usr/X11R6/lib/libXt.6.dylib matches
Binary file /usr/X11R6/lib/libXt.a matches
Binary file /usr/X11R6/lib/libXt.dylib matches



+++
Michael Sierk, Postdoctoral Fellowemail: [EMAIL PROTECTED]
Biochemistry  Molecular Genetics Dept.   Phone(W):  (434) 924-2821
P.O. Box 800733  			(H):  (434) 970-2268
University of Virginia
---
If at first you do succeed, try not to act surprised.
- Anonymous.
+++



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] OpenLDAP SSL Compile Problems

2002-11-05 Thread Aaron Magill
Awhile back (ok, maybe only a week or two ago!) a number of messages 
went back in forth about problems compiling openldap-ssl under 
Jaguar... was this ever resolved?

--
Aaron Magill



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fixing XFree problem

2002-11-05 Thread Michael Bovee
Hi all,
A big thank you to Alexander Hansen, who (on- and offlist) helped me  
narrow down the cause of difficulties in upgrading XFree86 on my almost  
complete Fink upgrade for Jaguar. I know others have had trouble here  
and been answered on the list. I hope folks don't mind helping with  
this again; I'm really trying to learn enough to be able to  
troubleshoot and maintain my computer in the OS X / *nix world.

Key points, as I understand them:

1) I followed the upgrade instructions for Jaguar, and by the end of  
the day the the two XFree -shlibs packages were installed, but not the  
main packages for -base and -rootless. Hmm. (They were apparently  
compiled though, and the most recent -base, -base-shlibs, -rootless,  
-rootless-shlibs, and system-xfree86 all exist as .deb files in
/sw/fink/10.2/unstable/main/binary-darwin-powerpc/x11-system/  )

2) I must have originally installed XFree from a package downloaded  
from another source (XonX?). Still kicking myself over this one.

3) Now, Fink Commander (FC) will not install xfree86-base because of a  
conflict with an existing X11.
(Truncated FC Output:)
system-xfree86 conflicts with x11
  xfree86-base provides x11 and is to be installed.
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/xfree86- 
base_4.2.1.1-1_darwin-powerpc.deb (--install):
 conflicting packages - not installing xfree86-base

4) ...and of course FC will not install -rootless because it depends on  
getting -base installed first.

Steps I need to take next:

5) So, I need to move (or delete, or uninstall?) some stuff out of the  
way, and maybe force-remove system-xfree86 before Fink will let me  
reinstall the correct packages, is that right?

6) Now, this 'moving-out-of-the-way' -- does that mean renaming to  
something that is not recognized, or do I need to really move certain  
directories out of the search path? Maybe I can uninstall the original  
XFree with the same installer (XInstall) that I used to install it  
originally?

7) Can I just go wild and delete directories like  /usr/X11R6, and  
/Applications/XDarwin, and /etc/X11?
Or would that cause chaos?

Thanks for reading this far...
--Michael



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fixing XFree problem

2002-11-05 Thread Michael Bovee
5) So, I need to move (or delete, or uninstall?) some stuff out of the
way, and maybe force-remove system-xfree86 before Fink will let me
reinstall the correct packages, is that right?

Yes--the force-remove is only if you have other packages that depend on
X11.


Okay, I had to force-remove system-xfree because other things like 
autocutsel depended on X11. The system-xfree package, then, *is* the 
non-fink one that I don't reinstall later, right? I simply don't need 
it?
I didn't understand that before. I thought Fink simply would not know 
about the other install and I would have to do everything manually.  
Fink Commander is really smart in this regard and I appreciate it even 
more now.  Thanks developers!

Just rename them to something that is unrecognized:  in the case of
/usr/X11R6 this simultaneously removes the files from the search path.
You could try the installer, but I don't think it's necessary.


At the advice of Fink Commander, I simply removed (sudo rm -r)   
/usr/X11R6 and also /etc/X11.
Then FC politely installed the -base and -rootless packages as 
advertised.  :0)
So my XFree86 install looks complete and up to date, and I do not need 
system-xfree86.

But now, XDarwin crashes immediately upon launch, with the following 
spewing to xinit.crash.log:

Date/Time:  2002-11-05 16:53:24 -0500
OS Version: 10.2.1 (Build 6D52)
Host:   dhcp-24.sbb.uvm.edu

Command:xinit
PID:8703

Exception:  EXC_BREAKPOINT (0x0006)
Code[0]:0x0001Code[1]:0x8fe01280

Thread 0 Crashed:
 #0   0x8fe01280 in halt
 #1   0x8fe0329c in load_library_image
 #2   0x8fe06134 in load_images_libraries
 #3   0x8fe026e8 in load_executable_image
 #4   0x8fe01410 in _dyld_init

Not quite out of the woods yet. Maybe I just need to restart the 
computer or reset something?
--Michael



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Package Managers

2002-11-05 Thread Patrick Tescher
One quick question, KPackage and Gnorpm both support Debian packages, 
right? If so, would they work with fink (for the binaries).



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


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

2002-11-05 Thread Derek Homeier
On Tuesday, November 5, 2002, at 01:57 AM, Martin Costabel wrote:


I
have also heard from people who use /usr/sbin/sshd for X forwarding
without problems, yet I never got it to work with any of our Macs.


There were problems with X forwarding in the earlier 10.0 versions of 
MacOSX. Since a long time now I haven't had any problem with X 
forwarding and either fink's or Apple's ssh and sshd.

Ha, you're right. I _did_ hear that it was supposed to work as of 
10.0.4 or 5 or 10.1 at least (that's what I was referring to), and it 
did improve in so far as it would actually set DISPLAY to 
localhost:10.0 or something, but trying to launch any X program would 
always just produce this kind of error message:

 xload
debug1: client_input_channel_open: ctype x11 rchan 3 win 4096 max 2048
debug1: client_request_x11: request from 128.192.19.18 49522
debug1: fd 7 setting O_NONBLOCK
debug1: channel 1: new [x11]
debug1: confirm x11
debug1: X11 connection uses different authentication protocol.
debug1: X11 rejected 1 i1/o16
debug1: channel 1: read failed
debug1: channel 1: input open - drain
debug1: channel 1: close_read
debug1: channel 1: write failed
debug1: channel 1: output open - closed
debug1: channel 1: close_write
debug1: X11 closed 1 i2/o128
^Cdebug1: channel 1: rcvd eof
debug1: channel 1: FORCE input drain
^\Quit

With both Apple's and Fink's sshd. When I finally got this sorted out, 
it would work with
/sw/sbin/sshd on most machines, but not with /usr/sbin/sshd. After that 
I found out about the problem with the old .Xauthority files, removal 
of which fixed it on the remaining systems that did not work before, 
but I guess I never tried the Apple sshd after that. Turned out this 
one works now just as well...
Morale: purge your old authentication certificates first, if you see 
errors like this!

Thanks,
Derek



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problems updating to 10.2

2002-11-05 Thread Laurent PERTOIS
C'est bien le 4/11/02 15:05 que Alexander Hansen sis
[EMAIL PROTECTED] a ose me declarer :

 Some more info please:
 
 What was the command that you got the failure on?

It was :

Fink selfupdate-cvs (it did it previously, I remember now, on this command).

 It looks like the failure was on 'fink selfupdate-cvs'.  If that was
 indeed the case, then look in your output for messages like 'move it out
 of the way' for some info files.

Ok, I try it again and I tell you...

Actually, I have many messages telling me that some .info and .patch files
are no longer in the repository but nothing to move out of the way (or I
missed it).

-- 
Laurent PERTOIS
mailto:pertois.l;agnosys.fr
http://www.agnosys.fr/





---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power  Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users