From 24bc34a27ece91330c22d1e78b94e4f9370a32d6 Mon Sep 17 00:00:00 2001 From: Wael Nasreddine Date: Fri, 9 May 2014 14:59:02 +0000 Subject: [PATCH] RE: [PATCH] Add Travis-CI config file. --- 47/1ec904b44cb944a44b43417ca5fad3506d9e68 | 153 ++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 47/1ec904b44cb944a44b43417ca5fad3506d9e68 diff --git a/47/1ec904b44cb944a44b43417ca5fad3506d9e68 b/47/1ec904b44cb944a44b43417ca5fad3506d9e68 new file mode 100644 index 000000000..49209ddcd --- /dev/null +++ b/47/1ec904b44cb944a44b43417ca5fad3506d9e68 @@ -0,0 +1,153 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 24D41431FBF + for ; Fri, 9 May 2014 07:59:12 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.798 +X-Spam-Level: +X-Spam-Status: No, score=-0.798 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id d1XPq0POYLxl for ; + Fri, 9 May 2014 07:59:04 -0700 (PDT) +Received: from mail-oa0-f44.google.com (mail-oa0-f44.google.com + [209.85.219.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7C07C431FBC + for ; Fri, 9 May 2014 07:59:04 -0700 (PDT) +Received: by mail-oa0-f44.google.com with SMTP id i11so5059349oag.31 + for ; Fri, 09 May 2014 07:59:04 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:references:from:date:message-id:subject:to + :content-type; bh=wE0Zmn1EwENHIxqT3NVaaD8NBopSKaRDB3ju8mLiBvU=; + b=rq5bF9NHbinr9GGF0QxMqLOyy9NFziI62bPD/FXb9ncq1PixR/eo7zOynmM5PWGu7U + 5iMZ4ruw7n21aoj5cHA0PCEyZxGH4U3LAdQYQRsTFCeJvKNXR6BhiEoUJfb0izZ9js9r + c1vWRex/YpkD2bAmTjZ3Weis9pkiSJdk6GYo1dGH1oUNnBPi3BADwfHwDSKMZSw1qq4s + qLo3FkmnVn22UwBSVEYdRM6vAWqjjtw6Rhtrr++jHoAYNP8vUL+ICxo8c4j9bHUgdEMB + lU4KJQdBPK2J4khxrs7mg8FWwQNmPcWskdx41aKXRJPV4ZV6LBthYffxMmnZn0fYW+DG + Kv0g== +X-Received: by 10.182.18.102 with SMTP id v6mr13331790obd.71.1399647543530; + Fri, 09 May 2014 07:59:03 -0700 (PDT) +MIME-Version: 1.0 +References: <1399645162-8653-1-git-send-email-wael.nasreddine@gmail.com> + <536cebb8b7232_6bf0154f30cfe@nysa.notmuch> +From: Wael Nasreddine +Date: Fri, 09 May 2014 14:59:02 +0000 +Message-ID: + +Subject: RE: [PATCH] Add Travis-CI config file. +To: Felipe Contreras , notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=001a11c339e6a4a26e04f8f8d6d8 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 09 May 2014 14:59:12 -0000 + +--001a11c339e6a4a26e04f8f8d6d8 +Content-Type: text/plain; charset=UTF-8 + +On Travis Zlib is old and notmuch configure script exits with a failure, +please see the Travis build #1 + +On Friday, May 9, 2014 7:52:44 AM, Felipe Contreras < +felipe.contreras@gmail.com> wrote: + +> Wael M. Nasreddine wrote: +> > --- +> > .travis.yml | 10 ++++++++++ +> > 1 file changed, 10 insertions(+) +> > create mode 100644 .travis.yml +> > +> > diff --git a/.travis.yml b/.travis.yml +> > new file mode 100644 +> > index 0000000..8d92cdc +> > --- /dev/null +> > +++ b/.travis.yml +> > @@ -0,0 +1,10 @@ +> > +language: c +> > +before_install: +> > + - sudo apt-get update -qq +> > + - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/ +> zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb' +> > + - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/ +> zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb' +> > + - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb +> zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb +> +> What's wrong with zlib? +> +> > + - sudo apt-get install -f +> > + - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev +> libtalloc-dev python-sphinx +> > + +> > +script: make test +> +> -- +> Felipe Contreras +> + +--001a11c339e6a4a26e04f8f8d6d8 +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +On Travis Zlib is old and notmuch configure script exits with a failure, pl= +ease see the Travis build #1

On Friday, May 9, 2014 7:52:44 AM,= + Felipe Contreras <felipe.= +contreras@gmail.com> wrote:
+
Wael M. Nasreddine wrote:
+> ---
+> =C2=A0.travis.yml | 10 ++++++++++
+> =C2=A01 file changed, 10 insertions(+)
+> =C2=A0create mode 100644 .travis.yml
+>
+> diff --git a/.travis.yml b/.travis.yml
+> new file mode 100644
+> index 0000000..8d92cdc
+> --- /dev/null
+> +++ b/.travis.yml
+> @@ -0,0 +1,10 @@
+> +language: c
+> +before_install:
+> + =C2=A0- sudo apt-get update -qq
+> + =C2=A0- wget 'h= +ttps://launchpad.net/ubuntu/+archive/primary/+files/zlib1g-de= +v_1.2.8.dfsg-1ubuntu1_amd64.deb'
+ +> + =C2=A0- wget 'https= +://launchpad.net/ubuntu/+archive/primary/+files/zlib1g_1.2.8.= +dfsg-1ubuntu1_amd64.deb'
+ +> + =C2=A0- sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb= + zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb
+
+What's wrong with zlib?
+
+> + =C2=A0- sudo apt-get install -f
+> + =C2=A0- sudo apt-get install dtach libxapian-dev libgmime-2.6-dev li= +btalloc-dev python-sphinx
+> +
+> +script: make test
+
+--
+Felipe Contreras
+
+ +--001a11c339e6a4a26e04f8f8d6d8-- -- 2.26.2