Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2017 12:28:30 +0100
From:      Stefan Esser <se@freebsd.org>
To:        Kevin Oberman <rkoberman@gmail.com>, Greg 'groggy' Lehey <grog@freebsd.org>
Cc:        Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>, Jaap Akkerhuis <jaapna@xs4all.nl>, FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject:   Re: make reinstall does not work
Message-ID:  <3e2b3d02-9786-3360-d930-72a0feaeab3e@freebsd.org>
In-Reply-To: <CAN6yY1uHnTA2jT8POjE0a143XUVFdL59i_7h7H9JTfVp_YCwzQ@mail.gmail.com>
References:  <e65353ff-8114-85bd-186e-cf3197941077@utanet.at> <A938E9A2-31C5-47CA-8909-AF350179BBEB@xs4all.nl> <20171208225202.GD78437@eureka.lemis.com> <CAN6yY1uHnTA2jT8POjE0a143XUVFdL59i_7h7H9JTfVp_YCwzQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 09.12.17 um 00:22 schrieb Kevin Oberman:
> On Fri, Dec 8, 2017 at 2:52 PM, Greg 'groggy' Lehey <grog@freebsd.org>
> wrote:
> 
>> [rearranged]
>>
>> On Friday,  8 December 2017 at 23:42:40 +0100, Jaap Akkerhuis wrote:
>>>> On Dec 8, 2017, at 22:35, Walter Schwarzenfeld <
>> w.schwarzenfeld@utanet.at> wrote:
>>>>
>>>> I had a strange error: Make reinstall does not work anymore in the port
>> (10.3-amd64) also FORCE_PKG_REGISTER.
>>>>
>>>> All other make commands works fine. I don't know if it is related to
>> FLAVORS.
>>>>
>>>> make reinstall ended up e.g. with:
>>>>
>>>>  Registering installation for gtk2-2.24.31
>>>> *** Error code 70
>>>>
>>>> Stop.
>>>
>>> When I see this Error code 70 I do a make deinstall and then a make
>>> install. That worked for me
>>
>> Yes, I've seen this too and used the same workaround.
>>
>> Has something changed?  Does 'make reinstall' still work for others?
>>
>> Greg
>>
> 
> I regularly use 'make reinstall'  and it still worked yesterday.
> 
> # cd /usr/ports/devel/py-setuptool
> # make FLAVOR=py27
> # make FLAVOR=py27 deinstall

This step removed the package from the system ...

> # make FLAVOR=py27 reinstall

This is now equivalent to a plain "make install"

I.e. you are always performing the "deinstall install" sequence that has
been mentioned as a work-around for when "make reinstall" fails with error
code 70 ...

> # make FLAVOR=py27 clean




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3e2b3d02-9786-3360-d930-72a0feaeab3e>