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 76B9490DD for ; Sat, 10 Mar 2012 19:16:45 +0000 (UTC) Received: (qmail 91703 invoked by uid 500); 10 Mar 2012 19:16:44 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 91613 invoked by uid 500); 10 Mar 2012 19:16:44 -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 91603 invoked by uid 99); 10 Mar 2012 19:16:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2012 19:16:43 +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 randall.leeds@gmail.com designates 209.85.210.52 as permitted sender) Received: from [209.85.210.52] (HELO mail-pz0-f52.google.com) (209.85.210.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2012 19:16:38 +0000 Received: by dadp12 with SMTP id p12so3840367dad.11 for ; Sat, 10 Mar 2012 11:16:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=T+DZyNwhbS4Vwhs7yHDRbi3kM3im51itEMpUW+YRbYk=; b=W/C8N0lxPwHbG9q+d6zqkv/M5WXWYKodkzUTIRP5Y/cTlWytJH8MdDFsRZfkb+/9xe +qkB0+riEV5nVLNNMgl1j2LSh9HoNn6r3g1Zq0upotemfb5gky2W30XRWTE2Y0WAS3SK 5RMIw/I0qYJgCr3eiXDrqkN9RLfwaziV4Z4LHQArOrI7CZZTGc0d5PyCu3GDPFPkwn2h /p4n+0SWwH2+QR6yK21sZJtRU5QFP8M3OwlZKzBlvOXOP02aCEROSrPFxnhnJFfVpMcd ZFUrq6fIvR+5gzkm4K9eae1Wf5MCaxWqiSO5TOifF5+ZuDmHfRK9Ojw8RWhfhksoea4f ByEA== MIME-Version: 1.0 Received: by 10.68.129.162 with SMTP id nx2mr10663396pbb.94.1331406977691; Sat, 10 Mar 2012 11:16:17 -0800 (PST) Received: by 10.68.122.167 with HTTP; Sat, 10 Mar 2012 11:16:17 -0800 (PST) In-Reply-To: References: <4F58EB35.3020106@83864.com> Date: Sat, 10 Mar 2012 11:16:17 -0800 Message-ID: Subject: Re: Fedora/Centos RPMs for 1.2.0-git From: Randall Leeds To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Try --libdir=/usr/lib64 IIRC, this is due to x86_64 CentOS treating /usr/lib as the lib directory rather than /usr/lib64. On Sat, Mar 10, 2012 at 00:41, Jeroen Janssen wrote: > Hi, > > I'm running on a CentOS 6.2 x86_64 machine and I get a build error > related to erl_driver.h. > (note I have been able to rebuild the couchdb-1.0.2 RPMS without any > issues in this same environment) > > checking erl_driver.h usability... no > checking erl_driver.h presence... no > checking for erl_driver.h... no > > (note during a couchdb-1.0.2 rebuild these all state 'yes') > > It seems erl_driver.h is located at > /usr/lib64/erlang/usr/include/erl_driver.h, but this is not correctly > detected? > > Best regards, > > Jeroen Janssen > > On Thu, Mar 8, 2012 at 6:24 PM, Wendall Cada wrote: >> I've created a working spec file and patches that match what's available in >> Fedora (couchdb-1.0.3) and Centos (couchdb-1.0.2), but for 1.2.0-git. I've >> added a patch for COUCHDB-1424 provided by Filipe. I'll pull this patch out >> once 1.2.0 is ready for a vote again and other changes have been pushed. >> >> Instructions and source files can be found here: >> https://github.com/wendall911/couchdb-rpm >> >> If you have any questions, hit me up in irc, my nick is wendall911 >> >> Wendall