On Wed, Mar 8, 2017 at 2:16 AM, <otr...@employees.org> wrote:

> Jon,
>
>
> > On 8 Mar 2017, at 01:34, Jon Loeliger <j...@netgate.com> wrote:
> >
> > On Mon, Mar 6, 2017 at 2:57 PM, Jon Loeliger <j...@netgate.com> wrote:
> >
> > Soooo, despite the Peanut Gallery, I'm not yet crazy... :-)
> >
> > Now all we have to do is find the missing dependency in a Makefile! :-)
>
>
> I have also seen this error. What I suspect happens is that while pneum is
> already built and that the build dependency is correct, the library isn't
> installed under the install- directory yet.
>
> I didn't manage to reproduce it right now, but would you mind trying this
> to see if it works:
>
> diff --git a/src/vpp-api/python/Makefile.am b/src/vpp-api/python/Makefile.
> am
> index 5407682..c60e4f4 100644
> --- a/src/vpp-api/python/Makefile.am
> +++ b/src/vpp-api/python/Makefile.am
> @@ -39,7 +39,7 @@ libpneum_la_LDFLAGS = -module
>  libpneum_la_CPPFLAGS =
>
>  # TODO: Support both Python 2 and 3.
> -install-exec-local:
> +install-exec-local: install-libLTLIBRARIES
>         cd $(srcdir);                                                   \
>         mkdir -p $(pythondir);                                          \
>         mkdir -p $(pyexecdir);                                          \
>
>
> (In other news I am looking at using CFFI instead, and then the whole
> vpp_api.so would go away).
>
> Cheers,
> Ole
>

Hi Ole,

I am still working on confirming or refuting this patch.

Naturally, since you sent that, my build server has failed to show
the problem in, oh 20 builds or so.  It used to fail 50% of the time...
So I continue to build...

Thanks,
jdl
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to