[ovs-discuss] line 17: /usr/local/share/openvswitch/scripts/ovs-lib: No such file or directory

Paul Greenberg greenpau at outlook.com
Wed Sep 26 13:52:42 UTC 2018


Hi Martin, thank you for the fix! It works :-) No issues.

Hi Ben, thank you for the “make dist” :-) will be using that going forward.

One thing that would be “nice to have” is auto-calculating “Release:” value in spec files. One way is counting the number of commits from the latest tag. Just a suggestion.

Best Regards,
Paul Greenberg

________________________________
From: Ben Pfaff <blp at ovn.org>
Sent: Thursday, September 20, 2018 5:50 PM
To: Paul Greenberg
Cc: Martin Xu; Gregory Rose; bugs at openvswitch.org
Subject: Re: [ovs-discuss] line 17: /usr/local/share/openvswitch/scripts/ovs-lib: No such file or directory

On Thu, Sep 20, 2018 at 09:37:37PM +0000, Paul Greenberg wrote:
> Martin, here is how I do it:
>
> ./configure CFLAGS="-fPIC"
> make CFLAGS="-fPIC"

It's not necessary to put the CFLAGS setting on the "make" command line.
Since you set it on the configure command like, it will be the default
in the Makefile. You can see that with "grep":

blp at sigabrt:~/nicira/ovs/_tmp(0)$ grep ^CFLAGS Makefile
CFLAGS = -fPIC
blp at sigabrt:~/nicira/ovs/_tmp(0)$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-discuss/attachments/20180926/0befd7b4/attachment.html>


More information about the discuss mailing list