[Fink-devel] WWDC

2002-04-27 Thread Bill Bumgarner

If anyone from the Fink development community will be attending WWDC, I 
would be very happy to buy you a beer or two -- if that's your cup of tea 
-- as a way of saying THANK YOU for producing the incredible tool that is 
Fink.   The quality is incredible, the documentation easily outclasses 
most other open source projects (and several commercial products) and it 
has saved me and countless others thousands of hours of administrative 
tedium.

No need to respond to the list... just find me @ WWDC.

b.bum


___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] Getting stack traces?

2002-04-27 Thread Damian Steer

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'm currently trying to port the latest version of Amaya (6.0). Alas
it has a rather nasty bug, so the developers have asked for a stack
trace. (They've been very helpful, I should add)

Which is where the problems begin. No strace (nuts), ktrace needs a
kernel recompile (of a kernel Apple haven't released the source for,
AIUI), and gdb says 'No stack.'.

Ideas?

Thanks,

Damian

PS

The unhelpful error is:

X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  12 (X_ConfigureWindow)
  Value in failed request:  0x0
  Serial number of failed request:  13859
  Current serial number in output stream:  13864
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (Darwin)
Comment: Processed by Mailcrypt 3.5.6 and Gnu Privacy Guard http://www.gnupg.org/

iD8DBQE8ypCNAyLCB+mTtykRAgA6AKDU+03HcVv5pHyIUxuMiRwKqBFMeQCg7cI9
N2NGUYq+dI+WP+0+Aab8KNg=
=JDiw
-END PGP SIGNATURE-


___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



[Fink-devel] openldap bug?

2002-04-27 Thread Benjamin Reed

I'm working on a couple of packages for ldap-related stuff (LDAP browsers
and/or editors, etc.) and it seems that libldap.dylib has a bug.

 /sw/lib  otool -L libldap.dylib 
libldap.dylib:
.libs/libldap.dylib (compatibility version 0.0.0, current version 0.0.0)
/sw/lib/libssl.0.9.6.dylib (compatibility version 0.9.6, current version 0.9.6)
/sw/lib/libcrypto.0.9.6.dylib (compatibility version 0.9.6, current version 
0.9.6)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 
55.0.0)

I assume this is a libtool bug in the openldap package?

-- 
Benjamin Reed a.k.a. Ranger Rick ([EMAIL PROTECTED]) http://ranger.befunk.com/
Q. What are seven candles, seven cows, and seven heads of the beast
which rises from the sea?  A: Metaphors.  They are all symbolic.  Which
means, they are not real things. -- Alex Chiu, Immortality Inventor

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] openldap bug?

2002-04-27 Thread David R. Morrison

Looks like a bug, alright.

Check out the openldap-ssl submission on the package submission tracker, and
see if that has fixed it.  I'm just waiting for one final response from
the submitter before committing the new one to CVS.

  -- Dave

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] openldap bug?

2002-04-27 Thread Benjamin Reed

David R. Morrison [[EMAIL PROTECTED]] wrote:
 Looks like a bug, alright.
 
 Check out the openldap-ssl submission on the package submission tracker, and
 see if that has fixed it.  I'm just waiting for one final response from
 the submitter before committing the new one to CVS.

OK, I'm building right now...

One thing I've noticed, while building cyrus-sasl (dependency of openldap-ssl),
libtool gives this warning:

---(snip!)---
/bin/sh ../libtool --mode=link gcc  -Wall -W -I/sw/include/db3 -L/usr/local/lib 
-L/sw/lib -export-dynamic -module -rpath /sw/lib/sasl -o libdigestmd5.la  
-version-info 0:19:0 digestmd5.lo -ldes  
rm -fr .libs/libdigestmd5.la .libs/libdigestmd5.* .libs/libdigestmd5.*

*** Warning: This library needs some functionality provided by -ldes.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libdigestmd5.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
---(snip!)---

...this is because (at least on my system), the library is libdes524.dylib,
instead of libdes.

-- 
Benjamin Reed a.k.a. Ranger Rick ([EMAIL PROTECTED]) http://ranger.befunk.com/
So if you wear my Immortality Device, your cells will densen, and
bacterias will have a harder time conquering your body.
 -- Alex Chiu, Immortality Inventor

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] openldap bug?

2002-04-27 Thread Benjamin Reed

David R. Morrison [[EMAIL PROTECTED]] wrote:
 Looks like a bug, alright.
 
 Check out the openldap-ssl submission on the package submission tracker, and
 see if that has fixed it.  I'm just waiting for one final response from
 the submitter before committing the new one to CVS.

Correction... it fails building *if* I have the openldap package installed.
I removed it and the build continued.

-- 
Benjamin Reed a.k.a. Ranger Rick ([EMAIL PROTECTED]) http://ranger.befunk.com/
A preposition is something one should never end a sentence with.

___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



Re: [Fink-devel] openldap bug?

2002-04-27 Thread Chris Devers

On Sat, 27 Apr 2002, Benjamin Reed wrote:

 I assume this is a libtool bug in the openldap package?

You can get openldap to compile? I've been trying without success to build
openldap-2.0.19-1 for a couple of weeks now, and sent messages about it to
the Fink lists  Finlay Dobbie, but never got a response from any of it.
The error[s] I get begin as follows:



creating libldap.la
(cd .libs  rm -f libldap.la  ln -s ../libldap.la libldap.la)
/Volumes/Applications/GNUWare/Fink/src/openldap-2.0.19-1/openldap-2.0.19/libraries/libldap/.libs
rm -f ../libldap.la
d=`pwd`; d=`basename $d`; cd ..; ln -s $d/libldap.la libldap.la; \
t=`basename libldap.la .la`.a; rm -f $t; ln -s $d/.libs/$t $t
if test no = yes; then \
d=`pwd`; d=`basename $d`; b=`basename libldap.la .la`; \
 cd .libs; t=`echo $b*.so`; (cd ../.. ; rm -f $t; \
 ln -s $d/.libs/$t $t); \
if test so != dll; then \
t=`echo $b.so.?`; cd ../.. ; \
rm -f $t; \
ln -s $d/.libs/$t $t; \
fi \
fi
cc -fno-common -I../../include-I../../include   -I/sw/include
-c -o apitest.o apitest.c
/bin/sh 
/Volumes/Applications/GNUWare/Fink/src/openldap-2.0.19-1/openldap-2.0.19/libtool 
--mode=link cc -fno-common -I../../include
cc -fno-common -I../../include -I../../include -I/sw/include 
-L/Volumes/Applications/GNUWare/Fink/src/openldap-2.0.19-1/openldap-2.0
/usr/bin/ld: warning unused multiple definitions of symbol _ASN1_STRING_data
/sw/lib/libcrypto.dylib(asn1_lib.o) definition of _ASN1_STRING_data
/usr/lib/libcrypto.0.9.dylib(asn1_lib.o) unused definition of _ASN1_STRING_data
/usr/bin/ld: warning unused multiple definitions of symbol _ASN1_STRING_length



Spiralling from there into tens of thousands of repeats  variations of
that last pair of lines, citing problems with bad definitions:

  % grep ' definition' openldap_error | wc -l
103054
  % grep ' definition' openldap_error | sed 's# .*##' | \
sed 's#(.*\.o) *##' | sort | uniq -c | more
  28485 /sw/lib/libcrypto.dylib
 14 /sw/lib/libncurses.dylib
   5852 /sw/lib/libssl.dylib
  34351 /usr/bin/ld:
 15 /usr/lib/libSystem.dylib
  28485 /usr/lib/libcrypto.0.9.dylib
   5852 /usr/lib/libssl.0.9.dylib

Et cetera. Glottons for punishment are welcome to share this pain by
downloading http://homepage.mac.com/chdevers/fink/openldap_error.txt.gz

Any suggestions for diagnosing  fixing this would be eagerly accepted.
I'd really like to give openldap a try


--
Chris Devers[EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

More war soon. You know how it is.-- mnftiu.cc


___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel