From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 15 16:40:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685D716A4B3 for ; Wed, 15 Oct 2003 16:40:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F7D43F75 for ; Wed, 15 Oct 2003 16:40:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9FNe9FY034657 for ; Wed, 15 Oct 2003 16:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9FNe9JZ034656; Wed, 15 Oct 2003 16:40:09 -0700 (PDT) (envelope-from gnats) Date: Wed, 15 Oct 2003 16:40:09 -0700 (PDT) Message-Id: <200310152340.h9FNe9JZ034656@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Makoto Matsushita Subject: Re: misc/58008: sysinstall postfix installation problem X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Makoto Matsushita List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 23:40:10 -0000 The following reply was made to PR misc/58008; it has been noted by GNATS. From: Makoto Matsushita To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/58008: sysinstall postfix installation problem Date: Thu, 16 Oct 2003 08:31:34 +0900 n-kogane> - ret = package_add("postfix"); n-kogane> + ret = package_add("pcre-"); n-kogane> + if(DITEM_STATUS(ret) == DITEM_FAILURE) { n-kogane> + ret = package_add("postfix"); n-kogane> + } If this works for you, it's not a problem of this code fragment, but problem(s) of package_add(), package tarball itself, or whole archive. package_add("postfix") should install pcre package also iff the postfix package is built without WITHOUT_PCRE. *** You've said that "installation goes wrong," but you didn't mention what's really happened. Would you please describe more clearly? -- - Makoto `MAR' Matsushita