From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 644210491392 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,ed8e139b3a39490b X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.50.26.40 with SMTP id i8mr5997758igg.8.1426700477294; Wed, 18 Mar 2015 10:41:17 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.140.18.170 with SMTP id 39ls780237qgf.33.gmail; Wed, 18 Mar 2015 10:41:17 -0700 (PDT) X-Received: by 10.52.166.77 with SMTP id ze13mr76267238vdb.9.1426700477141; Wed, 18 Mar 2015 10:41:17 -0700 (PDT) Return-Path: Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com. [2607:f8b0:4001:c05::234]) by gmr-mx.google.com with ESMTPS id g3si264191igr.2.2015.03.18.10.41.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Mar 2015 10:41:17 -0700 (PDT) Received-SPF: pass (google.com: domain of pengyu.ut@gmail.com designates 2607:f8b0:4001:c05::234 as permitted sender) client-ip=2607:f8b0:4001:c05::234; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of pengyu.ut@gmail.com designates 2607:f8b0:4001:c05::234 as permitted sender) smtp.mail=pengyu.ut@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Received: by mail-ig0-x234.google.com with SMTP id m3so77610330ign.0 for ; Wed, 18 Mar 2015 10:41:17 -0700 (PDT) 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=FWRg6a4VmS13Yd4Wr0lRbDowx2B8mpRYcrOrVhXH7W4=; b=KNyN3EubGfmxD4SARYyoy/It3FR9qmvFSCh5/EO6ss8BzDO61LisEdsCarzofZWYnD Ac29GvLKZYJ59g5tUdYNEOmR/JH4jhVSAKs1waAU+xZPAUbg5EZVU5r0rSz//S31R9+J SOTJMJ5SmQZvCC1ypTM7cYh0AWRqS4TQMY4CN7OkxmeCv4k3CKsGSGUD3pqiaPjxzaHA MFkP813xvEy20TYKgQYdDaCfv8orDoL/+e4LVCJvFj5qPfPZoIm3nt1jImQnnS+RZ0Dd sOQxD5FnsNAHgeIVoM4RJsSeEGCrMUDkfV406BSHigytXovWktA3R/hJVJRuS9jeS5i1 1Jbw== MIME-Version: 1.0 X-Received: by 10.42.39.145 with SMTP id h17mr97826647ice.77.1426700477019; Wed, 18 Mar 2015 10:41:17 -0700 (PDT) Received: by 10.42.123.11 with HTTP; Wed, 18 Mar 2015 10:41:16 -0700 (PDT) In-Reply-To: <1426698455-sup-1324@t60p> References: <1426698455-sup-1324@t60p> Date: Wed, 18 Mar 2015 12:41:16 -0500 Message-ID: Subject: Re: [sup] xapian problem (install sup) From: Peng Yu To: Mark Alexander , None Content-Type: text/plain; charset=UTF-8 On Wed, Mar 18, 2015 at 12:09 PM, Mark Alexander wrote: > Excerpts from Peng Yu's message of 2015-03-18 13:03:57 -0400: >> ERROR: Error installing sup: >> ERROR: Failed to build gem native extension. >> >> /usr/local/bin/ruby mkrf_conf_xapian.rb >> ... >> Results logged to >> /usr/local/lib/ruby/gems/2.0.0/gems/sup-0.21.0/ext/gem_make.out The log file is not helpful. ~$ cat /usr/local/lib/ruby/gems/2.0.0/gems/sup-0.21.0/ext/gem_make.out /usr/local/bin/ruby mkrf_conf_xapian.rb xapian: installing xapian-ruby.. xapian: platform specific dependencies.. Building native extensions. This could take a while... > You'll need to take a look at that log file to figure this out. > But I've run into this before, and the first problem I had was that > I didn't have g++ installed. ~$ g++ --version g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- Regards, Peng