From owner-svn-ports-head@freebsd.org Wed Jul 11 06:13:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F09681039DEE; Wed, 11 Jul 2018 06:13:48 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A648E7FBCA; Wed, 11 Jul 2018 06:13:48 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from [127.0.0.1] (unknown [127.0.1.132]) by freefall.freebsd.org (Postfix) with ESMTP id 80C2A1FAE0; Wed, 11 Jul 2018 06:13:47 +0000 (UTC) (envelope-from rm@FreeBSD.org) Subject: Re: svn commit: r474415 - in head/sysutils: . reggae To: Mathieu Arnold , Ruslan Makhmatkhanov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201807102220.w6AMKbGk045380@repo.freebsd.org> <20180710223008.t4c2rqh45s2244xg@atuin.in.mat.cc> From: Ruslan Makhmatkhanov Message-ID: Date: Wed, 11 Jul 2018 09:11:39 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180710223008.t4c2rqh45s2244xg@atuin.in.mat.cc> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2018 06:13:49 -0000 Mathieu Arnold wrote on 07/11/2018 01:30: > On Tue, Jul 10, 2018 at 10:20:37PM +0000, Ruslan Makhmatkhanov wrote: >> +RUN_DEPENDS= ${LOCALBASE}/bin/cbsd:sysutils/cbsd \ > > I could not find a cbsd executable in the base system, any reason you > added `${LOCALBASE}/bin/` here? Or maybe the software requires that > file to be present, not to execute it but to use in some other way? > LOCALBASE has nothing to do with a base system, but cbsd executable installs into bin/cbsd under LOCALBASE. The reasoning of this change is explained in commit message and PR follow-ups. For some reason dependency line from original submission doesn't work in poudriere: RUN_DEPENDS= cbsd:sysutils/cbsd fails with =================================================== ===> Staging for reggae-0.0.10 ===> reggae-0.0.10 depends on executable: cbsd - not found ===> Installing existing package /packages/All/cbsd-11.2.0.txz pkg-static: Insufficient privileges to add packages *** Error code 77 and changing it to RUN_DEPENDS= ${LOCALBASE}/bin/cbsd:sysutils/cbsd helped. I googled for it and it seems like dependency problem indeed. If I comment off cbsd dependency at all, everything is work as expected. But I failed to realize what's wrong with cbsd dependency and used this as workaround. -- Regards, Ruslan T.O.S. Of Reality