From owner-freebsd-ports@FreeBSD.ORG Tue Nov 26 00:38:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8E329A2 for ; Tue, 26 Nov 2013 00:38:02 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 694252563 for ; Tue, 26 Nov 2013 00:38:02 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id n12so3599386wgh.14 for ; Mon, 25 Nov 2013 16:38:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ke8+im8MpGy1Wqe1K7GzXfH4nbtq3/4G0jOUEe8KE+g=; b=IQf3ZWx300753adazZP5r207jcqczChrTU3wIRtdPNeN0/ldv/BD1JO5KZIHMKArWi s6Stpxrstu8QUC+gcu4FNHb+lkL5Acnb4LxA7LAvgXgjUYNRlsOv9a+OQNq8/hmylCpE atVprj9g45AhTxE66wL3Izsi16/1GzaT9Toj2oAjYXO+v/6v3SC/tSXW5fzyOfqM7h8i Cpia3YFAI1Hou3uBYfukWUL8RC3w4mRwbOjNTHQyjIqaTdsDKpXK6rT5s4rxsC+pKezg uZVU2Er7fRFz1cKDOtaKYnOrXRE7BQzhp+WL3VYHjNnVVBx4vUZ7JAKoCeRgz3Jav59O 4sAw== X-Received: by 10.194.202.230 with SMTP id kl6mr24991360wjc.9.1385426280889; Mon, 25 Nov 2013 16:38:00 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.75.8 with HTTP; Mon, 25 Nov 2013 16:37:20 -0800 (PST) In-Reply-To: References: From: Nicola Vitale Date: Tue, 26 Nov 2013 01:37:20 +0100 X-Google-Sender-Auth: DLCcjFl9owowYKALp3C8QaPWBJk Message-ID: Subject: Re: FreeBSD Port: py27-pytz-2013.8,1 To: Helmut Schneider Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 00:38:02 -0000 Hi, > [2013/11/25 Helmut Schneider ] > Similiar Problem here: > > ---> Installing the new version via the port > ===> Staging for py27-boto-2.16.0 > [...] > error: option --user not recognized Output of the following commands? # cat /etc/make.conf # easy_install-2.7 --version # (cd /usr/ports/devel/py-boto && make -n) What options/command do you use to run portupgrade? What happens if you update the port with the following command? (cd /usr/ports/devel/py-boto && make deinstall install) Thanks. -- Nicola Vitale