From owner-freebsd-ports@freebsd.org Fri Dec 15 12:36:29 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 49F57E803E8 for ; Fri, 15 Dec 2017 12:36:29 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from taro.utanet.at (taro.utanet.at [IPv6:2001:938:1337:25::25:45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A54F7457F for ; Fri, 15 Dec 2017 12:36:29 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=qMND6zCHjoCmxOLHOujC/e6eiz/51Ebcuq00rOoqNKE=; b=ho9NbFpPHiMYu65ksLEfV7JFIb+DGWELwrJT/7JsOuXpTEDGvlaaYN9zl9IfTp28/oxYNq2k1WTQtcs9Yb3sKgUv7jWVRpH8+A3G1S5l2fnTS3P5kZDBGGxjEnOMBh7wl+pBZUYLNY9Y5Gp6Pt3yJ0j3nKmGzc71P6Bzlp0p9rs=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by taro.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1ePpE2-0004LX-FG for freebsd-ports@freebsd.org; Fri, 15 Dec 2017 13:36:26 +0100 Received: from 193-83-243-117.adsl.highway.telekom.at ([193.83.243.117] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1ePpE2-0001Pl-DR for freebsd-ports@freebsd.org; Fri, 15 Dec 2017 13:36:26 +0100 To: freebsd-ports@freebsd.org References: Subject: Re: portmaster with FLAVOR support available for testing From: Walter Schwarzenfeld Message-ID: <2c94b730-4be1-e424-2b70-265366484c02@utanet.at> Date: Fri, 15 Dec 2017 13:36:21 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 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 12:36:29 -0000 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?)