Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2019 21:08:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 242303] GCE 11.3-RELEASE image doesn't have right dependency of google-compute-engine installed
Message-ID:  <bug-242303-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242303

            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@FreeBSD.org
          Reporter: lwhsu@FreeBSD.org
                CC: kibab@freebsd.org, re@FreeBSD.org, sbz@FreeBSD.org,
                    so@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 a=
nd
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-com=
pute-engine/Makefile?view=3Dlog

I suggest we build a new 11.3-RELEASE image with correct dependency and upl=
oad
to GCE. It would be best to keep the same name of `freebsd-11-3-release-amd=
64`
for not increasing the complexity of the configuration of the downstream us=
ers.

Thanks for kibab@ and sbz@ test and analyze the problem.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242303-227>