Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2011 22:04:09 -0500
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        ajtiM <lumiwa@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: python27 update
Message-ID:  <AANLkTiksBhKQH6EUs_KCRO05DrDwd8yQtCKibFKyv==J@mail.gmail.com>
In-Reply-To: <201103052052.00749.lumiwa@gmail.com>
References:  <201103052052.00749.lumiwa@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5 March 2011 21:52, ajtiM <lumiwa@gmail.com> 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
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTiksBhKQH6EUs_KCRO05DrDwd8yQtCKibFKyv==J>