On Fri, Feb 21, 2014 at 04:45:15PM -0700, David Pendell wrote: > This build is on a virtual machine that is sandboxed. I know that compiling > as root is not usually a good idea. > > I have found what I believe to be two bugs in the package creation process > for openvswitch 2.1.0 on rhel/centos 6.5. Here is the process that I have > used. > > git clone git://git.openvswitch.org/openvswitch > cd openvswitch > git checkout branch-2.1 > cd ../ > cp -a openvswitch openvswitch-2.1.0 > cd openvswitch-2.1.0 > ./boot.sh > cd ../openvswitch-2.1.0 > ./boot.sh > ./configure > make dist > make distclean > cd ../ > tar zcvf openvswitch-2.1.0.tar.gz openvswitch-2.1.0 > cp openvswitch-2.1.0.tar.gz ~/rpmbuild/SOURCES > cd ~/rpmbuild/SOURCES/ > tar zxvf openvswitch-2.1.0.tar.gz > cd openvswitch-2.1.0 > rpmbuild -bb rhel/openvswitch.spec > cp rhel/openvswitch-kmod.files .. > rpmbuild -bb rhel/openvswitch-kmod-rhel6.spec > > The last command is where it breaks. I get the following. redhat-rpm-config > and build-rpm, which provide find-requires, are installed.
What do you mean that it "breaks"? I see a warning in your output (which hints about how to avoid it), but it looks to me like it completes successfully. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
