On Mon, Oct 15, 2018 at 07:44:36PM +0300, Ilya Maximets wrote: > This reverts commit a7be68a4d77791bbe02c37f7ad8ae60b02e5679e > and a subsequent commit 4617d1f6bd24c543f533f6485b42ebca6b0a8371. > There are too many issues with these patches. It's better to revert > them for now and make a separate fixed versions later if needed. > > List of issues (maybe not full): > > 1. 'make clean' removes entire 'python' directory. > > 2. Fully broken Travis-CI testsuite build: > building 'ovs._json' extension > creating build/temp.linux-x86_64-2.7 > error: could not create 'build/temp.linux-x86_64-2.7': \ > Permission denied > https://travis-ci.org/openvswitch/ovs/jobs/440693765 > > 3. Broken local testsuite build on Ubuntu 18.04: > running build_ext > building 'ovs._json' extension > creating build/temp.linux-x86_64-3.6 > creating build/temp.linux-x86_64-3.6/ovs > <...> > /usr/bin/ld: .libs/libopenvswitch.a(util.o): \ > relocation R_X86_64_TPOFF32 against `var.7749' can not be \ > used when making a shared object; recompile with -fPIC > <...> > collect2: error: ld returned 1 exit status > > 4. Fedora build failure because of 'setuptools' ('distutils') > hard dependency on 'redhat-rpm-config' package: > building 'ovs._json' extension > <...> > gcc: error: <...>/redhat-hardened-cc1: No such file or directory > > 5. Looks like 'setuptools' also could download and install > unwanted python modules during package build. > > Signed-off-by: Ilya Maximets <[email protected]>
You make a lot of good points. I applied the revert. Thanks! I hope that we can work to get some tests for this working reliably. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
