From owner-freebsd-questions@freebsd.org Tue Sep 11 23:07:43 2018 Return-Path: Delivered-To: freebsd-questions@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 6C18A109FE87 for ; Tue, 11 Sep 2018 23:07:43 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward100j.mail.yandex.net (forward100j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E244D8E3BD for ; Tue, 11 Sep 2018 23:07:42 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mxback5g.mail.yandex.net (mxback5g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:166]) by forward100j.mail.yandex.net (Yandex) with ESMTP id 62BE15D88510 for ; Wed, 12 Sep 2018 02:07:40 +0300 (MSK) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [2a02:6b8:0:1a2d::27]) by mxback5g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id f5bj4tRWpx-7e7qUPvQ; Wed, 12 Sep 2018 02:07:40 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1536707260; bh=S/dXHyEUwP7LTbGuRohX22ozgfIvJ7xyecgr4sCRu9c=; h=Date:From:To:Subject:Message-ID; b=pRVUCp477gQ6iG8gmkWYw7eqkFXZbUq4464pTny3Y76dugUF5PQu4LW6w8fqvHULL 2GhXpp4nWVcuxX7rC/tSgzdEoZ1D3U4gIZXIFDn8iLt0LKAdlAHuQaFupiCqkgeQ0g 5+NpqKJxrOMPdjlzsDkEKT3UqvB/fl7bR7BD8lgY= Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id W84CEKZ2OI-7cSaxEux; Wed, 12 Sep 2018 02:07:39 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1536707259; bh=S/dXHyEUwP7LTbGuRohX22ozgfIvJ7xyecgr4sCRu9c=; h=Date:From:To:Subject:Message-ID; b=uTgjvg/QbQRBKNP7lg1/FbJPwtmC33lwck7eh0TKvagRV9td3Uq98XE/Zx90bDZjW BwfSXbC+0Y4Z97mXPjZ09fMQQ/tGLhFDbK0KMqKOorZOh9FzatUV8ZumtOXxFOK4wc M2TbpKWtY7G32/GYpVuR0cZrfbMFhrtQGwRw3Vt8= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.com Date: Tue, 11 Sep 2018 19:07:36 -0400 From: To: FreeBSD Questions Subject: portmaster Message-ID: <20180911190736.2db8e3da@yandex.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 23:07:43 -0000 Hi! I try to use portmaster for update ports but I had poblems with python updates: ===>>> Launching child to install devel/py-astroid@py27 ===>>> All >> devel/py-astroid@py27 (61/94) ===>>> Currently installed version: py27-astroid-1.6.5 ===>>> Port directory: /usr/ports/devel/py-astroid@py27 ===>>> Starting check for build dependencies ===>>> Gathering dependency list for devel/py-astroid@py27 from ports ===>>> Dependency check complete for devel/py-astroid@py27 ===>>> All >> py27-astroid-1.6.5 (61/94) ===> Cleaning for py27-astroid-2.0.4 ===> py27-astroid-2.0.4 Unknown flavor 'py27', possible flavors: py36.. *** Error code 1 Stop. make: stopped in /usr/ports/devel/py-astroid ===>>> make build failed for devel/py-astroid@py27 ===>>> Aborting update ===>>> Update for devel/py-astroid@py27 failed ===>>> Aborting update ===>>> There are messages from installed ports to display, but first take a moment to review the error messages above. Then press Enter when ready to proceed. Is portmaster still useful, please? Thank you.