From owner-freebsd-ports@freebsd.org Fri Dec 15 13:16:37 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA631E81226 for ; Fri, 15 Dec 2017 13:16:37 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7147B758C4 for ; Fri, 15 Dec 2017 13:16:36 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd39.aul.t-online.de (fwd39.aul.t-online.de [172.20.27.138]) by mailout05.t-online.de (Postfix) with SMTP id B5241422EA7E; Fri, 15 Dec 2017 14:09:57 +0100 (CET) Received: from Stefans-MBP-2.fritz.box (V8YCRUZf8hz4OZKUpHFzTMZVDVXn75UD0DzmnTNDy213vxrqs3Xa4J3fKyy32KFw29@[84.154.97.124]) by fwd39.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1ePpkH-2yp44G0; Fri, 15 Dec 2017 14:09:45 +0100 Subject: Re: portmaster with FLAVOR support available for testing To: Walter Schwarzenfeld , freebsd-ports@freebsd.org References: <2c94b730-4be1-e424-2b70-265366484c02@utanet.at> From: Stefan Esser Message-ID: <76ab16e0-db71-7702-df08-1e15882618c6@freebsd.org> Date: Fri, 15 Dec 2017 14:09:44 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <2c94b730-4be1-e424-2b70-265366484c02@utanet.at> Content-Type: text/plain; charset=windows-1252 Content-Language: en-GB Content-Transfer-Encoding: 8bit X-ID: V8YCRUZf8hz4OZKUpHFzTMZVDVXn75UD0DzmnTNDy213vxrqs3Xa4J3fKyy32KFw29 X-TOI-MSGID: f8bfb54a-0fdc-4b8e-90f1-1580333fe30e X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2017 13:16:37 -0000 Am 15.12.17 um 13:36 schrieb Walter Schwarzenfeld: > I try to install py27-qt5-core and py35-qt5-core in the port, get: > > ===>   Registering installation for py35-qt5-core-5.7.1 > Installing py35-qt5-core-5.7.1... > pkg-static: py35-qt5-core-5.7.1 conflicts with py27-qt5-core-5.7.1 (installs > files into the same place).  Problematic file: > /usr/local/share/py-sip/PyQt5/QtCore/QtCoremod.sip > *** Error code 70 > > It is the question is it a problem of the port or portmaster ? (or both?) Hi Walter, this appears to be a restriction of the port. It puts files into ${PYTHON_SITELIBDIR}, which depends on the Python version, but also into ${PREFIX}/share/py-sip/PyQt5/QtCore/ independently of the Python version. If you want to test, whether portmaster plays a role, you can just build and install the port directly. You'll see, that the same message is printed and that portmaster is not part of the problem ;-) Gruß aus Köln, STefan