From owner-freebsd-ports@freebsd.org Mon Nov 21 00:57:22 2016 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 2F0BEC48C59 for ; Mon, 21 Nov 2016 00:57:22 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03FD8A7C for ; Mon, 21 Nov 2016 00:57:21 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E12A820384 for ; Sun, 20 Nov 2016 19:57:19 -0500 (EST) Received: from web4 ([10.202.2.214]) by compute4.internal (MEProxy); Sun, 20 Nov 2016 19:57:19 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Fi5VA+gzouqnG1GOZ1YZIIyUck Q=; b=H2naj2uvP1lhDMvoo6DqLkBtoj69PlW3CKqPc+tVlIfP6DQDVTBMvkqjfZ 0i2J7wH4P79v9womahRxhnhtgLm7ZQb8Y6hXC7dD+5CTl8tX6ubCweFziuci92nl fp7b9PMbFKK4RbiPhfFgTaxC/1TPDpVMdRsU+X8DfrPUgkzjg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=Fi 5VA+gzouqnG1GOZ1YZIIyUckQ=; b=dMfgh3ocOYhAodJmCqUtzuNg14YPG8Lth8 J1DLwzqDVeGv5ohyjZwSgNziXtkDcIRXvOpV/THjLPPNCUuQy/CyPtvZ+m0cpEXb O8tRBSd8CdFm9i5CdcalSrMR4W4ZdYRsTs6tprXy/i0om+pFSS5ZQ99CEA6/YjVu Z9RmWkeBU= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id B54BEBAB83; Sun, 20 Nov 2016 19:57:19 -0500 (EST) Message-Id: <1479689839.3136103.794031089.54B07072@webmail.messagingengine.com> From: John To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-4bd131dc Date: Mon, 21 Nov 2016 00:57:19 +0000 In-Reply-To: <20161120233101.GE1125@albert.catwhisker.org> References: <20161103125007.GP1203@albert.catwhisker.org> <20161105122633.GS1203@albert.catwhisker.org> <20161105135456.GV1203@albert.catwhisker.org> <168f3b93-1e48-2c4f-e0e9-2bfeabc12613@gwdg.de> <540ACAE8-E9FC-4B05-A109-469E3684234F@FreeBSD.org> <20161105165550.GW1203@albert.catwhisker.org> <20161118213247.GG1080@albert.catwhisker.org> <20161120233101.GE1125@albert.catwhisker.org> Subject: Re: "make install" appears to silently fail to install some files if $LOCALBASE is a symlink X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 00:57:22 -0000 Hi, On Sun, 20 Nov 2016, at 23:31, David Wolfskill wrote: > Folks who have a symlink for /usr/local (or whatever $LOCALBASE > expands to) and who rely on "make install" to install ports might > want to take a look: I was a bit surprised at the number of affected > ports. (Note that portmaster uses "make install"; I would expect that > portupgrade does, as well.) > > A circumvention (as mentioned in the bug report) is to: > "make clean package deinstall && pkg add work/pkg/* && make clean" > within the port directory. Thank you. I thought I was losing it. I'd install portupgrade, and it would say it installed OK, but it wouldn't be there. Same goes for perl, and I'd guess probably most ports, certainly everything I tried to update. I have a zpool called 'storage' and /usr/local is 'mounted' as /storage/usr/local. -- J.