From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 04:52:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5738816A4CE for ; Mon, 3 Nov 2003 04:52:15 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFAA43FBF for ; Mon, 3 Nov 2003 04:52:13 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951ae40.dip.t-dialin.net ([217.81.174.64] helo=fillmore-labs.com ident=bk1jcp7hta4z4ltg) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AGeBb-0006vd-ID; Mon, 03 Nov 2003 13:51:59 +0100 Message-ID: <3FA64F6A.20703@fillmore-labs.com> Date: Mon, 03 Nov 2003 13:51:54 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: Kris Kennaway References: <20031103045420.GA26891@rot13.obsecurity.org> <20031103101247.GA29080@rot13.obsecurity.org> In-Reply-To: <20031103101247.GA29080@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@FreeBSD.org cc: Hajimu UMEMOTO Subject: Re: ANNOUNCE: [FreeBSD-Announce] Ports scheduled for removal on Feb 2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 12:52:15 -0000 Kris Kennaway wrote: > On Mon, Nov 03, 2003 at 07:06:30PM +0900, Hajimu UMEMOTO wrote: > >>Hi, >> >> >>>>>>>On Sun, 2 Nov 2003 20:54:20 -0800 >>>>>>>Kris Kennaway said: >> >>kris> cyrus-sasl-saslauthd-2.1.15_3 security/cyrus-sasl2-saslauthd ume@FreeBSD.org >> >>This is noticed from you before, but I cannot reproduce the problem, >>here. So, I cannot fix this problem. Further, I didn't hear any >>problem from anyone other than bento. I suspect it is bento issue. >>Any idea? > > It's probably something about installing all the dependencies via > pkg_add, e.g. something has an install script that isn't the same as > the install target of the port Makefile. You can test this yourself > by setting up a clean jail, installing all the dependencies by pkg_add > and then try to build the port. > > Kris Just a wild guess, excuse me if I'm telling nonsense: can you try pkg_info -i packages/All/cyrus-sasl-2.1.15.tgz on bento? Maybe the pkg-install script isn't included in the package, otherwise I would expect the line *** Added group \`cyrus' (id 60) in the build log. I suspect this relates to the use of WRKDIRPREFIX, which seems to result in problems with package building.