[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-21 Thread Launchpad Bug Tracker
This bug was fixed in the package ovn - 22.03.3-0ubuntu0.22.04.3

---
ovn (22.03.3-0ubuntu0.22.04.3) jammy; urgency=medium

  * d/control: Update openvswitch-source build dependency version.
  * d/p/lp-2056769-ftbfs.patch: Fix FTBFS (LP: #2056769).

 -- Frode Nordahl   Thu, 14 Mar 2024 14:22:40 +

** Changed in: ovn (Ubuntu Jammy)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-21 Thread Andreas Hasenack
Thank you for the extra verification.

I will also note that ovn on mantic is not available on the armhf
architecture, including the release pocket. I.e., mantic was released
without armhf binary builds of src:ovn, so this update is not
introducing a regression in that regard.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-21 Thread Launchpad Bug Tracker
This bug was fixed in the package ovn - 23.09.0-1ubuntu1

---
ovn (23.09.0-1ubuntu1) mantic; urgency=medium

  * d/control: Update openvswitch-source build dependency version.
  * d/p/revert-ovs-python-build-rename.patch: Drop to fix FTBFS
(LP: #2056769).

 -- Frode Nordahl   Thu, 14 Mar 2024 14:34:06 +

** Changed in: ovn (Ubuntu Mantic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-15 Thread Frode Nordahl
** Tags removed: verification-needed verification-needed-jammy 
verification-needed-mantic
** Tags added: verification-done verification-done-jammy 
verification-done-mantic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-15 Thread Frode Nordahl
ubuntu@j-lp-2056769:~$ sudo apt install ovn-central ovn-host
ubuntu@j-lp-2056769:~$ dpkg -l | grep ovn
ii  ovn-central 22.03.3-0ubuntu0.22.04.2
amd64OVN central components
ii  ovn-common  22.03.3-0ubuntu0.22.04.2
amd64OVN common components
ii  ovn-host22.03.3-0ubuntu0.22.04.2
amd64OVN host components
ubuntu@j-lp-2056769:~$ for f in $(dpkg -L ovn-central ovn-common ovn-host | awk 
'/man.*..gz/') ; do mkdir -p 22.03.3-0ubuntu0.22.04.2;cp $f 
22.03.3-0ubuntu0.22.04.2;done

ubuntu@j-lp-2056769:~$ sudo apt install ovn-central ovn-host
ubuntu@j-lp-2056769:~$ dpkg -l |grep ovn
ii  ovn-central 22.03.3-0ubuntu0.22.04.3
amd64OVN central components
ii  ovn-common  22.03.3-0ubuntu0.22.04.3
amd64OVN common components
ii  ovn-host22.03.3-0ubuntu0.22.04.3
amd64OVN host components
ubuntu@j-lp-2056769:~$ for f in $(dpkg -L ovn-central ovn-common ovn-host | awk 
'/man.*..gz/') ; do mkdir -p 22.03.3-0ubuntu0.22.04.3;cp $f 
22.03.3-0ubuntu0.22.04.3;done

ubuntu@j-lp-2056769:~/22.03.3-0ubuntu0.22.04.2$ gunzip *
ubuntu@j-lp-2056769:~/22.03.3-0ubuntu0.22.04.2$ ls -l
total 11
-rw-r--r-- 1 ubuntu ubuntu   8726 Mar 15 09:57 ovn-appctl.8
-rw-r--r-- 1 ubuntu ubuntu 114771 Mar 15 09:57 ovn-architecture.7
-rw-r--r-- 1 ubuntu ubuntu  34283 Mar 15 09:57 ovn-controller.8
-rw-r--r-- 1 ubuntu ubuntu  13301 Mar 15 09:57 ovn-ctl.8
-rw-r--r-- 1 ubuntu ubuntu   6229 Mar 15 09:57 ovn-detrace.1
-rw-r--r-- 1 ubuntu ubuntu 179018 Mar 15 09:57 ovn-nb.5
-rw-r--r-- 1 ubuntu ubuntu  80745 Mar 15 09:57 ovn-nbctl.8
-rw-r--r-- 1 ubuntu ubuntu 162975 Mar 15 09:57 ovn-northd.8
-rw-r--r-- 1 ubuntu ubuntu 171108 Mar 15 09:57 ovn-sb.5
-rw-r--r-- 1 ubuntu ubuntu  46296 Mar 15 09:57 ovn-sbctl.8
-rw-r--r-- 1 ubuntu ubuntu  28886 Mar 15 09:57 ovn-trace.8

ubuntu@j-lp-2056769:~/22.03.3-0ubuntu0.22.04.3$ gunzip *
ubuntu@j-lp-2056769:~/22.03.3-0ubuntu0.22.04.3$ ls -l
total 11
-rw-r--r-- 1 ubuntu ubuntu   8726 Mar 15 09:57 ovn-appctl.8
-rw-r--r-- 1 ubuntu ubuntu 114771 Mar 15 09:57 ovn-architecture.7
-rw-r--r-- 1 ubuntu ubuntu  34283 Mar 15 09:57 ovn-controller.8
-rw-r--r-- 1 ubuntu ubuntu  13301 Mar 15 09:57 ovn-ctl.8
-rw-r--r-- 1 ubuntu ubuntu   6229 Mar 15 09:57 ovn-detrace.1
-rw-r--r-- 1 ubuntu ubuntu 179018 Mar 15 09:57 ovn-nb.5
-rw-r--r-- 1 ubuntu ubuntu  80745 Mar 15 09:57 ovn-nbctl.8
-rw-r--r-- 1 ubuntu ubuntu 162975 Mar 15 09:57 ovn-northd.8
-rw-r--r-- 1 ubuntu ubuntu 171108 Mar 15 09:57 ovn-sb.5
-rw-r--r-- 1 ubuntu ubuntu  46296 Mar 15 09:57 ovn-sbctl.8
-rw-r--r-- 1 ubuntu ubuntu  28886 Mar 15 09:57 ovn-trace.8

# There is a minor change of contents for the ovn-detrace.1 file which is most 
likely
# caused by the difference in versions of openvswitch-source the two packages 
are built against.
ubuntu@j-lp-2056769:~$ diff -ru 22.03.3-0ubuntu0.22.04.2 
22.03.3-0ubuntu0.22.04.3
diff -ru 22.03.3-0ubuntu0.22.04.2/ovn-detrace.1 
22.03.3-0ubuntu0.22.04.3/ovn-detrace.1
--- 22.03.3-0ubuntu0.22.04.2/ovn-detrace.1  2024-03-15 09:57:07.523418777 
+
+++ 22.03.3-0ubuntu0.22.04.3/ovn-detrace.1  2024-03-15 09:57:30.039833756 
+
@@ -175,7 +175,7 @@
 .  nr mE \\n(.f
 .  nf
 .  nh
-.  ft CW
+.  ft CR
 ..
 .
 .

There is no visible difference in how the two versions of the manpage
render.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-15 Thread Frode Nordahl
> You could have versioned the mantic package as 23.09.0-1ubuntu0.2
instead of 23.09.0-1ubuntu1. But since noble is at 24.03.x already, I
don't see a conflict arising there.

Ack, thanks, I'll make sure to use the expected versioning scheme for
SRU's moving forward.

> Since this changes how manpages are build, please add a simple test case 
> check for these. Check that the shipped manpages are built correctly, have no 
> syntax errors, etc.
> Your [Where problems could occur] section is merely stating what you changed, 
> not what could go wrong. In this particular case, since you are changing how 
> manpages are built, that is what could go wrong, and is why I ask that you 
> please add the test case item I mentioned above.

Ack, have added a manpage-centric test case and will provide binary
package test results in the next comments.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-15 Thread Frode Nordahl
ubuntu@m-lp-2056769:~$ sudo apt install ovn-central ovn-host
ubuntu@m-lp-2056769:~$ dpkg -l | grep ovn
ii  ovn-central 23.09.0-1ubuntu0.1  
amd64OVN central components
ii  ovn-common  23.09.0-1ubuntu0.1  
amd64OVN common components
ii  ovn-host23.09.0-1ubuntu0.1  
amd64OVN host components
ubuntu@m-lp-2056769:~$ dpkg -L ovn-central ovn-common ovn-host | awk 
'/man.*..gz/'|xargs zcat|sha1sum 
00665fbed247f989d18f5b01ce3404f8ca9b241d  -

ubuntu@m-lp-2056769:~$ sudo apt -t mantic-proposed install ovn-central ovn-host
ubuntu@m-lp-2056769:~$ dpkg -l | grep ovn
ii  ovn-central 23.09.0-1ubuntu1
amd64OVN central components
ii  ovn-common  23.09.0-1ubuntu1
amd64OVN common components
ii  ovn-host23.09.0-1ubuntu1
amd64OVN host components
ubuntu@m-lp-2056769:~$ dpkg -L ovn-central ovn-common ovn-host | awk 
'/man.*..gz/'|xargs zcat|sha1sum 
00665fbed247f989d18f5b01ce3404f8ca9b241d  -

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-15 Thread Frode Nordahl
** Description changed:

  [Impact]
  ovn package currently FTBFS due to changes in the openvswitch package after 
recent security updates - doc tooling in the openvswitch source package that 
ovn uses has changed.
  
  [Test Case]
  Build ovn package in mantic or jammy
  Build fails:
  
  make[2]: *** No rule to make target
  '/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by
  'manpages.mk'.  Stop.
  
+ Confirm manpages are built properly with the new pacakge.
+ 
  [Where problems could occur]
- The proposed patches only change the part of the build process uses to 
generate documentation (manpages).
+ The proposed patches change the part of the build process uses to generate 
documentation (manpages), so we need to make sure the new package actually have 
manpages properly generated.
  
  [Original bug report]
  make[2]: *** No rule to make target 
'/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by 
'manpages.mk'.  Stop.
  
  For jammy we need [0].
  For mantic we need to drop d/p/revert-ovs-python-build-rename.patch
  
  0: https://github.com/ovn-
  org/ovn/commit/827ff007a254acb929d06772da42a2bd5c7b2a68

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-15 Thread Frode Nordahl
This log contains output from the ovn system testsuite for kernel data
path with this package source facilitated by backporting the autopkgtest
from noble.

There is no dpdk data path testsuite available for the version of OVN in
jammy.

** Attachment added: "ovn_22.03.3-0ubuntu0.22.04.3-autopkgtest-kmod.log"
   
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+attachment/5756187/+files/ovn_22.03.3-0ubuntu0.22.04.3-autopkgtest-kmod.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-15 Thread Frode Nordahl
This log contains output from the ovn system testsuite for dpdk data
path with this package source facilitated by backporting the autopkgtest
from noble.

** Attachment added: "ovn_23.09.0-1ubuntu1-autopkgtest-dpdk.log"
   
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+attachment/5756168/+files/ovn_23.09.0-1ubuntu1-autopkgtest-dpdk.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-15 Thread Frode Nordahl
This log contains output from the ovn system testsuite for kernel data
path with this package source facilitated by backporting the autopkgtest
from noble.

** Attachment added: "ovn_23.09.0-1ubuntu1-autopkgtest-kmod.log"
   
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+attachment/5756167/+files/ovn_23.09.0-1ubuntu1-autopkgtest-kmod.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-14 Thread Andreas Hasenack
You could have versioned the mantic package as 23.09.0-1ubuntu0.2
instead of 23.09.0-1ubuntu1. But since noble is at 24.03.x already, I
don't see a conflict arising there.

Since this changes how manpages are build, please add a simple test case
check for these. Check that the shipped manpages are built correctly,
have no syntax errors, etc.

Your [Where problems could occur] section is merely stating what you
changed, not what could go wrong. In this particular case, since you are
changing how manpages are built, that is what could go wrong, and is why
I ask that you please add the test case item I mentioned above.


** Changed in: ovn (Ubuntu Mantic)
   Status: Triaged => Fix Committed

** Tags added: verification-needed verification-needed-mantic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-14 Thread Andreas Hasenack
** Tags added: regression-security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-13 Thread James Page
** Changed in: ovn (Ubuntu Jammy)
   Status: New => Triaged

** Changed in: ovn (Ubuntu Mantic)
   Status: New => Triaged

** Changed in: ovn (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: ovn (Ubuntu Mantic)
   Importance: Undecided => High

** Description changed:

- make[2]: *** No rule to make target
- '/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by
- 'manpages.mk'.  Stop.
+ [Impact]
+ ovn package currently FTBFS due to changes in the openvswitch package after 
recent security updates - doc tooling in the openvswitch source package that 
ovn uses has changed.
+ 
+ [Test Case]
+ Build ovn package in mantic or jammy
+ Build fails:
+ 
+ 
+ make[2]: *** No rule to make target 
'/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by 
'manpages.mk'.  Stop.
+ 
+ [ Where problems could occur ]
+ The proposed patches only impact the part of the build process uses to 
generate documentation (manpages).
+ 
+ [Original bug report]
+ make[2]: *** No rule to make target 
'/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by 
'manpages.mk'.  Stop.
  
  For jammy we need [0].
  For mantic we need to drop d/p/revert-ovs-python-build-rename.patch
  
  0: https://github.com/ovn-
  org/ovn/commit/827ff007a254acb929d06772da42a2bd5c7b2a68

** Description changed:

  [Impact]
  ovn package currently FTBFS due to changes in the openvswitch package after 
recent security updates - doc tooling in the openvswitch source package that 
ovn uses has changed.
  
  [Test Case]
  Build ovn package in mantic or jammy
  Build fails:
  
+ make[2]: *** No rule to make target
+ '/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by
+ 'manpages.mk'.  Stop.
  
- make[2]: *** No rule to make target 
'/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by 
'manpages.mk'.  Stop.
- 
- [ Where problems could occur ]
- The proposed patches only impact the part of the build process uses to 
generate documentation (manpages).
+ [Where problems could occur]
+ The proposed patches only change the part of the build process uses to 
generate documentation (manpages).
  
  [Original bug report]
  make[2]: *** No rule to make target 
'/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by 
'manpages.mk'.  Stop.
  
  For jammy we need [0].
  For mantic we need to drop d/p/revert-ovs-python-build-rename.patch
  
  0: https://github.com/ovn-
  org/ovn/commit/827ff007a254acb929d06772da42a2bd5c7b2a68

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-13 Thread James Page
** Also affects: ovn (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: ovn (Ubuntu Mantic)
   Importance: Undecided
   Status: New

** Changed in: ovn (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-11 Thread Frode Nordahl
** Patch added: "mantic-lp-2056768.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+attachment/5754841/+files/mantic-lp-2056768.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-11 Thread Frode Nordahl
** Patch added: "jammy-lp-2056769.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+attachment/5754840/+files/jammy-lp-2056769.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056769] Re: [jammy/mantic] ftbfs due to build-time incompatibility with updated openvswitch

2024-03-11 Thread Frode Nordahl
** Description changed:

  make[2]: *** No rule to make target
  '/home/ubuntu/ovn/b/ovn-22.03.3/ovs/python/build/soutil.py', needed by
  'manpages.mk'.  Stop.
  
  For jammy we need [0].
- For mantic we need [1] (perhaps partial).
+ For mantic we need to drop d/p/revert-ovs-python-build-rename.patch
  
- 0: 
https://github.com/ovn-org/ovn/commit/827ff007a254acb929d06772da42a2bd5c7b2a68
- 1: 
https://github.com/ovn-org/ovn/commit/558da0cd21ad0172405f7d93c5d0e7533edbf653
+ 0: https://github.com/ovn-
+ org/ovn/commit/827ff007a254acb929d06772da42a2bd5c7b2a68

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056769

Title:
  [jammy/mantic] ftbfs due to build-time incompatibility with updated
  openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2056769/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs