Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 185CC6DE1744 for ; Sat, 13 Jun 2015 14:24:15 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.562 X-Spam-Level: X-Spam-Status: No, score=-0.562 tagged_above=-999 required=5 tests=[AWL=-0.011, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aaXX9SRPHRxP for ; Sat, 13 Jun 2015 14:24:13 -0700 (PDT) Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by arlo.cworth.org (Postfix) with ESMTPS id 589AE6DE173C for ; Sat, 13 Jun 2015 14:24:13 -0700 (PDT) Received: by pdjn11 with SMTP id n11so45562470pdj.0 for ; Sat, 13 Jun 2015 14:24:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=L+B0Prg0jK70L3S2kmKxfO977hrALeSu3JXFdWjHQ+I=; b=D/yRdyCABPwx1nCAGmCWI16ouC4y9duMu5DclS+wrE9AQRtUAql3Gw1hu+yPyR4I7d 43PqRXIipOxLbWav/0QUWSKJuOP7mESWo8w6nepjqcgGJ5EgvgvyREg1yKTfEncpQ4zQ P1TNPdShkT/OMBOHjHVqjDIxtub6LVbM3l5/rIN2GTuKLnvvi6EBv6tkufpgi/h//URB fp5la55r/g6x2wSjQIuiIgcWvcdRlC59QnQZIpR+GCfT8xjU6nK2VN05SN0klFsbIiKS jGfz/42IfT5kASj+j4qAWVXzdhxo+HBC7HYM/l1FqMt9aZnjiXGFW6Xz068Sx6cqAfn+ SyYA== X-Received: by 10.66.141.12 with SMTP id rk12mr34054422pab.97.1434230653090; Sat, 13 Jun 2015 14:24:13 -0700 (PDT) Received: from localhost ([2601:647:4b02:71ea:b00c:9bdd:d6e7:4a42]) by mx.google.com with ESMTPSA id nz12sm7541420pdb.49.2015.06.13.14.24.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Jun 2015 14:24:11 -0700 (PDT) From: Jinwoo Lee To: David Bremner , notmuch@notmuchmail.org Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process In-Reply-To: References: <1425679073-30439-5-git-send-email-david@tethera.net> <1433142542-2307-1-git-send-email-david@tethera.net> <1433142542-2307-2-git-send-email-david@tethera.net> <87zj4415bu.fsf@maritornes.cs.unb.ca> <87bngj9uvv.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.20.1+21~g4e79903 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-apple-darwin14.3.0) Date: Sat, 13 Jun 2015 14:24:09 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Sat, 13 Jun 2015 21:24:15 -0000 That error is from 'cd bindings/ruby && ruby extconf.rb --vendor' BTW.