Re: [Fink-devel] unlimit stack

2003-10-29 Thread Koen van der Drift
On Tuesday, Oct 28, 2003, at 22:12 US/Eastern, Charles Lepple wrote: #include /* haven't tried this myself */ #include #include #include struct rlimit rlim; getrlimit(RLIMIT_STACK, &rlim); rlim.rlim_cur = RLIM_INFINITY; setrlimit(RLIMIT_STACK, &rlim); Both your solution and Peter's didn't wo

Re: [Fink-devel] gcc error

2003-10-29 Thread Koen van der Drift
On Wednesday, Oct 29, 2003, at 20:46 US/Eastern, Daniel Macks wrote: On the one you are having problems, is the volume name "More Stuff" with a space (difficult to tell due to email word wrap)? Bingo! It's strange though, because I have another partition 'Mac OS X' which doesn't give a proble

Re: [Fink-devel] Fink module documentation, tests and all that icky stuff.

2003-10-29 Thread Benjamin Reed
Michael G Schwern wrote: After that I decided to dig into documenting, testing and cleanup up the code wholesale. The first step was to package up the basic Perl testing tools: http://sourceforge.net/tracker/index.php?func=detail&aid=831197&group_id=17203&atid=414256 http://sourceforge.net/tracke

[Fink-devel] Circular Dependency Problem Solved

2003-10-29 Thread Benjamin Reed
fink-prebinding was "Essential" in the bootstrap, but not in the actual fink package tree. Since essential packages depended on a non-essential package that wasn't installed yet, fink got confused and gave up, since essential packages must always be installed first. This is fixed in all trees,

[Fink-devel] fink /sw/tmp and /sw/var/tmp directories

2003-10-29 Thread Blair Zajac
The jove editor package I'm creating a .info file for needs a /tmp like directory to dump files into. It wants a subdirectory named something like /sw/var/tmp/jove/preserve to find recover files, so that when jove gets killed the jove recover program can recover the editted files. This is similar

Re: [Fink-devel] New built package for review jove

2003-10-29 Thread Blair Zajac
Christian Schaffner wrote: > > Hi Blair > > On Freitag, Oktober 24, 2003, at 02:50 Uhr, Blair Zajac wrote: > > This is my first Fink package and I've built a .info and a .patch > > for my favorite Emacs style editor, jove (which launches incredibily > > quickly because it's so small). > > Thank

Re: [Fink-devel] Fink module documentation, tests and all that icky stuff.

2003-10-29 Thread Michael G Schwern
On Wed, Oct 29, 2003 at 05:36:40PM -0800, Michael G Schwern wrote: > I'd like to keep going, but there's been no motion on any of the above. > So... are you folks interested in testing and documenting Fink::*? Would > you like me to continue? PS I forgot you're probably all scrambling to deal wi

Re: [Fink-devel] gcc error

2003-10-29 Thread Daniel Macks
On the one you are having problems, is the volume name "More Stuff" with a space (difficult to tell due to email word wrap)? Because that space isn't delimited with a backslash in the gcc command generated by libtool, the shell misparses that space as a break between command arguments (rather than

[Fink-devel] Fink module documentation, tests and all that icky stuff.

2003-10-29 Thread Michael G Schwern
So I've started tearing into the fink module sources. This start out with little optimization attempts to make fink list run a little faster. http://sourceforge.net/tracker/index.php?func=detail&aid=825801&group_id=17203&atid=317203 While doing that I got my hands dirty with the fink module sourc

[Fink-devel] gcc error

2003-10-29 Thread Koen van der Drift
Hi, When I try to build emboss-2.7.1-4, I get this error on one Mac, on the other I don't see it. Both have 10.2.8, fink 0.16.0, and 10.2-gcc3.3: ... Making all in ajax if /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=

[Fink-devel] md5sum checksum difference for whois-4.6.6-1

2003-10-29 Thread Blair Zajac
I'm seeing this for whois-4.6.6-1. Best, Blair % sudo fink install whois Information about 3008 packages read in 1 seconds. The following package will be installed or updated: whois curl -f -L -s -S -O http://distfiles.opendarwin.org/whois_4.6.6.tar.gz The checksum of the file whois_4.6.6.tar.gz

Re: [Fink-devel] Re: Dependency of dpkg on perl580

2003-10-29 Thread Michael G Schwern
On Wed, Oct 29, 2003 at 04:30:32PM -0500, David R. Morrison wrote: > > Shouldn't system-perl simply put in a /usr/bin/perl -> /sw/bin/perl symlink? > > That seems much easier. > > Unfortunately, that runs contrary to fink's policy of not modifying /usr > but confining itself to /sw (with the sole

Re: [Fink-devel] netcdf install warnings with 10.2-gcc3 and 10.3

2003-10-29 Thread Benjamin Reed
Blair Zajac wrote: I'm getting the following warnings when running fink install netcdf netcdf-bin netcdf-shlibs on a 10.2-gcc3 and a 10.3 system, both with fink 0.16.0: % fink install netcdf netcdf-bin netcdf-shlibs sudo /sw/bin/fink install netcdf netcdf-bin netcdf-shlibs Information about 23

[Fink-devel] netcdf install warnings with 10.2-gcc3 and 10.3

2003-10-29 Thread Blair Zajac
I'm getting the following warnings when running fink install netcdf netcdf-bin netcdf-shlibs on a 10.2-gcc3 and a 10.3 system, both with fink 0.16.0: % fink install netcdf netcdf-bin netcdf-shlibs sudo /sw/bin/fink install netcdf netcdf-bin netcdf-shlibs Information about 2332 packages read in

Re: [Fink-devel] Re: Dependency of dpkg on perl580

2003-10-29 Thread David R. Morrison
> Shouldn't system-perl simply put in a /usr/bin/perl -> /sw/bin/perl symlink? > That seems much easier. Unfortunately, that runs contrary to fink's policy of not modifying /usr but confining itself to /sw (with the sole exception of a fink-installed xfree86). -- Dave

Re: [Fink-devel] Re: Dependency of dpkg on perl580

2003-10-29 Thread Michael G Schwern
On Wed, Oct 29, 2003 at 01:39:39PM -0500, David R. Morrison wrote: > My guess is that what happens is this: the configure script for some > package runs "which perl" and then uses the answer to decide what to > write in the perl scripts for that package. dpkg must be one of the > things affected

Re: [Fink-devel] XML::LibXML cpan test problems

2003-10-29 Thread Michael G Schwern
On Wed, Oct 29, 2003 at 02:10:10PM +0100, Tim Pritlove wrote: > I need to have the XML::LibXML perl module running on my system but > installing it under Mac OS X 10.3 via CPAN does not work as built-in > "findnodes" tests fails. Perhaps you should discuss this with the author of XML::LibXML? [E

Re: [Fink-devel] Re: Dependency of dpkg on perl580

2003-10-29 Thread David R. Morrison
Hi Jean-Francois. My guess is that what happens is this: the configure script for some package runs "which perl" and then uses the answer to decide what to write in the perl scripts for that package. dpkg must be one of the things affected by this. Since we don't have BuildConflicts implemented

[Fink-devel] Re: Dependency of dpkg on perl580

2003-10-29 Thread jfm
On Oct 29, 2003, at 6:22 PM, jfm wrote: /sw/sbin/install-info: /sw/bin/perl: bad interpreter: No such file or directory /sw/sbin/update-alternatives: /sw/bin/perl: bad interpreter: No such file or directory ~# grep '/sw/bin/perl' /sw/sbin/install-info /sw/sbin/update-alternatives /sw/sbin/ins

[Fink-devel] Dependency of dpkg on perl580

2003-10-29 Thread jfm
Hi, After installing panther and Xcode, I removed perl580 _ not perl580-core. (A force-depends was needed only for apache-dbi-pm). But when installing other packages, one gets then: /sw/sbin/install-info: /sw/bin/perl: bad interpreter: No such file or directory /sw/sbin/update-alternatives: /s

[Fink-devel] XML::LibXML cpan test problems

2003-10-29 Thread Tim Pritlove
Hello, I need to have the XML::LibXML perl module running on my system but installing it under Mac OS X 10.3 via CPAN does not work as built-in "findnodes" tests fails. I tried to get closer to the problem and all I could figure out was that the module apparently is not able to locate one of i

Re(2): [Fink-devel] Autoconf on OSX.3

2003-10-29 Thread Mathieu Masseboeuf - NewSports
>There is a virtual package for libtool? Interesting I see nothing like >that in the package manager source nor in the package database... Oops :) Sorry, I must admit that I've been a bit fast in reading :p It's automaken, and I've just googled to check what it meant. Anyway, thanks for the clear

Re: [Fink-devel] Autoconf on OSX.3

2003-10-29 Thread Max Horn
Am Dienstag, 28.10.03 um 19:43 Uhr schrieb Mathieu Masseboeuf - NewSports: Hi, Considering that OSX.3 have a recent autoconf, why not make a virtual package for it as well ? Version is : autoconf (GNU Autoconf) 2.57 I don't get what the advantage should be. Yes right now it is current. And with