Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 14:58:13 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Sahil Tandon <sahil@tandon.net>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/135051: mail/postfix make package fails.
Message-ID:  <4A227EE5.1010407@quip.cz>
In-Reply-To: <200905302340.n4UNe3Wn010514@freefall.freebsd.org>
References:  <200905302340.n4UNe3Wn010514@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Sahil Tandon wrote:

> The following reply was made to PR ports/135051; it has been noted by GNATS.
[...]
>  Miroslav, I cannot reproduce your problem.  With the same OPTIONS (in
>  /var/db/ports/postfix/options), I am able to make package, pkg_add, and
>  pkg_delete, with the html and non-HTML README_FILES being installed and
>  de-installed as appropriate.  And I do not use a port management tool like
>  portupgrade so I do not have ports.conf.  And FWIW your options correspond to
>  postfix-2.4.6,1.

Can you help me to debug this problem?
I can still reproduce it even without ports.conf (it is not from 
portupgrade, it is ports-mgmt/portconf)
Version of postfix recorded in db/ports/postfix/options remains the same 
from the "first use" until changed by new "make config".

cd /usr/ports/mail/postfix
make clean
make config

cat /var/db/ports/postfix/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for postfix-2.6.1,1
_OPTIONS_READ=postfix-2.6.1,1
WITH_PCRE=true
WITH_SASL2=true
WITHOUT_DOVECOT=true
WITHOUT_SASLKRB=true
WITHOUT_SASLKRB5=true
WITHOUT_SASLKMIT=true
WITH_TLS=true
WITH_BDB=true
WITH_MYSQL=true
WITHOUT_PGSQL=true
WITHOUT_OPENLDAP=true
WITHOUT_CDB=true
WITHOUT_NIS=true
WITH_VDA=true
WITH_TEST=true

make POSTFIX_DEFAULT_MTA=true WITH_PCRE=true WITH_SASL2=true 
WITH_TLS=true WITH_BDB=true WITH_MYSQL=true WITH_VDA=true WITH_TEST=true 
BATCH=true

make POSTFIX_DEFAULT_MTA=true WITH_PCRE=true WITH_SASL2=true 
WITH_TLS=true WITH_BDB=true WITH_MYSQL=true WITH_VDA=true WITH_TEST=true 
BATCH=true install

ls -al /usr/local/share/doc/postfix/ | head
total 2644
dr-xr-xr-x   2 root  wheel    3584 May 31 14:46 .
drwxr-xr-x  51 root  wheel    1024 May 31 14:46 ..
-r--r--r--   1 root  wheel   13430 May 31 14:46 ADDRESS_CLASS_README.html
-r--r--r--   1 root  wheel   51892 May 31 14:46 
ADDRESS_REWRITING_README.html
-r--r--r--   1 root  wheel   24789 May 31 14:46 
ADDRESS_VERIFICATION_README.html
-r--r--r--   1 root  wheel   14687 May 31 14:46 BACKSCATTER_README.html
-r--r--r--   1 root  wheel   28469 May 31 14:46 
BASIC_CONFIGURATION_README.html
-r--r--r--   1 root  wheel   16749 May 31 14:46 BUILTIN_FILTER_README.html
-r--r--r--   1 root  wheel    3342 May 31 14:46 CDB_README.html


As you can see - plaintext readme files are not installed (but listed in 
+CONTENTS)

grep README /var/db/pkg/postfix-2.6.1,1/+CONTENTS | head
share/doc/postfix/AAAREADME
share/doc/postfix/ADDRESS_CLASS_README
share/doc/postfix/ADDRESS_CLASS_README.html
share/doc/postfix/ADDRESS_REWRITING_README
share/doc/postfix/ADDRESS_REWRITING_README.html
share/doc/postfix/ADDRESS_VERIFICATION_README
share/doc/postfix/ADDRESS_VERIFICATION_README.html
share/doc/postfix/BACKSCATTER_README
share/doc/postfix/BACKSCATTER_README.html
share/doc/postfix/BASIC_CONFIGURATION_README


I can reproduce it on one machine (above), but can't on another one with 
7.0-RELEASE and different options (below):

cat /var/db/ports/postfix/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for postfix-2.5.1_1,1
_OPTIONS_READ=postfix-2.5.1_1,1
WITH_PCRE=true
WITHOUT_SASL2=true
WITHOUT_DOVECOT=true
WITHOUT_SASLKRB=true
WITHOUT_SASLKRB5=true
WITHOUT_SASLKMIT=true
WITHOUT_TLS=true
WITHOUT_BDB=true
WITHOUT_MYSQL=true
WITHOUT_PGSQL=true
WITHOUT_OPENLDAP=true
WITHOUT_CDB=true
WITHOUT_NIS=true
WITHOUT_VDA=true
WITHOUT_TEST=true

  ls -al /usr/local/share/doc/postfix/ | head
total 3566
drwxr-xr-x   2 root  wheel    4608 May 31 12:53 .
drwxr-xr-x  26 root  wheel     512 May 31 12:53 ..
-rw-r--r--   1 root  wheel    2768 May 31 12:53 AAAREADME
-rw-r--r--   1 root  wheel    9550 May 31 12:53 ADDRESS_CLASS_README
-rw-r--r--   1 root  wheel   13430 May 31 12:53 ADDRESS_CLASS_README.html
-rw-r--r--   1 root  wheel   43969 May 31 12:53 ADDRESS_REWRITING_README
-rw-r--r--   1 root  wheel   51892 May 31 12:53 
ADDRESS_REWRITING_README.html
-rw-r--r--   1 root  wheel   20029 May 31 12:53 ADDRESS_VERIFICATION_README
-rw-r--r--   1 root  wheel   24789 May 31 12:53 
ADDRESS_VERIFICATION_README.html


Miroslav Lachman



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