From owner-freebsd-ports@freebsd.org Mon Dec 11 11:28:43 2017 Return-Path: Delivered-To: freebsd-ports@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 889ABE8EC6B for ; Mon, 11 Dec 2017 11:28:43 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BA4114A6; Mon, 11 Dec 2017 11:28:42 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd32.aul.t-online.de (fwd32.aul.t-online.de [172.20.26.144]) by mailout01.t-online.de (Postfix) with SMTP id E1FF542F2393; Mon, 11 Dec 2017 12:28:34 +0100 (CET) Received: from Stefans-MBP-2.fritz.box (E2ynCeZd8hdZSQ-IvQAp1GrUdH3ljwhjY-QExr9vheWlQ42IWnkxAwWO58dQ0O2ZBb@[87.151.220.147]) by fwd32.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1eOMG7-2Se4FE0; Mon, 11 Dec 2017 12:28:31 +0100 Subject: Re: make reinstall does not work To: Kevin Oberman , Greg 'groggy' Lehey Cc: Walter Schwarzenfeld , Jaap Akkerhuis , FreeBSD Ports ML References: <20171208225202.GD78437@eureka.lemis.com> From: Stefan Esser Message-ID: <3e2b3d02-9786-3360-d930-72a0feaeab3e@freebsd.org> Date: Mon, 11 Dec 2017 12:28:30 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-ID: E2ynCeZd8hdZSQ-IvQAp1GrUdH3ljwhjY-QExr9vheWlQ42IWnkxAwWO58dQ0O2ZBb X-TOI-MSGID: d8897f67-b0a2-4b39-a42f-4fac890702c9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 11:28:43 -0000 Am 09.12.17 um 00:22 schrieb Kevin Oberman: > On Fri, Dec 8, 2017 at 2:52 PM, Greg 'groggy' Lehey > 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