Re: [ovs-discuss] problems with kmod-openvswitch rpmbuild and kernel-2.6.32-279.2.1.el6

2012-07-26 Thread Gianluca Cecchi
What I wrote in a previous email: brioctl_set genl_register_family_with_ops genl_register_mc_group nlmsg_notify , Gianluca ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] problems with kmod-openvswitch rpmbuild and kernel-2.6.32-279.2.1.el6

2012-07-26 Thread Jesse Gross
On Wed, Jul 25, 2012 at 12:29 PM, Gianluca Cecchi wrote: > On Wed, Jul 25, 2012 at 7:39 PM, Ben Pfaff wrote: >>> Also, during build I got >>> >>> Processing files: kmod-openvswitch-1.6.1-1.el6.x86_64 >>> Finding Provides: /usr/lib/rpm/redhat/find-provides >>> >>>

Re: [ovs-discuss] problems with kmod-openvswitch rpmbuild and kernel-2.6.32-279.2.1.el6

2012-07-25 Thread Gianluca Cecchi
On Wed, Jul 25, 2012 at 7:39 PM, Ben Pfaff wrote: >> Also, during build I got >> >> Processing files: kmod-openvswitch-1.6.1-1.el6.x86_64 >> Finding Provides: /usr/lib/rpm/redhat/find-provides >> >> >> **

Re: [ovs-discuss] problems with kmod-openvswitch rpmbuild and kernel-2.6.32-279.2.1.el6

2012-07-25 Thread Ben Pfaff
On Wed, Jul 25, 2012 at 09:58:39AM +0200, Gianluca Cecchi wrote: > On Wed, Jul 25, 2012 at 12:55 AM, Jesse Gross wrote: > > Yes, that patch should solve the problem. The newer kernels caused > > conflicts with some of the backports in OVS. > > Yes, the only problem was that due to acinclude.m4 be

Re: [ovs-discuss] problems with kmod-openvswitch rpmbuild and kernel-2.6.32-279.2.1.el6

2012-07-25 Thread Gianluca Cecchi
On Wed, Jul 25, 2012 at 12:55 AM, Jesse Gross wrote: > Yes, that patch should solve the problem. The newer kernels caused > conflicts with some of the backports in OVS. Yes, the only problem was that due to acinclude.m4 between the modified files. So I also needed to run autoreconf -f -i but it f

Re: [ovs-discuss] problems with kmod-openvswitch rpmbuild and kernel-2.6.32-279.2.1.el6

2012-07-24 Thread Jesse Gross
On Tue, Jul 24, 2012 at 2:52 AM, Gianluca Cecchi wrote: > On Mon, Jul 23, 2012 at 3:52 PM, Gianluca Cecchi wrote: > >> Now after testing update to CentOS 6.3 it seems that with >> kernel-2.6.32-279.2.1.el6.x86_64 >> I'm again able to compile openvswitch rpm for all of 1.4.1, 1.4.2, 1.6.1 >> but I

Re: [ovs-discuss] problems with kmod-openvswitch rpmbuild and kernel-2.6.32-279.2.1.el6

2012-07-24 Thread Gianluca Cecchi
On Mon, Jul 23, 2012 at 3:52 PM, Gianluca Cecchi wrote: > Now after testing update to CentOS 6.3 it seems that with > kernel-2.6.32-279.2.1.el6.x86_64 > I'm again able to compile openvswitch rpm for all of 1.4.1, 1.4.2, 1.6.1 > but I'm not able to compile kmod-openvswitch for none of them. I fou