[ktap] Re: FFI Question

  • From: Azat Khuzhin <a3at.mail@xxxxxxxxx>
  • To: ktap@xxxxxxxxxxxxx
  • Date: Sun, 14 Sep 2014 11:08:16 +0400

On Sat, Sep 13, 2014 at 02:23:54PM -0700, Nick H wrote:
> Hello Azat,
> 
> Thanks for your response, comments inline:
> 
> On Fri, Sep 12, 2014 at 11:27 PM, Azat Khuzhin <a3at.mail@xxxxxxxxx> wrote:
> 
> > On Fri, Sep 12, 2014 at 03:38:08PM -0700, Nick H wrote:
> > > Hello
> > >
> > > While trying to build ktap with FFI support I am facing the following
> > > error. What am I missing here ? Suggestions appreciated.
> >
> > Hi, you could try $ git co b75e8b563c1d342e8577f97f8d610f9459705593^
> > commit:
> > $ make FFI=1 --silent
> >     CHK libelf
> >     CHK libelf
> >     CHK libelf
> >
> >
> 
> After trying your suggestion, still getting compilation failures.That
> commit is mentioning that FFI will not work...So should I simply wait for a
> fix to arrive ? ..
> 
> nk@ir:~/work/projects/ktap$ git checkout
> b75e8b563c1d342e8577f97f8d610f9459705593
> HEAD is now at b75e8b5... Rebased on luajit and big refactor

Hi Nick,

As I said the regression was introduced in
b75e8b563c1d342e8577f97f8d610f9459705593.
So if you will checkout to b75e8b563c1d342e8577f97f8d610f9459705593 you
will have this errors, you need previous patch, that's why I have '^'
sign in my checkout command.

Cheers,
Azat.

> > commit b75e8b563c1d342e8577f97f8d610f9459705593
> > Author: Jovi Zhangwei <jovi.zhangwei@xxxxxxxxx>
> > Date:   Thu Mar 27 21:29:14 2014 -0800
> >
> >     Rebased on luajit and big refactor
> >     ...
> >     Note: FFI is not working at this commit, fix it soon.
> >
> >     Signed-off-by: Jovi Zhangwei <jovi.zhangwei@xxxxxxxxx>
> >
> > Cheers,
> > Azat.
> >
> >

Other related posts: