From owner-freebsd-ports-bugs@freebsd.org Mon Jul 8 14:37:10 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 300AD15E032F for ; Mon, 8 Jul 2019 14:37:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A75AB7181B for ; Mon, 8 Jul 2019 14:37:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6541A15E032A; Mon, 8 Jul 2019 14:37:09 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A1FB15E0328 for ; Mon, 8 Jul 2019 14:37:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A125071810 for ; Mon, 8 Jul 2019 14:37:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BF081B9DB for ; Mon, 8 Jul 2019 14:37:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x68Eb7DW092796 for ; Mon, 8 Jul 2019 14:37:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x68Eb78Q092795 for ports-bugs@FreeBSD.org; Mon, 8 Jul 2019 14:37:07 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238785] sysutils/py-google-compute-engine: Some GCE packages fill the logs with an error message Date: Mon, 08 Jul 2019 14:37:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mage@mage.gold X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2019 14:37:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238785 --- Comment #7 from Mage --- There are multiple problems. I think it might be dependencies. For example, I managed to uninstall py27-boto-2.49.0 using pkg autoremove. I=E2=80=99m not sure, how. I think it happened after I removed google-cloud= -sdk. I removed py27-google-compute-engine, then reinstalled it with pkg. It did = not install the py27-boto, but provided me an error message and quit at startup. I tried to migrate to py36-google-compute-engine. It also does not install py36-boto, and quits after displaying this: File "/usr/local/bin/google_accounts_daemon-3.6", line 6, in from pkg_resources import load_entry_point File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", = line 3191, in @_call_aside File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", = line 3175, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", = line 3204, in _initialize_master_working_set working_set =3D WorkingSet._build_master() File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", = line 583, in _build_master ws.require(__requires__) File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", = line 900, in require needed =3D self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", = line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'boto' distribution was not found a= nd is required by google-compute-engine I believe the dependencies of both py27-google-compute-engine and py36-google-compute-engine are messed up. Not requiring boto is another iss= ue, not the one that made me open this ticket.=20 Most likely, I removed another pkg with autoremove between January 2019 and now, wich breaks py27-google-compute-engine. I think someone should review its dependencies. The above was all about the pkg versions. Now I=E2=80=99m going to try fixi= ng it with ports. By the way, I upgraded the testing servers that I created for this issue to FreeBSD 12. It didn=E2=80=99t help. --=20 You are receiving this mail because: You are the assignee for the bug.=