From couchdb-user-return-254-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Fri Apr 18 01:54:41 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 578 invoked from network); 18 Apr 2008 01:54:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 01:54:41 -0000 Received: (qmail 70074 invoked by uid 500); 18 Apr 2008 01:54:42 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 70047 invoked by uid 500); 18 Apr 2008 01:54:42 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 70036 invoked by uid 99); 18 Apr 2008 01:54:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 18:54:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sho.fukamachi@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 01:53:58 +0000 Received: by an-out-0708.google.com with SMTP id b33so81104ana.83 for ; Thu, 17 Apr 2008 18:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:mime-version:subject:date:references:x-mailer; bh=de3inLiEhcTN1I6+wEj3v+I0dFQSsuoRHBnYwCGNoes=; b=ovIt6WG8ZYoVjougpk50b+l0m+r9ytsJ0pcGAFH7EdOyjfV5AxhmqXsTiZ9qHuhFHPMwlMbkqpfNaB/K47YjgERCuELtf+vQW7SrvbcNbXff9ioxygt70vE55IXb4qeD7+qpfqD4hhGkM00ovjGnlGbmSnDpQd+giytnFA6J/Gw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:mime-version:subject:date:references:x-mailer; b=P3mpfseHrczvyf5XnAhDD2T4X51829q0edTd/knT9nJSs5eYEFsNtzwQL/OdXOrsYkRQtXZgENtara63qYTAdc8S65fctW9cjFYUcqvDbijm5+iVKWQPbvu0OcMvCJlpZUMP8/BjovIIQaqv4Dj+dFkF1bwNSnLeD4jzc6mfRsA= Received: by 10.100.33.11 with SMTP id g11mr1423386ang.59.1208483650975; Thu, 17 Apr 2008 18:54:10 -0700 (PDT) Received: from ?10.1.1.8? ( [203.158.35.45]) by mx.google.com with ESMTPS id 52sm11291946hsf.7.2008.04.17.18.54.08 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Apr 2008 18:54:10 -0700 (PDT) Message-Id: From: Sho Fukamachi To: couchdb-user@incubator.apache.org In-Reply-To: Content-Type: multipart/signed; boundary=Apple-Mail-785-395695518; micalg=sha1; protocol="application/pkcs7-signature" Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: building couchdb from svn Date: Fri, 18 Apr 2008 11:54:05 +1000 References: <9FDD12D6-17AB-491E-8E9D-CA2A5744D222@prima.de> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-785-395695518 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hey, Dennis, can you confirm that the inbuilt test suite is passing for you? I followed a similar procedure (but on RHEL4) and it seemed to install fine, but then ran extremely slowly and the test suite was full of JS- related errors. I haven't had time to try to sort out the problems but I'm interested to hear if you've indeed got it running perfectly on a similar system... thanks a lot. Sho On 18/04/2008, at 7:39 AM, Dennis Sacks wrote: > Okay, I installed spidermonkey according to the directions you > pointed to, > that seemed to fix the problem. I was able to configure and then > compile > couchdb without error. Thanks! > > Dennis > > On Thu, Apr 17, 2008 at 12:40 PM, Jan Lehnardt wrote: > >> and http://wiki.apache.org/couchdb/InstallingSpiderMonkeyFromSource >> >> On Apr 17, 2008, at 21:33, Dennis Sacks wrote: >> >>> I blew away what I was working on, to start anew. I did: >>> >>> svn co http://svn.apache.org/repos/asf/incubator/couchdb/trunk >>> couchdb >>> ./bootstrap >>> ./configure --prefix=/usr/local/couchdb >>> >>> Interestingly, the end of the configure output looks like this: >>> >>> checking for JS_NewContext in -ljs... yes >>> checking jsapi.h usability... no >>> checking jsapi.h presence... no >>> checking for jsapi.h... no >>> configure: error: Could not find the jsapi header. >>> >>> Are Mozilla SpiderMonkey headers installed? >>> >>> So in that case, it looks like the spidermonkey library file is >>> being >>> found. >>> >>> >>> I then try specifying --with-js-include=/usr/local/include or >>> --with-js-include=/usr/local/include/js and neither one alters the >>> output of >>> configure. >>> >>> I also tried doing: >>> >>> CPPFLAGS=-I/usr/local/include ./configure ... >>> >>> and >>> >>> CPPFLAGS=-I/usr/local/include/js ./configure >>> >>> but neither one of those makes a difference either. >>> >>> Dennis >>> >>> >>> >>> On Thu, Apr 17, 2008 at 9:38 AM, Dennis Sacks >> > >>> wrote: >>> >>> Yep, I've tried with --with-js-include=/usr/local/include and >>> without. >>>> >>>> I'm on CentOS 4 >>>> >>>> Dennis >>>> >>>> >>>> On Thu, Apr 17, 2008 at 7:36 AM, Jan Lehnardt wrote: >>>> >>>> Hi Dennis. >>>>> On Apr 17, 2008, at 13:48, Dennis Sacks wrote: >>>>> >>>>> ./configure outout errors with this: >>>>>> >>>>>> checking for JS_NewContext in -ljs... no >>>>>> checking for JS_NewContext in -lmozjs... no >>>>>> >>>>>> configure: error: Could not find the js library. >>>>>> >>>>>> Is the Mozilla SpiderMonkey library installed? >>>>>> >>>>>> I specified --with-js-lib=/usr/local/lib or without (doesn't seem >>>>>> to >>>>>> matter) >>>>>> >>>>>> >>>>> Can you try with setting --with-js-include=/usr/local/include as >>>>> well? >>>>> >>>>> Which OS are you on? >>>>> >>>>> Cheers >>>>> Jan >>>>> -- >>>>> >>>>> >>>> >>>> >> --Apple-Mail-785-395695518 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGLzCCAugw ggJRoAMCAQICEBSIX9MtV1ZEa0RApBcv2rAwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA3MTExODIzMTczNloXDTA4MTExNzIzMTcz NlowSTEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEmMCQGCSqGSIb3DQEJARYXc2hv LmZ1a2FtYWNoaUBnbWFpbC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC4VztI LAmaS1WLCldsyC8eTG9bLMGvYEwRoJXYnyqJZPXMhQHdzAbw3VTtiqZB8qaWs2QbU/UuioP0zL0N NAdCVHOORhGq59/u7obOxZOkR94yRllz5ofwpbOfTpC2u0Q6sms9ViukqumPuix2XTs3coe2VPAX lPFzyQlNOXRD0K7JLUxff3YfM1sIZTHEosNVQWIWtyw+3Hb6ZhpGLuaxqe8jYKSJ+RnE1cX0/lI8 btdT7PyNapyz8m/sGEeMf/a+O+aDRr/cv50GVQWD98CM3a1tvUob3v9iH7L/wFEGyR4V7NLuhbYr 6sqktCzICnjkrCblAIpZnWWBPbvzuJZtAgMBAAGjNDAyMCIGA1UdEQQbMBmBF3Noby5mdWthbWFj aGlAZ21haWwuY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEFBQADgYEATlDmSJ8egBeeoqwO HCxUloxGqK+hbn7EVNv21XBa0p3l8qHMoVY4IG5Uo3PmmfbtICWw9akuo1kRbhalcwLJK0Cxb32W Vs0hQMyBrlpHIJJHDfuQ5A1WHW7An20Qdp2CU8WV03TbjdrJw0K7DvwZo6FX65fMiqdDhswP0NTA HfEwggM/MIICqKADAgECAgENMA0GCSqGSIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UE CBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25z dWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQD ExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZy ZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYD VQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMj VGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0A MIGJAoGBAMSmPFVzVftOucqZWh5owHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJj WiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHF KlSFD0gEf6e20TxhBEAeZBlyYLf7AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNV HR8EPDA6MDigNqA0hjJodHRwOi8vY3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFp bENBLmNybDALBgNVHQ8EBAMCAQYwKQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJl bDItMTM4MA0GCSqGSIb3DQEBBQUAA4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2 H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V 2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC3CEZNd4ksdMdRv9dX2VPMYIDEDCCAwwCAQEwdjBiMQsw CQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UE AxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEBSIX9MtV1ZEa0RApBcv2rAw CQYFKw4DAhoFAKCCAW8wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcN MDgwNDE4MDE1NDA2WjAjBgkqhkiG9w0BCQQxFgQU0irISkSTzAkGfrf8dnxepOhhftEwgYUGCSsG AQQBgjcQBDF4MHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAU iF/TLVdWRGtEQKQXL9qwMIGHBgsqhkiG9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNV BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25h bCBGcmVlbWFpbCBJc3N1aW5nIENBAhAUiF/TLVdWRGtEQKQXL9qwMA0GCSqGSIb3DQEBAQUABIIB AGjvRgWT/0dPg9AqIVWX2jRhmEm5gNcUNJ6IusBRFmb2sCyUhKQatRDxUaBjKnae/EQiM7buqhJ8 AG0fLP+lRaaPwBaNOSt9ohpzthoqAPEiAUKA19KZintKjH05Sbi84Nddl+Yw+ZEmmz117b/DmcI8 irac7TTKSl0euI3p7IBuApGni4AFkmgnaTqUJobz/BzaHe9JIe+0EggRiyTTluo7GNnaw8Z7zWJG 3vsW90UHTYzAs7LmK680WXNz/8JiFbFc3ntfogxWbr0Cri5E2XFbzwJuPQsIfAQtj1d7If224MBY saC/GsTGyImrh6Xiq0dj42R6PLWBbKK+go476sgAAAAAAAA= --Apple-Mail-785-395695518--