Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 16:40:09 -0700 (PDT)
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/58008: sysinstall postfix installation problem
Message-ID:  <200310152340.h9FNe9JZ034656@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR misc/58008; it has been noted by GNATS.

From: Makoto Matsushita <matusita@jp.FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310152340.h9FNe9JZ034656>