On Wed, Mar 18, 2015 at 12:09 PM, Mark Alexander <
ma...@pobox.com> 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