Date: Mon, 8 Sep 2003 02:49:33 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [Ux2bs_Archive] No. 196 ************************************************** Sunday 07 September 2003 Number 196 ************************************************** Subjects for today 1 Re: Make error: fork() : James Moe" 2 Building db (sleepycat) : James Moe" **= Email 1 ==========================** Date: Mon, 08 Sep 2003 13:46:16 -0700 (MST) From: "James Moe" Subject: Re: Make error: fork() -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 07 Sep 2003 22:31:33 -0400, Henry Sobotka wrote: >> emxopt -h was "only" 2048. I chanted it to 6000 and that fixed that problem. > >If that wasn't a Druidian slip, please post your songbook. > Ah, yes. Spellcheckers ken only go sow fare. - -- jimoe at sohnen-moe dot com pgp/gpg public key: http://www.keyserver.net/en/ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0 OS/2 for non-commercial use Comment: PGP 5.0 for OS/2 Charset: cp850 wj8DBQE/XOqYsxxMki0foKoRAtA8AJ40oz+DGrerNkE5Dpp5i+5bMEVPiwCgutKT mnbvwUscpKLbO0qDU2AhpYc= =/jz5 -----END PGP SIGNATURE----- _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs **= Email 2 ==========================** Date: Mon, 08 Sep 2003 22:29:10 -0700 (MST) From: "James Moe" Subject: Building db (sleepycat) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Here's a good one. I'd appreciate any help getting this going. db-4.1.25.NC The build script has some problems: 1. configure creates a config.status that has a line with "IFS=:". This is ignored and the equivalent to "IFS=;" is always used. I have to do something like this to fix it: ac_var=`echo $ac_var | tr ':' ';'` This has shown up in more than package. 2. config.status creates a defective Makefile. There are a few cases where there is no whitespace in the rules. A search and replace of "lo:$(" -> "lo: $(" is needed. 3. The showstopper. When make finally can run, it uses all 8000 file handles (emxopt=-c -n -h8192) and all 400 MB of RAM! It then proceeds to swap to disk. If I do not stop it, the computer crashes to an automatic re-boot. This, I feel, is not appropriate behavior. - -- jimoe at sohnen-moe dot com pgp/gpg public key: http://www.keyserver.net/en/ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0 OS/2 for non-commercial use Comment: PGP 5.0 for OS/2 Charset: cp850 wj8DBQE/XWUmsxxMki0foKoRAv/dAJ9DznKUKT2VYC/XqKLG7ck9ox4TpQCeIYuf vTPCagB766yHHqRGz+jMrO4= =xa0W -----END PGP SIGNATURE----- _______________________________________________ UX2BS mailing list UX2BS at os2ports.com http://os2ports.com/mailman/listinfo/ux2bs