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 2AB5F9539 for ; Mon, 11 Jun 2012 21:08:11 +0000 (UTC) Received: (qmail 97658 invoked by uid 500); 11 Jun 2012 21:08:10 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 97583 invoked by uid 500); 11 Jun 2012 21:08:10 -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 Delivered-To: moderator for dev@couchdb.apache.org Received: (qmail 27796 invoked by uid 99); 11 Jun 2012 20:12:51 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ipad.wenk@googlemail.com designates 209.85.214.180 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=iVr2ruEVQDB4o79N7mq3hd50YMuMlotF3l68rDu2a+k=; b=VT+djm10DTNCsTFeoaKafzZX2OHjrmScEG30qmYmB+YB5xpai+H7sHzyKoBf9xXADl z1ixQV9eUJZd1Mml5NXg3fSJcQL+xdgRwf4E05Wl3LoeeVcYbSg4mwDf/akijSbbKW4g kQb0R0yWlnof3H29OQUaqy8FPvzhZHdV59e4Oib+qY+iDIsCKfnHVrWkkhQJwVn0+bGL QaTX7xqPPdHeO82NPfxopONbYGTxYfeTT7Mqx6208ecF/y9XLq7FSNn5tCKNsjFdp4IF pS7OAnLB7ydIKRwMnv3IIdXN89deMznmZqpJ8gpiO4vfcaVzIe/J96xPlrwrfJgKRqup kziw== MIME-Version: 1.0 Sender: ipad.wenk@googlemail.com In-Reply-To: References: <5FC3BB9E829A4107AD29CF578730A107@gmail.com> <93626EF38C2B4D4D932643FA0D2956A8@gmail.com> From: Andy Wenk Date: Mon, 11 Jun 2012 22:12:06 +0200 X-Google-Sender-Auth: pqPxNZnhLvfKZ02EF4dZNczggmo Message-ID: Subject: Re: CouchDB packaging for Ubuntu To: user@couchdb.apache.org Cc: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Till - awesome work! I just gave the link to your github repo to my mates at S2 ;-) On 11 June 2012 18:57, CGS wrote: > Let us know if any test fail and give us the log of the tests. The tests > themselves are pretty self explanatory. If not, at least some tests are > using the CouchDB log. So, I think there will be enough info for debuggin= g. > > CGS > > > > > > On Mon, Jun 11, 2012 at 5:12 PM, till wrote: > >> Ok, >> >> my working repo is here: >> https://github.com/till/couchdb-deb >> >> So does anyone have any idea how to debug failed test cases? They never >> failed for me before. :D >> >> Till >> >> >> On Monday, June 11, 2012 at 4:37 PM, CGS wrote: >> >> > Not at all. After all, I do not do this for my personal interest, but = for >> > this community. I am glad if I can help. >> > >> > Cheers, >> > CGS >> > >> > >> > >> > >> > On Mon, Jun 11, 2012 at 3:58 PM, till > klimpong@gmail.com)> wrote: >> > >> > > Hey, >> > > >> > > thanks, I'm gonna test this shortly. Do you mind if I push it one of= my >> > > repo? >> > > >> > > Till >> > > >> > > >> > > On Monday, June 11, 2012 at 9:08 AM, CGS wrote: >> > > >> > > > Hi, >> > > > >> > > > I isolated the tests which are started with make check and make th= em >> run >> > > over the default installation under Ubuntu 12.10. Please, let me kno= w >> if it >> > > is what you need (there is a README file in the archive). >> > > > >> > > > CGS >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > On Sun, Jun 10, 2012 at 8:46 PM, till > klimpong@gmail.com) (mailto: >> > > klimpong@gmail.com (mailto:klimpong@gmail.com))> wrote: >> > > > > Hey, >> > > > > >> > > > > [ CC'd user@ to get more feedback. ] >> > > > > >> > > > > I made some progress. >> > > > > >> > > > > I have builds for the following more or less ready: >> > > > > >> > > > > * karmic >> > > > > * lucid >> > > > > * maverick >> > > > > * oneiric >> > > > > * natty >> > > > > * precise >> > > > > >> > > > > It's building and I am trying to refine the process a bit. So it >> might >> > > break in between [aka WIP]. I'm just adding this as a disclaimer. >> > > > > >> > > > > https://launchpad.net/~till-php/+archive/couchdb< >> https://launchpad.net/%7Etill-php/+archive/couchdb> >> > > > > >> > > > > Would you mind testing my builds? :) So far, I only tested lucid >> > > briefly (and ran into the xulrunner issue, which I think I have >> auto-fixed >> > > now). Besides I just started it up, created a DB and entered some do= cs >> into >> > > it. >> > > > > >> > > > > (Also, @Jan:) >> > > > > >> > > > > I'm trying to figure out how to setup more automated testing. "m= ake >> > > check" always requires the source tree to be present, I'd like "make >> check" >> > > against my installed binaries. I saw the "verify installation" in >> Futon =E2=80=93 >> > > something like that for the command line so I can iterate on these >> builds >> > > and trigger a "test this" in a continuous integration setup. Buildin= g >> is >> > > part of it, but since building a binary and installing it are two >> separate >> > > steps I want to ensure that the second step also works. I am still >> trying >> > > to wrap my head around a setup where I can maybe knife up a few >> instances >> > > in THE CLOUD, install my package, run its test-suite and confirm. >> > > > > >> > > > > Till >> > > > > >> > > > > On Saturday, June 9, 2012 at 11:13 PM, CGS wrote: >> > > > > >> > > > > > Hi, >> > > > > > >> > > > > > I have CouchDB 1.2.0 with Erlang R15B01 on Ubuntu 12.10 up and >> > > running. >> > > > > > Unfortunately, I've never built a deb package, so, I cannot >> provide >> > > > > >> > > > >> > > >> > > such a >> > > > > > package. Nevertheless, if you have any problem in building it, >> just >> > > > > >> > > > >> > > >> > > let me >> > > > > > know and I will try to help. >> > > > > > >> > > > > > About the mailing list, I suppose adding the CouchDB users (to >> get >> > > an idea >> > > > > > which is the desired Ubuntu distro) and/or Debian (you may get >> > > > > >> > > > >> > > >> > > support in >> > > > > > testing and debugging) lists wouldn't be such a bad idea, but >> it's >> > > > > >> > > > >> > > >> > > your >> > > > > > call here. >> > > > > > >> > > > > > CGS >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > On Sat, Jun 9, 2012 at 9:15 PM, till > klimpong@gmail.com) (mailto: >> > > klimpong@gmail.com) (mailto:klimpong@gmail.com)> wrote: >> > > > > > >> > > > > > > Hey, >> > > > > > > >> > > > > > > I've been scratching my own itch and started building 1.2.0 >> for a >> > > couple >> > > > > > > Ubuntu distributions. >> > > > > > > >> > > > > > > It's a WIP but I was wondering the following: >> > > > > > > >> > > > > > > 1) It builds =E2=80=93 but does it work? Is the best bet to = run the >> test >> > > suite in >> > > > > > > futon, or is there something I could run on the command line >> when >> > > > > > >> > > > > >> > > > >> > > >> > > the >> > > > > > > package is installed? I'd prefer the command line to include >> it in >> > > > > > >> > > > > >> > > > >> > > >> > > some >> > > > > > > sort of continuous testing without a browser. >> > > > > > > >> > > > > > > 2) Who'd have some interest in testing this? >> > > > > > > >> > > > > > > 3) Which distributions are wanted =E2=80=93 I started with k= armic and >> > > lucid and >> > > > > > > had planned to build all the way up to 12.10. >> > > > > > > >> > > > > > > 4) Is there a mailing list to discuss this, or is dev@ fine? >> > > > > > > >> > > > > > > Till >> > > > >> > > > >> > > > Attachments: >> > > > - couchdb_etap.tgz >> > > > >> > > >> > > >> > >> > >> > >> >> >> --=20 Andy Wenk Hamburg - Germany RockIt! "CouchDB - Das Praxisbuch f=C3=BCr Entwickler und Administratoren" http://www.galileocomputing.de/2462 http://www.couchdb-buch.de +++ english version is coming +++ http://www.couchdb-book.com "PostgreSQL 8.4: Das Praxisbuch" http://www.galileocomputing.de/2008 http://www.pg-praxisbuch.de