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 C61A910A56 for ; Mon, 26 Aug 2013 06:56:46 +0000 (UTC) Received: (qmail 56215 invoked by uid 500); 26 Aug 2013 06:56:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 56156 invoked by uid 500); 26 Aug 2013 06:56:38 -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 56140 invoked by uid 99); 26 Aug 2013 06:56:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 06:56:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [209.85.214.171] (HELO mail-ob0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 06:56:31 +0000 Received: by mail-ob0-f171.google.com with SMTP id tb18so2912082obb.16 for ; Sun, 25 Aug 2013 23:55:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=zKGDT661nzSQNzI0vDs/QgTQH8znHtxPo9QkZBY4hmk=; b=YE/tGKZyp7TNPIDXOBN+7ch0BEaU+9h3Wle7ptaWAFgLp1te6Nd4Jc9vvZyy8D+OXh tDQKbPnCk1lqBl1/wHvu+B8lHfU9dXNt4qogdFis3uB8G1ozqT0e6dwarNeSJKJRmpVQ TO2KMxFRo5BAtIs7pQkvpFerG3QNvuN2uWLmmtcLOc2wEK8oJl91jWfH8MXXmqTiml1x P8cU4NaqTWetSWyEJ4QuRjr0Lb3cJ/S7/iYZSd/FWj68/BNeK2oIknH5tq2rzPvxWv5f NyNKmUDePoraejXoI1D3TSd9luxzf7g8B5eIT8lyEU4nkgYb6Bvw214CnZoLQ94fGN3e 3GmA== X-Gm-Message-State: ALoCoQnd3Bayd34AVIczWHo099BnqsF1oLOnoERC4lTMCSYRYDm+6OsVIqkr4nJuV4wkVnDXyWfL MIME-Version: 1.0 X-Received: by 10.182.128.6 with SMTP id nk6mr13231363obb.11.1377500149866; Sun, 25 Aug 2013 23:55:49 -0700 (PDT) Received: by 10.182.138.70 with HTTP; Sun, 25 Aug 2013 23:55:49 -0700 (PDT) In-Reply-To: References: Date: Mon, 26 Aug 2013 08:55:49 +0200 Message-ID: Subject: Re: Compiling couchdb on a armhf machine. From: Pieter van der Eems To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the sugestions for compiling couchdb on an armhf machine. I "fixed" the icu4 problem by using the latest icu version (5.2 I think). However, after that I ran into a automake 1.11 problem (something about the doc directory). In the end I just installed couchdb 1.2.0 from the debian repo. Will need to revisit this later. Greetings, Pieter.