On 11/4/20 12:57 PM, Numan Siddique wrote: > On Wed, Nov 4, 2020 at 4:42 PM Dumitru Ceara <[email protected]> wrote: >> >> On 11/4/20 11:59 AM, 0-day Robot wrote: >> >> [...] >> >>> controller/physical.c:387:23: error: ‘struct ofpact_bundle’ has no member >>> named ‘n_slaves’ >>> if (bundle->n_slaves >= BUNDLE_MAX_SLAVES) { >>> ^ >>> controller/physical.c:387:37: error: ‘BUNDLE_MAX_SLAVES’ undeclared (first >>> use in this function) >>> if (bundle->n_slaves >= BUNDLE_MAX_SLAVES) { >>> ^ >>> controller/physical.c:387:37: note: each undeclared identifier is reported >>> only once for each function it appears in >>> controller/physical.c:395:19: error: ‘struct ofpact_bundle’ has no member >>> named ‘n_slaves’ >>> bundle->n_slaves++; >>> ^ >>> make[1]: *** [controller/physical.o] Error 1 >>> make[1]: Leaving directory >>> `/var/lib/jenkins/jobs/0day_robot_upstream_build_ovn_from_pw/workspace' >>> make: *** [all] Error 2 >>> >>> >>> Please check this out. If you feel there has been an error, please email >>> [email protected] >>> >>> Thanks, >>> 0-day Robot >>> >> >> Hi Aaron, >> >> I think (at least for now) the agreement in the OVN community is to >> build OVN stable branches (e.g., branch-20.09) against OVS stable >> branches (branch-2.14). This might change in the future though. > > Hi Dumitru, > > I think we need to update our travis script to use OVS stable > branch-2.14 for backport patches in order to fix this. >
Ah, my bad I wrongfully blamed the bot. Sorry for the noise. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
