From owner-freebsd-questions@freebsd.org Wed Sep 12 04:26:35 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 A840310A8695 for ; Wed, 12 Sep 2018 04:26:35 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [144.76.30.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3597870338 for ; Wed, 12 Sep 2018 04:26:34 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Wed, 12 Sep 2018 06:26:32 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1536726392; bh=9XlBOMeqsz8sJB8IVSf00qpzE79awSJKwcKBraJuTVY=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:from:to: subject:date:content-type:mime-version:message-id; b=MjNjTXVrsweYMFj5XECZWcO2nKbuUCJrgdMwetb0PxF+lpqq8YGCeBR9EevrMbdSe dQPDAIKqO1xxZdy4PUXSljRBxU01QlWMEJmLkjEAYTo+V6vtS4Hi9HLWXv4Bgi1iht 8fpyqkF6DkY3yh4hK8UjczBX57jgXsOFSloS84+1HtTiOhrrT/ah3IZC/OC7bsB4oQ nJl38801RaBc4uW3YBlzW99P8ygViJKu1rYqDqA23IkXWTn8eQ5gRYgogQCGNHh0yv ivJawUtpn6PxHFSiJuOL9RyZoY+WX7mQVLgUQZMk4IR7RGjrJXGoPO03Cgum9Ydlj1 WkRfplZRoqUmQ== From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: portmaster Message-ID: <20180912042632.fppkes7li2rrela2@mail.bsd4all.net> References: <20180911190736.2db8e3da@yandex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180911190736.2db8e3da@yandex.com> User-Agent: NeoMutt/20180716 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: Wed, 12 Sep 2018 04:26:35 -0000 On Tue, Sep 11, 2018 at 07:07:36PM -0400, starikarp@yandex.com wrote: > 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? Try: portmaster -o devel/py-astroid1 py27-astroid-1.6.5 -- Herbert