Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4DEACD158 for ; Mon, 1 Oct 2012 13:16:51 +0000 (UTC) Received: (qmail 49573 invoked by uid 500); 1 Oct 2012 13:16:49 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 49295 invoked by uid 500); 1 Oct 2012 13:16:48 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 48401 invoked by uid 99); 1 Oct 2012 13:16:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 13:16:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.216.180] (HELO mail-qc0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 13:16:40 +0000 Received: by qcmv28 with SMTP id v28so2608926qcm.11 for ; Mon, 01 Oct 2012 06:16:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding :x-gm-message-state; bh=8Iimp64oitoOah6w4S/bZSoJSeVDLsqYOIJG+YcN5ww=; b=RSmne1sbB9a/A3toFc9CJwca/xW8V8DuymdQLb0Jmc4G5iien7RkMByOyUMz2iNo0q 3wE2AX51CbQxrk2W5f5BjKukKeMRdu+XFruFZSrBiV50MrQcRzclRCGF9DnHe04uo2D6 ZTbPLQQDpLk2M48fJsI5lXuGP6QTVQc1zjZWEufSb3ymVM5e9/Is4MeAWomkaU4lhO+S 4/aZQc7ZBMIj/DoHQ+HCa+mEvKTiwp+iGf7/o8uchfIRTe4+aVJjufaqffeCY+ii+tj/ SVbczaft8TBHcRyS8C7dUIoFhigP/oq/3j1PseixvYgM8OlbVzlvFBX4/LkFrBvTncfh gzFg== MIME-Version: 1.0 Received: by 10.224.207.8 with SMTP id fw8mr36910419qab.92.1349097379164; Mon, 01 Oct 2012 06:16:19 -0700 (PDT) Received: by 10.49.86.74 with HTTP; Mon, 1 Oct 2012 06:16:19 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: References: Date: Mon, 1 Oct 2012 15:16:19 +0200 Message-ID: Subject: Re: OTP releases and autotools From: Dave Cottlehuber To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQk3I4e/NGrMop+x7Z76RdII+bX4T+sWZ7bNXOXm9mT/xbDZ59mMuB5/hfr6hMDysebre8QL On 1 October 2012 14:57, Dirkjan Ochtman wrote: > On Sat, Sep 29, 2012 at 10:48 AM, Benoit Chesneau w= rote: >> Voil=E0, hopefully this thread can be a good start for merging rcouch, >> bigcouch & apache couchdb and will ease merge of the other features imo. > > As a distributor, the most important deficiency in today's release > tarballs is the fact that pretty much all the dependencies are > bundled, with no convenient way to use system copies. IMO this should > be done especially for C libraries like snappy and spidermonkey, but > preferably also for the Erlang parts with an alive upstream. I haven't > tracked it to closely, but I always get the impression that CouchDB > just vendors upstream and isn't that good about making sure patches > end up upstream as well (and tracking what versions correspond to the > dependencies shipped with a given CouchDB tarball). > > Cheers, > > Dirkjan Seems like the right thing for couchdb to do, but I'm not sure I understand this fully. Do you mean that you'd like to (say) ./configure --use-this-snappy-library --use-that-other-library approach, and as a distributor you would be deciding at that point which OTP release & other dependencies are required, to build into your rpm or deb packaging tool? A+ Dave