From owner-freebsd-questions@FreeBSD.ORG Sun Mar 6 03:04:11 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 004671065677 for ; Sun, 6 Mar 2011 03:04:10 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 89E498FC19 for ; Sun, 6 Mar 2011 03:04:10 +0000 (UTC) Received: by fxm19 with SMTP id 19so3657077fxm.13 for ; Sat, 05 Mar 2011 19:04:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/tVE4H9wIyLD2on/BZn9e3CuUnMckLOHLnbeGuVtRd4=; b=k5N4Ucx4W1K2edJQJmPj0253xE2TnGUOuSoMZOcu2PRoSAeLMYtnqqRb0KrcgiaHJ7 4OavD32jf1lkmE4VMfrqu0nB9QP07OXL+46melGFirYc/F2kavHmsfoDTZ6JWWXmsBG6 WWfvDDahEJt3fLdt2siIPKBJYvDfaf0N5eOE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=sSEXuMpm0r09ywG6WLPymtpavhkFylvnshkwsOs8vqdXrNj/SNBRUOg0YGGgqB0Kk9 qnaaRuj7rcVl5yObL3bEghFdZGVln4QDrFvKKIrcM1kpb4NWvokCb1OkjnBDoX2SVCMF Jqy/Ob4SSgoZDxdzz/WhdFuD/ij5QmWYNpF04= MIME-Version: 1.0 Received: by 10.223.151.9 with SMTP id a9mr802583faw.40.1299380649435; Sat, 05 Mar 2011 19:04:09 -0800 (PST) Received: by 10.223.96.203 with HTTP; Sat, 5 Mar 2011 19:04:09 -0800 (PST) In-Reply-To: <201103052052.00749.lumiwa@gmail.com> References: <201103052052.00749.lumiwa@gmail.com> Date: Sat, 5 Mar 2011 22:04:09 -0500 Message-ID: From: "illoai@gmail.com" To: ajtiM Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: python27 update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2011 03:04:11 -0000 On 5 March 2011 21:52, ajtiM wrote: > My system: 8.2-RELEASE FreeBSD 8.2-RELEASE #0 > > I tried to update python26 to python27. I did as I red in /usr/ports/UPDA= TING: > > portmaster -o lang/python27 lang/python26 and than > > =A0cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMAST= ER > > and after one day and a half of pressing yes for deleting old files I got= : > ----- > error: Comand" cc - shared -pthread -02 -pipe -WI, -rpath > -/usr/local/lib/gcc45 -fno -strict -aliasing build/temp. freebsd-8.2-RELE= ASE- > i386-2.7/build/src.freebsd-8.2-RELEASE-i386-2.7/numpy/core/src/-sortmudel= e.o - > Lbuild/temp.freebsd-8.2-RELEASE-i386-2.7-lm -o build/lib-freebsd-8.2-RELE= ASE- > i386-2.7/numpy/core/-sortss" > failed with exit status 1 > ***Error code 1 > > > Stop in /usr/ports/math/py-numpy > =3D>>>make failed for math/py-numpy > =3D>> Aborting update > =3D>> Update fpr py26-numpy-1.5.1,1 failled > Aborting update > Update for opencv-2.1.0 failed > aborting update > > Terminated > ***Error code 143 > Stop in /usr/ports/lang/python > > Is it possible to save this problem, please? Do I need run again cd > /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER and= wait > one day more or will portmaster continue where it stopped? > I thought portmaster usually spit out a sort of "to resume where you left off, issue 'portmaster blah blah blah'" message when something barfed like that. Set up your /usr/local/etc/portmaster.rc with one of: # Never search for stale distfiles to delete (-D) # DONT_SCRUB_DISTFILES=3DDopt # # Always delete stale distfiles without prompting (-d) # ALWAYS_SCRUB_DISTFILES=3Ddopt (see /usr/local/etc/portmaster.rc.sample) to avoid the "Delete this file?" prompts every three minutes. Sadly, this is one of those times when portupgrade seems to handle things better, but you'll probably have to wait another day to see if things worked out better this time. --=20 --