Re: [PATCH v2] debian: package ruby bindings
authorDavid Bremner <bremner@debian.org>
Thu, 16 May 2013 13:51:39 +0000 (10:51 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:47 +0000 (09:54 -0800)
76/c13481dbfd50b2abf2353ed7721752d6d5ac24 [new file with mode: 0644]

diff --git a/76/c13481dbfd50b2abf2353ed7721752d6d5ac24 b/76/c13481dbfd50b2abf2353ed7721752d6d5ac24
new file mode 100644 (file)
index 0000000..4a28f1f
--- /dev/null
@@ -0,0 +1,98 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 990C9431FC2\r
+       for <notmuch@notmuchmail.org>; Thu, 16 May 2013 06:51:52 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id xBjsh5dbaESy for <notmuch@notmuchmail.org>;\r
+       Thu, 16 May 2013 06:51:46 -0700 (PDT)\r
+Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id A7A6B431FC3\r
+       for <notmuch@notmuchmail.org>; Thu, 16 May 2013 06:51:46 -0700 (PDT)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id r4GDpiAO032160;\r
+       Thu, 16 May 2013 10:51:45 -0300\r
+Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
+       by tesseract.cs.unb.ca with esmtpsa\r
+       (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
+       (envelope-from <david@tethera.net>)\r
+       id 1Ucyau-0005rZ-HS; Thu, 16 May 2013 10:51:44 -0300\r
+Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
+       (envelope-from <david@tethera.net>)\r
+       id 1Ucyap-00023Z-3D; Thu, 16 May 2013 10:51:39 -0300\r
+From: David Bremner <bremner@debian.org>\r
+To: Felipe Contreras <felipe.contreras@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v2] debian: package ruby bindings\r
+In-Reply-To: <1366139319-6985-1-git-send-email-felipe.contreras@gmail.com>\r
+References: <1366139319-6985-1-git-send-email-felipe.contreras@gmail.com>\r
+User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Thu, 16 May 2013 10:51:39 -0300\r
+Message-ID: <87ehd7c9sk.fsf@convex-new.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+X-Spam_bar: -\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 16 May 2013 13:51:52 -0000\r
+\r
+Felipe Contreras <felipe.contreras@gmail.com> writes:\r
+\r
+> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
+> ---\r
+>  debian/control              | 14 ++++++++++++++\r
+>  debian/notmuch-ruby.install |  1 +\r
+>  debian/rules                |  3 +++\r
+>  3 files changed, 18 insertions(+)\r
+>  create mode 100644 debian/notmuch-ruby.install\r
+>\r
+\r
+I get a build failure here; I installed ruby-dev and ran the usual=20\r
+"make debian-snapshot".\r
+\r
+Does it work for you in a clean with only the declared build-depends\r
+installed?\r
+\r
+\r
+cd bindings/ruby && ruby extconf.rb --vendor && make\r
+checking for notmuch.h in ../../lib... yes\r
+checking for notmuch_database_create() in -lnotmuch... yes\r
+creating Makefile\r
+make[2]: Entering directory `/home/bremner/software/upstream/notmuch/bindin=\r
+gs/ruby'\r
+compiling status.c\r
+status.c: In function =E2=80=98notmuch_rb_status_raise=E2=80=99:\r
+status.c:46:10: error: =E2=80=98NOTMUCH_STATUS_UNBALANCED_ATOMIC=E2=80=99 u=\r
+ndeclared (first use in this function)\r
+status.c:46:10: note: each undeclared identifier is reported only once for =\r
+each function it appears in\r
+make[2]: *** [status.o] Error 1\r
+make[2]: Leaving directory `/home/bremner/software/upstream/notmuch/binding=\r
+s/ruby'\r
+make[1]: *** [override_dh_auto_build] Error 2\r
+make[1]: Leaving directory `/home/bremner/software/upstream/notmuch'\r
+make: *** [build] Error 2\r
+dpkg-buildpackage: error: debian/rules build gave error exit status 2\r
+debuild: fatal error at line 1357:\r
+dpkg-buildpackage -rfakeroot -D -us -uc -i failed\r