From: David Bremner Date: Wed, 2 Dec 2015 22:08:38 +0000 (+2000) Subject: Re: Build failure when building ruby bindings on Fedora X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38753831366611e8e3a7e3a0715aeb578a1c80d1;p=notmuch-archives.git Re: Build failure when building ruby bindings on Fedora --- diff --git a/80/c6c63b6e0a706b495788a58312980eb1aef3aa b/80/c6c63b6e0a706b495788a58312980eb1aef3aa new file mode 100644 index 000000000..84856bfa6 --- /dev/null +++ b/80/c6c63b6e0a706b495788a58312980eb1aef3aa @@ -0,0 +1,67 @@ +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 EA3E86DE13E7 + for ; Wed, 2 Dec 2015 14:08:47 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.33 +X-Spam-Level: +X-Spam-Status: No, score=-0.33 tagged_above=-999 required=5 tests=[AWL=0.221, + RP_MATCHES_RCVD=-0.55, 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 D3A_idOIogyg for ; + Wed, 2 Dec 2015 14:08:45 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 537F66DE13A8 + for ; Wed, 2 Dec 2015 14:08:45 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1a4FZn-0005tA-A0; Wed, 02 Dec 2015 17:08:39 -0500 +Received: (nullmailer pid 20171 invoked by uid 1000); + Wed, 02 Dec 2015 22:08:38 -0000 +From: David Bremner +To: Jonathan Underwood , notmuch@notmuchmail.org +Subject: Re: Build failure when building ruby bindings on Fedora +In-Reply-To: + +References: + +User-Agent: Notmuch/0.21+7~g55fb7da (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Wed, 02 Dec 2015 18:08:38 -0400 +Message-ID: <87h9k01p21.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Wed, 02 Dec 2015 22:08:48 -0000 + +Jonathan Underwood writes: + +> Hi, +> +> I am attempting to build 0.21 on Fedora rawhide and am hitting the +> following failure when building the ruby bindings - seems to be an +> unresolved symbol error during linking. Any help appreciated. +> + +This looks very similar to a problem reported a few months ago with ruby on +Fedora: + + http://mid.gmane.org/20150630063942.GM24926@chitra.no-ip.org + +I'm not 100% sure, but it seems like there is a problem with the +Makefiles generated by Ruby on Fedora.