[Bug 242303] GCE 11.3-RELEASE image doesn't have right dependency of google-compute-engine installed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 29 21:08:58 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242303
Bug ID: 242303
Summary: GCE 11.3-RELEASE image doesn't have right dependency
of google-compute-engine installed
Product: Base System
Version: 11.3-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: bugs at FreeBSD.org
Reporter: lwhsu at FreeBSD.org
CC: kibab at freebsd.org, re at FreeBSD.org, sbz at FreeBSD.org,
so at FreeBSD.org
It is reported that Cirrus-CI cannot provision 11.3-RELEASE instance on GCE.
>From the boot log of 11.3-RELEASE on GCE provided by kibab@:
https://pastebin.com/G01MgN0y
The line:
```
pkg_resources.DistributionNotFound: The 'boto' distribution was not found and
is required by google-compute-engine
```
Shows that Python module boto is not installed and cause GCE agent can not
execute correctly.
>From sbz@ (and edited by me):
After looking at the ports source, ports commit r501581 removed py-boto from
RUN_DEPENDS and added back in r502800.
But tags/RELEASE_11_3_0 only contains r501581:
https://svnweb.freebsd.org/ports/tags/RELEASE_11_3_0/sysutils/py-google-compute-engine/Makefile?view=log
I suggest we build a new 11.3-RELEASE image with correct dependency and upload
to GCE. It would be best to keep the same name of `freebsd-11-3-release-amd64`
for not increasing the complexity of the configuration of the downstream users.
Thanks for kibab@ and sbz@ test and analyze the problem.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list