ports/140866: ports/mail/qmail-ldap install error

Hiroyuki Seino seichan-ml at wakhok.ne.jp
Wed Nov 25 16:30:04 UTC 2009


>Number:         140866
>Category:       ports
>Synopsis:       ports/mail/qmail-ldap install error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 25 16:30:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Hiroyuki Seino
>Release:        8.0-PRERELEASE
>Organization:
>Environment:
FreeBSD 8-p4.wakhok.local 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #0: Wed Nov 25 03:52:51 JST 2009     root at 8-p4.wakhok.local:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
When installing qmail-ldap, set WITH_GRTDELAY=yes. it becomes an error at the time of make install.

install  -o root -g wheel -m 444 /var/tmp/usr/ports/mail/qmail-ldap/work/mailer.conf.sample /var/qmail/doc
install  -o root -g wheel -m 444 /var/tmp/usr/ports/mail/qmail-ldap/work/doc/README.GREETDELAY /var/qmail/doc
install: /var/tmp/usr/ports/mail/qmail-ldap/work/doc/README.GREETDELAY: No such file or directory
*** Error code 71

Stop in /usr/ports/mail/qmail-ldap.
*** Error code 1

Stop in /usr/ports/mail/qmail-ldap.
*** Error code 1
>How-To-Repeat:

>Fix:
Because it mistook by the place of README.GREETDELAY, it created patch.
With this, the installation completed right.

diff -u Makefile.orig Makefile
--- Makefile.orig       2009-11-25 20:58:19.193184837 +0900
+++ Makefile    2009-11-25 20:56:51.230342013 +0900
@@ -494,7 +494,7 @@
                ${MASTER_SITE_LOCAL:S/$/:grtdelay/}
 PATCH_SITE_SUBDIR+=    garga/qmail/:grtdelay
 PATCHFILES+=   qmail-ldap-${LDAP_PATCH_DATE}-grtdelay.patch:grtdelay
-DOCFILES_WRKDIR_doc+=  README.GREETDELAY
+DOCFILES_WRKSRC+=      README.GREETDELAY
 .endif

 .if defined(SLAVE_LDAP) && defined(WITH_ENHACELOGS) 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list