kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <normalperson@yhbt.net>
To: kgio@librelist.com
Subject: Re: kgio 2.5.0 failed build/install
Date: Fri, 24 Jun 2011 20:50:46 +0000	[thread overview]
Message-ID: <20110624205046.GA3577@dcvr.yhbt.net> (raw)
In-Reply-To: BANLkTin_F0zYG2mnjghLVez97qOmxH+Fpw@mail.gmail.com

Mohit Chawla <mohit.chawla.binary@gmail.com> wrote:
> Hi,
> 
> Seeing this on CentOS 5.6:
> 
> ### build error
> 
> Building native extensions.  This could take a while...
> ERROR:  Error installing kgio:
>        ERROR: Failed to build gem native extension.
> 
>        /usr/bin/ruby extconf.rb
> checking for CLOCK_MONOTONIC in "time.h"... yes
> checking for clockid_t... yes
> checking for clock_gettime() in -lrt... no
> checking for t_open() in -lnsl... no
> checking for socket() in -lsocket... no
> checking for poll()... no
> checking for getaddrinfo()... no
> getaddrinfo required

Weird, clock_gettime() and poll() aren't detected, either.  Those
should always be present in a Linux system.

> "gcc -o conftest -I. -I/usr/lib64/ruby/1.8 -I.    -D_GNU_SOURCE
> -DPOSIX_C_SOURCE=1-D_POSIX_C_SOURCE=200112L -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing
> -fPIC   conftest.c  -L/usr/lib64      -lruby-static  -lpthread -lrt
> -ldl -lcrypt -lm   -lc"

It could be a mixed 32/64-bit environment problem.  Can you verify
your gcc/Ruby are 64-bit?

> No such issues on my Ubuntu/Scientific Linux 6/CentOS 5.5 boxes. Any
> clues what could be the reason ?

The mixed 64-bit/32-bit toolchain is the only thing that comes to
mind.

I've always built my own Ruby packages (since long before RVM) on
CentOS/Debian machines.  Those distros enable pthreads by default on 1.8
(for tcl/tk compatibility) and that kills performance.  If RVM works for
you, then go for it, otherwise "./configure --prefix=$HOME/foo && make
&& make install" works great, too.

-- 
Eric Wong


  parent reply	other threads:[~2011-06-24 20:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-24 19:12 kgio 2.5.0 failed build/install Mohit Chawla
2011-06-24 19:40 ` Mohit Chawla
2011-06-24 20:50 ` Eric Wong [this message]
2011-06-25  6:32   ` Mohit Chawla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/kgio/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110624205046.GA3577@dcvr.yhbt.net \
    --to=normalperson@yhbt.net \
    --cc=kgio@librelist.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kgio.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).