misc/58008: sysinstall postfix installation problem

Makoto Matsushita matusita at jp.FreeBSD.org
Wed Oct 15 16:40:10 PDT 2003


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

From: Makoto Matsushita <matusita at jp.FreeBSD.org>
To: bug-followup at 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


More information about the freebsd-bugs mailing list