From owner-svn-ports-head@freebsd.org Sat Oct 3 14:06:54 2015 Return-Path: Delivered-To: svn-ports-head@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 537CAA0F9F8; Sat, 3 Oct 2015 14:06:54 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 216EC183D; Sat, 3 Oct 2015 14:06:54 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhy16 with SMTP id hy16so132519139pad.1; Sat, 03 Oct 2015 07:06:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Yt5+lJM8KnNr17trmb/KKxNJ6zN9UHnJPyGnPeFJw8Y=; b=iVApUJv118869GaSoa7TU2/zkecdWcsBS26WzP+CBLNIxOE3Vc2sGhBeE5P7b30ete RXAnr34BMyNgCCHiLKdB2A5uTr1Km2c2cKJ9B4DRC5uVNCgNkGeMgGiikEjaCBnvRc/G KIWlADWP3DMhZxvxQ+IqB6j+PIOCY+maq0k/VlPsfO7yLEj+23P80mfJmVV3gVpIm9cx 2C+wdKovtqHD4vVuDgsYn0fD2B5vjp4nWF18/8tEH7TYv00PYFqdl3eAaGmAXfCyGPAt 2EDI5GSLTy3aR8gw7IZWRIg12IfZGkLaxIm08tyEtHic8ZIxVRhntvZOChfQhnWc9Qs9 AqIg== X-Received: by 10.66.250.197 with SMTP id ze5mr27435148pac.50.1443881213745; Sat, 03 Oct 2015 07:06:53 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::8? (2001-44b8-31ae-7b01-0000-0000-0000-0008.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::8]) by smtp.gmail.com with ESMTPSA id k10sm17674301pbq.78.2015.10.03.07.06.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Oct 2015 07:06:53 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r398468 - head/databases/py-mysql-connector-python2 References: <201510031312.t93DC8g8011191@repo.freebsd.org> <560FDD93.4050003@FreeBSD.org> To: Muhammad Moinur Rahman Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" From: Kubilay Kocak Message-ID: <560FE0F1.2030809@FreeBSD.org> Date: Sun, 4 Oct 2015 00:06:41 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Thunderbird/41.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2015 14:06:54 -0000 On 3/10/2015 11:55 PM, Muhammad Moinur Rahman wrote: > setup.py cannot identify this parameter. Most probably the dist used an > old setuptools to create the setup.py file. It should if it's correctly being wrapped in the setuptools as per: https://svnweb.freebsd.org/ports/head/Mk/Uses/python.mk?revision=397067&view=markup#l457 If it's not, it should be fixed so that it does, not removed. > On Sat, Oct 3, 2015 at 7:52 PM, Kubilay Kocak > wrote: > > On 3/10/2015 11:12 PM, Muhammad Moinur Rahman wrote: > > +PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} > > What was the root cause/need requiring this change (not mentioned in > commit message) > > It's likely an indicator of a package with broken distutils/setuptools > support or a broken Python environment. > > ./koobs >