To fix oslogin functionality, both packages (sysutils/google-compute-engine-oslogin and sysutils/py-google-compute-engine) need to be updated to last version (1.3.0 and 2.8.3 respectively).
Created attachment 194235 [details] Patch (git format) sysutils/py-google-compute-engine to version 2.8.3
Created attachment 194236 [details] Poudriere build logs
This fails to package for me: ** Missing /usr/ports/sysutils/py-google-compute-engine/files/google_network_daemon.in for py27-google-compute-engine-2.8.3.
(In reply to Steve Wills from comment #3) hmm, weird, I can see it in the patch: > rename sysutils/py-google-compute-engine/files/{google_ip_forwarding_daemon.in => google_network_daemon.in} (50%) Could you please try to re-apply the patch and see if sysutils/py-google-compute-engine/files/google_network_daemon.in is there ?
(In reply to Helen Koike from comment #4) Ah, I see. Using "git apply" got it. I was using plain patch(1).
A commit references this bug: Author: swills Date: Thu Jun 14 19:07:52 UTC 2018 New revision: 472394 URL: https://svnweb.freebsd.org/changeset/ports/472394 Log: sysutils/py-google-compute-engine: update to 2.8.3 PR: 228999 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) Changes: head/sysutils/py-google-compute-engine/Makefile head/sysutils/py-google-compute-engine/distinfo head/sysutils/py-google-compute-engine/files/google_accounts_daemon.in head/sysutils/py-google-compute-engine/files/google_clock_skew_daemon.in head/sysutils/py-google-compute-engine/files/google_ip_forwarding_daemon.in head/sysutils/py-google-compute-engine/files/google_network_daemon.in head/sysutils/py-google-compute-engine/files/google_network_setup.in head/sysutils/py-google-compute-engine/files/google_startup.in head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_clock__skew_clock__skew__daemon.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_constants.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_instance__setup_instance__config.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_instance__setup_instance__setup.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_ip__forwarding_ip__forwarding__daemon.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_ip__forwarding_ip__forwarding__utils.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_metadata__scripts_script__executor.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_networking_ip__forwarding_ip__forwarding.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_networking_ip__forwarding_ip__forwarding__utils.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_networking_network__daemon.py head/sysutils/py-google-compute-engine/files/patch-setup.py head/sysutils/py-google-compute-engine/pkg-message
Committed, thanks!
Thanks. Could you also merge in the quarterly branch? Otherwise oslogin won't work properly. Thanks again.