From user-return-22086-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 12 12:41:45 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51135DA0B for ; Wed, 12 Sep 2012 12:41:45 +0000 (UTC) Received: (qmail 14117 invoked by uid 500); 12 Sep 2012 12:41:43 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 13976 invoked by uid 500); 12 Sep 2012 12:41:41 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 13912 invoked by uid 99); 12 Sep 2012 12:41:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 12:41:39 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [81.169.146.160] (HELO mo-p00-ob.rzone.de) (81.169.146.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 12:41:34 +0000 X-RZG-AUTH: :K2MKY0GkfvuAYI9OvLYEA55J0qvTZZULi9CTHjqnn8/d41Z9VA5z1TAdihyERfE= X-RZG-CLASS-ID: mo00 Received: from mail-qa0-f45.google.com ([209.85.216.45]) by smtp.strato.de (jored mo7) (RZmta 30.14 AUTH) with ESMTPA id 607cb9o8CBkNkG for ; Wed, 12 Sep 2012 14:41:11 +0200 (CEST) Received: by qadc10 with SMTP id c10so2498143qad.11 for ; Wed, 12 Sep 2012 05:41:11 -0700 (PDT) Received: by 10.229.137.73 with SMTP id v9mr6267553qct.72.1347453670903; Wed, 12 Sep 2012 05:41:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.49.37 with HTTP; Wed, 12 Sep 2012 05:40:50 -0700 (PDT) In-Reply-To: References: From: Daniel Gonzalez Date: Wed, 12 Sep 2012 14:40:50 +0200 Message-ID: Subject: Re: Problems installing CouchDB 1.2.0 in Ubuntu 8.04 Server (HardyHeron) To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=00235452fd9c67d18204c9808165 X-Virus-Checked: Checked by ClamAV on apache.org --00235452fd9c67d18204c9808165 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Thanks Dave, That worked fine. I am now performing the following processing before calling configure: if [ "$UBUNTU_VERSION" =3D=3D "hardy" ] ; then # Problems in Ubuntu 8.04 Hardy Heron sed -e 's/^LT_INIT/#LT_INIT/' configure > xxx mv xxx configure chmod 755 configure fi And it is installing fine. I get a bunch (1467 times!) of strange errors while building ("[couchjs] reserved slot index out of range"), I think while doing "test/etap/072-cleanup", but it does not seem to affect. On Wed, Sep 12, 2012 at 1:26 PM, Dave Cottlehuber wrote= : > On 12 September 2012 13:15, Daniel Gonzalez wrote= : > > Hi, > > > > I am using the git repo (git://github.com/apache/couchdb.git) for this > > install. > > I have selected tag 1.2.0. I do: > > > > ./bootstrap > > > > And then: > > > > $ ./configure > > checking for a BSD-compatible install... /usr/bin/install -c > > checking whether build environment is sane... yes > > checking for a thread-safe mkdir -p... /bin/mkdir -p > > checking for gawk... no > > checking for mawk... mawk > > checking whether make sets $(MAKE)... yes > > checking for gcc... gcc > > checking for C compiler default output file name... a.out > > checking whether the C compiler works... yes > > checking whether we are cross compiling... no > > checking for suffix of executables... > > checking for suffix of object files... o > > checking whether we are using the GNU C compiler... yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ISO C89... none needed > > checking for style of include used by make... GNU > > checking dependency style of gcc... gcc3 > > ./configure: line 3698: syntax error near unexpected token `win32-dll' > > ./configure: line 3698: `LT_INIT(win32-dll)' > > > > What does this error mean? Has somebody been able to install CouchDB > 1.2.0 > > in Ubuntu 8.04 Server? > > > > Thanks, > > Daniel > > Hi Daniel, > > Most likely that your version of autotools is older than when LT_INIT > was supported. > > You can safely remove that LT_INIT line & retry, or alternatively the > release .tgz may work better for you than the git tag checkout. > > FWIW I think we released 1.2.0 using autoconf 2.69 or thereabouts, and > likely a close relative of libtool as well. > > autoconf -V yields 2.69 on my mac. > > Given ubuntu 8.04 LTS ended last year, I don't see a need for fixing > this unless we could ensure LT_INIT(=85) ran only for windows > configure/builds. > > A+ > Dave > --00235452fd9c67d18204c9808165--