[Bug 2057998] [NEW] autopkgtest fails for binary package test
Frode Nordahl
2057998 at bugs.launchpad.net
Fri Mar 15 06:23:42 UTC 2024
Public bug reported:
When running the autopkgtest using a binary package the test fails with:
342s # Configure OVS before OVN
342s test -d /aZy/ovs || cp -R /usr/src/openvswitch ovs
342s cd ovs && ./configure --enable-ssl --localstatedir=/var --sysconfdir=/etc --prefix=/usr && make -j4
342s /bin/sh: 1: ./configure: not found
This happens because the upstream source contains an empty `ovs`
directory.
We did not see this when preparing the test because when running
autopkgtest from package source, the initial build managed by
autopkgtest would run `dh clean` which removes the empty `ovs`
directory.
** Affects: ovn (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to ovn in Ubuntu.
https://bugs.launchpad.net/bugs/2057998
Title:
autopkgtest fails for binary package test
Status in ovn package in Ubuntu:
New
Bug description:
When running the autopkgtest using a binary package the test fails
with:
342s # Configure OVS before OVN
342s test -d /aZy/ovs || cp -R /usr/src/openvswitch ovs
342s cd ovs && ./configure --enable-ssl --localstatedir=/var --sysconfdir=/etc --prefix=/usr && make -j4
342s /bin/sh: 1: ./configure: not found
This happens because the upstream source contains an empty `ovs`
directory.
We did not see this when preparing the test because when running
autopkgtest from package source, the initial build managed by
autopkgtest would run `dh clean` which removes the empty `ovs`
directory.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/2057998/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list