[Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-03 Thread William Scott
Hi Koen: Thanks for maintaining EMBOSS. I just tried installing on a new intel iMac and got the following error: ajjava.c:93:19: error: crypt.h: No such file or directory I've got i system-openssl-dev 0.9.7-6 Placeholder to force the use of the system SSL Thanks.

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-03 Thread Koen van der Drift
Hi Bill, Thanks for the report. I am very busy, but may have some time later this week or next week to look into this. If anyone else on the list has a clue in the meantime, please let me know, Iand I can update the package accordingly. - Koen. On Apr 3, 2007, at 2:03 PM, William Scott

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-03 Thread William Scott
Hi Koen: I just found that making a symbolic link to /sw/include/gcrypt.h which is provided by libgcrypt: /sw/include/gcrypt.h allowed it to compile. So it's probably just a case of replacing crypt.h with gcrypt.h somewhere (or changing libgcrypt). Bill On Tue, 3 Apr 2007, Koen van

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-03 Thread William Scott
... and with the miracle of recursive globbing in zsh, I found two instances: % grep crypt.h **/* ajax/ajjava.c:#include crypt.h emboss/jembossctl.c:#include crypt.h shall I fix the package? Bill On Tue, 3 Apr 2007, Koen van der Drift wrote: Hi Bill, Thanks for the report.

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-03 Thread Koen van der Drift
Hi Bill, Thanks for finding that. If it works, please go ahead and commit the change. Is the fix for Intel only, or also for PPCs? - Koen. On Apr 3, 2007, at 9:21 PM, William Scott wrote: ... and with the miracle of recursive globbing in zsh, I found two instances: % grep crypt.h **/*

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-03 Thread William Scott
I just tested on my ppc G5 and it compiles on that, too. I don't know how to test whatever encryption thing this is used for. Anyway, it compiles now so it presumably is an improvement. On Tue, 3 Apr 2007, Koen van der Drift wrote: Hi Bill, Thanks for finding that. If it

[Fink-devel] Can't install latest mysql

2007-04-03 Thread Daniel Macks
10.3/unstable, trying to install latest mysql (5.0.38-1) with the previous version of that package (5.0.34-6) installed, I got: Setting up mysql (5.0.38-1) ... Installing MySQL system tables... 070403 12:42:22 [Warning] Setting lower_case_table_names=2 because file system for /sw/var/mysql/ is

Re: [Fink-devel] emboss-4.1.0-1 on a (new) intel iMac

2007-04-03 Thread Daniel E. Macks
Many of the function prototypes in /usr/include/crypt.h on my RedHat box are in /usr/include/unistd.h on my OS X machine. Maybe that would suffice for this package? In cases like this, I usually first just comment-out an unsatisfied #include. That way the compiler will issue warnings about what