Hi,
Yes, we added a static library that to ease application development
(libnetmap.a).
It looks like a configure/Makefile issue. Can you reproduce that?
(I'm CC-ing Giuseppe, who actually added libnetmap).
Cheers,
Vincenzo
Il giorno gio 21 feb 2019 alle ore 10:14 Stefano Garzarella <
sgarz..
CCing Vincenzo, one of the maintainer of Netmap.
On Wed, Feb 20, 2019 at 07:00:19PM +0100, Philippe Mathieu-Daudé wrote:
> On 2/20/19 6:45 PM, Alex Bennée wrote:
> >
> > Philippe Mathieu-Daudé writes:
> >
> >> On 2/20/19 5:37 PM, Alex Bennée wrote:
> >>> Paolo Bonzini writes:
> >>>
> It l
On 2/20/19 6:45 PM, Alex Bennée wrote:
>
> Philippe Mathieu-Daudé writes:
>
>> On 2/20/19 5:37 PM, Alex Bennée wrote:
>>> Paolo Bonzini writes:
>>>
It looks like something in netmap has changed and compilation fails:
install -D libnetmap.a //usr/local/lib/libnetmap.a
i
Philippe Mathieu-Daudé writes:
> On 2/20/19 5:37 PM, Alex Bennée wrote:
>> Paolo Bonzini writes:
>>
>>> It looks like something in netmap has changed and compilation fails:
>>>
>>>install -D libnetmap.a //usr/local/lib/libnetmap.a
>>>install: cannot stat libnetmap.a: No such file or di
On 2/20/19 5:37 PM, Alex Bennée wrote:
> Paolo Bonzini writes:
>
>> It looks like something in netmap has changed and compilation fails:
>>
>>install -D libnetmap.a //usr/local/lib/libnetmap.a
>>install: cannot stat libnetmap.a: No such file or directory
>>
>> Add an explicit "make" step
Hi Paolo,
Please also Cc reviewers :)
On 2/20/19 11:45 AM, Paolo Bonzini wrote:
> It looks like something in netmap has changed and compilation fails:
Partly my fault, I had the intention to add a git 'stable' tag for
reproducible builds [*] but forgot to add to my TODO list :/
[*] https://list
Paolo Bonzini writes:
> It looks like something in netmap has changed and compilation fails:
>
>install -D libnetmap.a //usr/local/lib/libnetmap.a
>install: cannot stat libnetmap.a: No such file or directory
>
> Add an explicit "make" step to fix it.
I took an alternate approach as tra
It looks like something in netmap has changed and compilation fails:
install -D libnetmap.a //usr/local/lib/libnetmap.a
install: cannot stat libnetmap.a: No such file or directory
Add an explicit "make" step to fix it.
Signed-off-by: Paolo Bonzini
---
tests/docker/dockerfiles/debian-amd6