[ovs-dev] ovs-ctl and other scripts are empty

mythosmonkeyking mythosmonkeyking at 163.com
Thu Aug 12 07:41:59 UTC 2021


Hi,
    Up to now, I still haven't found the reason for this problem. Who can help me see it? Thank you very much.


| |
mythosmonkeyking
|
|
mythosmonkeyking at 163.com
|
签名由网易邮箱大师定制
On 8/12/2021 10:13,mythosmonkeyking<mythosmonkeyking at 163.com> wrote:
Hi,
    When I compiled OVS, I found that ovs-ctl and other scripts were empty. I listed my system information and what went wrong.
The compilation command is as follows:


./boot.sh
mkdir build-gcc && cd build-gcc
../configure --prefix=$PWD/tmp --enable-shared CFLAGS="-g -O2 -msse4.2 -mpopcnt -march=native -fsanitize=address -fno-omit-frame-pointer -fno-common" --with-linux=/lib/modules/4.9.188-35.el7.x86_64/build --enable-Werror
cd ..
make -C build-gcc


but, I have the following problems, ovs-ctl script is empty, and other scripts that start with "osv-" are also empty


[mythos at localhost ovs]$ find . -name ovs-ctl
./build-gcc/utilities/ovs-ctl
[mythos at localhost ovs]$ 
[mythos at localhost ovs]$ cat ./build-gcc/utilities/ovs-ctl
Something wrong with TOP_DIR, can't find:  ${TOP_DIR}/include
[mythos at localhost ovs]$ 
[mythos at localhost ovs]$ git branch 
* master
[mythos at localhost ovs]$ uname -r
3.10.0-1160.36.2.el7.x86_64
[mythos at localhost ovs]$ lsb_release -a
LSB Version::core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID:CentOS
Description:CentOS Linux release 7.9.2009 (Core)
Release:7.9.2009
Codename:Core
[mythos at localhost ovs]$ python --version
Python 3.6.8
[mythos at localhost ovs]$ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) 
[mythos at localhost ovs]$ 




| |
mythosmonkeyking
|
|
mythosmonkeyking at 163.com
|
签名由网易邮箱大师定制


More information about the dev mailing list