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: b...@freebsd.org
          Reporter: lw...@freebsd.org
                CC: ki...@freebsd.org, r...@freebsd.org, s...@freebsd.org,
                    s...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to